41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "DeightonAR",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-preset-react-native-stage-0": "^1.0.1",
|
|
"jest-react-native": "^18.0.0",
|
|
"react-test-renderer": "16.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"android": "react-native run-android",
|
|
"build:android": "cd android; rm -rf ./app/build && ./gradlew assembleRelease && ./rename-apk",
|
|
"ios": "react-native run-ios"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"dependencies": {
|
|
"autobind-decorator": "^2.1.0",
|
|
"eventemitter3": "^3.1.0",
|
|
"moment": "^2.22.1",
|
|
"react": "^16.3.2",
|
|
"react-form-binder": "^3.0.1",
|
|
"react-native": "^0.55.4",
|
|
"react-native-fs": "^2.9.12",
|
|
"react-native-image-picker": "^0.26.7",
|
|
"react-native-image-resizer": "^1.0.0",
|
|
"react-native-iphone-x-helper": "^1.0.3",
|
|
"react-native-keyboard-spacer": "^0.4.1",
|
|
"react-native-maps": "^0.21.0",
|
|
"react-native-modal": "^6.0.0",
|
|
"react-native-swipe-list-view": "^1.1.1",
|
|
"react-router-native": "^4.2.0",
|
|
"react-viro": "^2.6.1",
|
|
"socket.io-client": "^2.0.4",
|
|
"url-search-params-polyfill": "^4.0.0"
|
|
}
|
|
}
|