-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·33 lines (33 loc) · 1.02 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
{
"name": "NewProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.ios.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle"
},
"dependencies": {
"constants": "0.0.2",
"moment-js": "^1.1.15",
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-code-push": "^4.0.0-beta",
"react-native-gifted-listview": "0.0.15",
"react-native-message-bar": "^2.0.10",
"react-native-search-bar": "^3.4.1",
"react-native-storage": "^0.2.2",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"reqwest": "^2.0.5"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}