-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
71 lines (71 loc) · 2.13 KB
/
package.json
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
{
"name": "react-native-design-system",
"version": "2.0.5",
"description": "A reusabale component library and design rules for react-native.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 9001 -c .storybook -s .storybook/assets",
"build:storybook": "build-storybook -c .storybook -s .storybook/assets -o docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamshadmirza/react-native-design-system.git"
},
"author": "Shad Mirza",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamshadmirza/react-native-design-system/issues"
},
"homepage": "https://github.com/iamshadmirza/react-native-design-system#readme",
"keywords": [
"react-native",
"reactjs",
"reactnative",
"design-system",
"ui",
"ui-library",
"cross-platform",
"reusable"
],
"dependencies": {
"clamp": "^1.0.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react-native": ">=0.56.0",
"react-native-vector-icons": ">6.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@react-native-community/eslint-config": "^0.0.5",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
"@storybook/theming": "^6.2.9",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.4.16",
"@types/react-native": "^0.57.4",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"cache-loader": "^4.1.0",
"eslint": "^6.7.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react": "16.13.1",
"react-dom": "^16.8.3",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.7",
"react-scripts": "^3.2.0",
"react-test-renderer": "16.9.0",
"thread-loader": "^2.1.2",
"typescript": "^3.7.5",
"url-loader": "^3.0.0"
}
}