-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
175 lines (175 loc) · 5.49 KB
/
package.json
File metadata and controls
175 lines (175 loc) · 5.49 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
165
166
167
168
169
170
171
172
173
174
175
{
"name": "@react-pakistan/react-native-icon-collection",
"version": "2.5.12",
"description": "React Native Icons Collection built upon React Native StoryBook",
"main": "index.js",
"scripts": {
"android": "yarn clean && yarn prestorybook && react-native run-android",
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
"build:android": "cd android && ./gradlew assembleRelease && cd ..;",
"build:ts": "tsc --project tsconfig.build.json",
"clean": "yarn rimraf ./lib",
"generate:icons": "scripts/generate-icons.sh",
"ios": "yarn clean && yarn prestorybook && react-native run-ios",
"lint": "yarn lint:ts && yarn lint:css",
"lint:css": "stylelint 'src/**/*.ts' --config stylelint.config.js",
"lint:staged": "lint-staged",
"lint:ts": "eslint --config .eslintrc .",
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch",
"pod:install": "cd ./ios && pod install && cd ..;",
"pod:update": "cd ./ios && pod update && cd ..;",
"prestorybook": "rnstl",
"publish:github": "yarn build && cd lib/ && npm publish && cd ..",
"publish:npm": "yarn build && cd lib/ && npm publish --access public && cd ..",
"start": "yarn clean && react-native start",
"storybook": "start-storybook -p=9002",
"test": "jest --coverage --config ./jest.config.js",
"test:badges": "yarn test && jest-coverage-badges",
"upgrade": "ncu -u -x react-native-svg"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.2.1",
"@react-pakistan/eslint-config-shared": "^1.4.22",
"@react-pakistan/react-native-commons-collection": "^2.8.6",
"@react-pakistan/util-react-native-functions": "^1.6.16",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.25",
"@storybook/react-native": "^5.3.25",
"@storybook/react-native-server": "^5.3.23",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.5",
"@types/react-native": "^0.67.4",
"@types/react-test-renderer": "^18.0.0",
"@types/storybook__react": "^5.2.1",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.13.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.8",
"metro-react-native-babel-preset": "^0.70.1",
"react": "^18.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-native": "^0.68.1",
"react-native-device-info": "^8.7.0",
"react-native-pager-view": "^5.4.15",
"react-native-storybook-loader": "^2.0.5",
"react-native-svg": "^11.0.1",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "^18.0.0",
"styled-components": "^5.3.5",
"stylelint": "^14.7.0",
"stylelint-config-react-native-styled-components": "^0.5.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-react-native": "^2.4.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-pakistan/react-native-icon-collection.git"
},
"author": "Taimoor Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-pakistan/react-native-icon-collection/issues"
},
"homepage": "https://github.com/react-pakistan/react-native-icon-collection#readme",
"lint-staged": {
"*.{ts,tsx}": [
"yarn lint"
]
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./__stories__/"
],
"pattern": "*.story.tsx",
"outputFile": "./__stories__/story-loader.ts"
}
},
"engines": {
"node": ">=10",
"npm": ">=6",
"yarn": "*"
},
"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"
]
}