-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
164 lines (164 loc) · 5.38 KB
/
package.json
File metadata and controls
164 lines (164 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "@react-pakistan/react-icon-collection",
"version": "3.5.0",
"description": "React Icons Collection built upon React StoryBook",
"module": "lib/index.js",
"main": "lib/index.js",
"types": "index.d.tsx",
"scripts": {
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
"build:storybook": "build-storybook -c .storybook -o .out",
"build:ts": "tsc --project tsconfig.build.json",
"build:ts:cjs": "tsc --project tsconfig.build-cjs.json",
"clean": "yarn rimraf ./lib",
"copy:deploy:files": "cp stories.json ./*out*/ && cp sitemap.xml ./*out*/ && cp favicon.ico ./*out*/ && cp src/react-pakistan.jpeg ./*out*/",
"deploy:storybook": "concurrently \"yarn storybook:ghpages\" \"sleep 15 && rm ./*out*/favicon.ico && yarn copy:deploy:files\"",
"extract": "yarn build:storybook && sb extract ./.out && cp ./.out/stories.json . && rm -rf ./.out",
"generate:icons": "yarn generate:script && scripts/generate-icons.sh",
"generate:script": "scripts/generate-script.sh",
"generate:sitemap": "scripts/generate-sitemap.sh",
"lint": "yarn lint:ts && yarn lint:css",
"lint:css": "stylelint './src/**/*.tsx' --allow-empty-input",
"lint:staged": "lint-staged",
"lint:ts": "eslint --config .eslintrc . --no-error-on-unmatched-pattern",
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch",
"publish:github": "yarn build && cd lib/ && npm publish && cd ..",
"publish:npm": "yarn build && cd lib/ && npm publish --access public && cd ..",
"start": "start-storybook -p 9001 -c .storybook",
"storybook:ghpages": "storybook-to-ghpages",
"test": "jest --coverage --config jest/config.json --passWithNoTests",
"upgrade": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-pakistan/react-icon-collection.git"
},
"lint-staged": {
"*.{ts,tsx}": [
"yarn lint"
]
},
"keywords": [
"blockchain color",
"blockchain grey",
"brands grey",
"business color",
"business grey",
"food dishes color",
"fourthofjuly grey",
"green energy color",
"helmet grey",
"home color",
"home grey",
"kitchen color",
"kitchen grey",
"knife color",
"knife grey",
"law color",
"law grey",
"leaf color",
"leaf grey",
"logistics color",
"logistics grey",
"lumberjack color",
"lumberjack grey",
"medical grey",
"misc grey",
"mobile ui grey",
"music color",
"music grey",
"office color",
"office grey",
"security color",
"security grey",
"shopping color",
"shopping grey",
"skull color",
"skull grey",
"social grey",
"space color",
"space grey",
"spring color",
"spring grey",
"sweet 17 color",
"sweet 17 grey",
"time color",
"time grey",
"travel color",
"travel grey",
"valentine color",
"valentine grey",
"virtual reality color",
"virtual reality grey",
"zoo color",
"zoo grey"
],
"author": "Taimoor Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-pakistan/react-icon-collection/issues"
},
"homepage": "https://github.com/react-pakistan/react-icon-collection#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@react-pakistan/eslint-config-shared": "^1.4.60",
"@react-pakistan/react-commons-collection": "^6.19.14",
"@react-pakistan/react-icon-collection": "^3.4.32",
"@react-pakistan/react-logo-collection": "^2.4.34",
"@react-pakistan/react-ui-collection": "^5.10.40",
"@react-pakistan/util-functions": "^1.13.7",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-backgrounds": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-google-analytics": "^6.2.9",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "^6.5.16",
"@storybook/addon-viewport": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/cli": "^6.5.1",
"@svgr/webpack": "^6.5.1",
"@types/invariant": "^2.2.35",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-jest": "^29.4.2",
"babel-loader": "^9.1.2",
"browser-monads": "^1.0.0",
"concurrently": "^7.6.0",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"jest": "^29.4.2",
"lint-staged": "^13.1.1",
"react": "^18.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"redux": "^4.2.1",
"rimraf": "^4.1.2",
"sass-loader": "^13.2.0",
"storybook-readme": "^5.0.9",
"styled-components": "^5.3.6",
"stylelint": "^15.0.0",
"stylelint-config-recommended": "^10.0.1",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.0.5"
},
"dependencies": {}
}