-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 981 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 981 Bytes
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
{
"name": "camera360_rn",
"version": "1.0.0",
"description": "",
"author": "",
"license": "ISC",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build-android": "react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output app/src/main/assets/index.android.bundle --sourcemap-output app/src/main/assets/index.android.map --assets-dest android/app/src/main/res/",
"test": "no"
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0-alpha.12",
"react-native": "^0.48.0-rc.0",
"react-native-cached-image": "^1.3.5",
"react-navigation": "^1.0.0-beta.15",
"single-line-log": "^1.1.2"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"colors": "^1.1.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6",
"single-line-log": "^1.1.2"
},
"jest": {
"preset": "react-native"
}
}