This repository was archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.46 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.46 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": "FSN",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"remotedev": "remotedev --hostname=localhost --port=8000",
"build:ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file='index.ios.js' --bundle-output='./ios/FSN/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'",
"build:android": "cd android && ./gradlew assembleRelease && echo 'If the apk is correctly signed, the apk can be found at: \n\n\tandroid/app/build/outputs/apk/app-release.apk \n\nelse you can find it here: \n\n\tandroid/app/build/outputs/apk/app-release-unsigned.apk'"
},
"dependencies": {
"axios": "^0.11.0",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"react": "^0.14.8",
"react-native": "^0.24.1",
"react-native-collapsible": "^0.5.6",
"react-native-dismiss-keyboard": "0.0.3",
"react-native-drawer": "^2.0.0",
"react-native-lightbox": "^0.5.1",
"react-native-maps": "^0.3.2",
"react-native-modalbox": "^1.3.3",
"react-native-scrollable-tab-view": "^0.4.1",
"react-native-simple-radio-button": "^2.0.0",
"react-native-spinkit": "0.0.10",
"react-native-vector-icons": "^1.3.4",
"react-redux": "^4.4.5",
"redux": "^3.4.0",
"redux-persist": "^2.0.1",
"redux-thunk": "^2.0.1",
"shallowequal": "^0.2.2"
},
"devDependencies": {
"remote-redux-devtools": "^0.1.9",
"remotedev-server": "0.0.7"
}
}