-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "waterApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"start-android": "react-native run-android",
"start-ios": "react-native run-ios",
"test": "jest",
"storybook": "storybook start -p 7007"
},
"dependencies": {
"moment": "^2.22.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-svg": "^6.3.1",
"react-navigation": "^2.3.1",
"react-redux": "^5.0.7",
"realm": "^2.14.0",
"redux": "^4.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-jest": "23.0.1",
"babel-plugin-module-alias": "^1.6.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.1.0",
"react-test-renderer": "16.3.1",
"styled-components": "^3.3.2",
"@storybook/react-native": "^3.4.8",
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addons": "^3.4.8",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react-dom": "16.3.1",
"prop-types": "^15.6.2"
},
"jest": {
"preset": "react-native"
}
}