-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.21 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npm-run-all --parallel expo storybook",
"expo": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"storybook": "start-storybook -p 7007",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@emotion/native": "^10.0.11",
"expo": "^32.0.0",
"native-base": "^2.12.1",
"react": "16.5.0",
"react-native": "0.60.0",
"react-router": "^5.0.0",
"snyk": "^1.193.1"
},
"devDependencies": {
"@emotion/core": "^10.0.10",
"@storybook/addon-actions": "^5.1.0-rc.4",
"@storybook/addon-links": "^5.1.0-rc.4",
"@storybook/addon-storysource": "^5.1.0-rc.4",
"@storybook/addons": "^5.0.11",
"@storybook/react-native": "^5.1.0-rc.4",
"@storybook/react-native-server": "5.1.0-rc.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-expo": "^5.0.0",
"babel-runtime": "^6.26.0",
"emotion-theming": "^10.0.10",
"npm-run-all": "^4.1.5",
"prop-types": "^15.7.2",
"react-dom": "16.5.0",
"storybook-react-router": "^1.0.5"
},
"private": true,
"snyk": true
}