-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"name": "App",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"startApp": "node_modules/react-native/packager/packager.sh --port 6000",
"start": "NODE_ENV=development TYPE_ENV=development npm run startApp",
"postinstall": "find node_modules -type f -name .babelrc | grep -v /react-native/ | xargs rm",
"buildIOS": "react-native bundle --entry-file index.ios.js --bundle-output ios/main.jsbundle --dev=false --minify=true --platform=ios"
},
"dependencies": {
"events": "^1.1.0",
"lodash": "^4.2.0",
"moment": "^2.11.1",
"path": "^0.12.7",
"raven-js": "^2.1.0",
"react": "^0.14.7",
"react-native": "0.20.0",
"react-native-htmlview": "^0.2.0",
"react-native-progress": "2.2.0",
"react-native-vector-icons": "1.2.0",
"react-redux": "^4.2.1",
"redux": "^3.2.1",
"redux-promise": "^0.5.1",
"redux-thunk": "^1.0.3",
"stacktrace-js": "^1.0.1",
"url": "^0.11.0"
},
"devDependencies": {
"babel": "^6.3.26",
"redux-devtools": "^3.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.2",
"redux-logger": "^2.4.0",
"source-map-support": "^0.4.0"
}
}