-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 2.4 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Hiking",
"version": "1.15.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios",
"android": "react-native run-android",
"android-mock-update-server": "json-server db.json --watch --static ./android/app/src/main/assets",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --dev false --entry-file index.ios.js --assets-dest ./ios/App/Images.xcassets --bundle-output ./ios/main.jsbundle --sourcemap-output ./ios/sourcemap.js",
"bundle-android": "node node_modules/react-native/local-cli/cli.js bundle --dev false --platform android --entry-file index.android.js --assets-dest ./android/app/src/main/res --bundle-output ./android/app/src/main/assets/main.android.jsbundle --sourcemap-output ./android/app/src/main/assets/sourcemap.android.js",
"gsjson": "./node_modules/.bin/gsjson -b 142Ybs86pOSF6iLVjgDqH5LV5Rg-145kZUEM4eAGr1h0 ./app/json/data.src.json; echo \"module.exports = $(cat ./app/json/data.src.json)\" > ./app/json/data.js; rm ./app/json/data.src.json",
"mongo": "docker run -d -p 27017:27017 --name mongo mongo",
"parse-server": "docker run -d -e APP_ID='go-hiking' -e MASTER_KEY='70c60931231231235968a1c7ad3dd3e5a74ef5cac' -p 1337:1337 --link mongo --name parse-server yongjhih/parse-server"
},
"dependencies": {
"json-server": "^0.8.12",
"react": "^0.14.8",
"react-native": "^0.24.1",
"react-native-auto-updater": "https://github.com/FuYaoDe/react-native-auto-updater.git",
"react-native-infinite-scroll-view": "^0.3.4",
"react-native-lightbox": "^0.6.0",
"react-native-loading-spinner-overlay": "0.1.0",
"react-native-parallax-view": "^2.0.4",
"react-native-router-flux": "3.26.1",
"react-native-search-bar": "^2.8.0",
"react-native-share": "^1.0.10",
"react-native-swipeout": "^2.0.12",
"react-native-tabs": "^1.0.5",
"react-native-vector-icons": "1.3.3",
"react-redux": "4.4.1",
"redux": "3.3.1",
"redux-promise": "0.5.3",
"redux-thunk": "2.0.1"
},
"devDependencies": {
"babel-eslint": "^6.0.3",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "0.6.2",
"eslint-plugin-react": "^4.2.3",
"google-spreadsheet-to-json": "^0.1.6",
"imagemin": "^5.1.2",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-pngquant": "^5.0.0",
"redux-logger": "^2.6.1"
}
}