-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"antd-mobile-rn": "^2.2.0",
"change-case": "^3.0.2",
"expo": "^28.0.0",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-modal": "^6.1.0",
"react-native-qrcode-svg": "^5.0.6",
"react-native-status-bar-height": "^2.0.0",
"react-native-super-grid": "^2.4.0",
"react-native-svg": "^6.3.1",
"react-navigation": "^2.4.1",
"react-navigation-material-bottom-tabs": "^0.3.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addons": "^3.4.8",
"@storybook/react-native": "^3.4.8",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react-dom": "16.3.1"
},
"scripts": {
"storybook": "storybook start -p 7007"
}
}