-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.89 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
49
50
51
52
53
54
55
56
57
{
"name": "myLocations",
"version": "0.1.0",
"repository": "https://github.com/andy-pro/myLocations",
"homepage": "http://andy-pro.github.io/myLocations",
"private": true,
"scripts": {
"browser": "node replace browser&&react-scripts start",
"build": "node replace browser&&react-scripts build",
"//predeploy": "npm run build",
"deploy": "gh-pages -d build",
"android": "node replace native&&node node_modules/react-native/local-cli/cli.js run-android",
"native": "node replace native&&node node_modules/react-native/local-cli/cli.js start",
"apk": "node replace native&&cd android&&gradlew assembleRelease",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve": "serve -s build",
"log": "node node_modules/react-native/local-cli/cli.js log-android"
},
"dependencies": {
"fela": "^4.3.5",
"fela-plugin-validator": "^4.3.5",
"fela-preset-web": "^4.3.5",
"inline-style-prefixer": "^3.0.5",
"js-shortid": "^0.1.1",
"localforage": "^1.5.0",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-dom": "16.0.0-alpha.6",
"react-fela": "^4.3.5",
"react-helmet": "^5.1.3",
"react-icon-base": "^2.0.8",
"react-icons": "^2.2.5",
"react-localization": "0.0.16",
"react-native": "0.43.4",
"react-native-drawer": "2.3.0",
"react-native-localization": "0.1.26",
"react-native-maps": "0.15.1",
"react-native-svg": "4.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "4.1.1",
"react-router-native": "4.1.1",
"redux": "^3.7.1",
"redux-observable": "^0.14.1",
"redux-persist": "^4.8.0",
"rxjs": "^5.4.0",
"slugify": "^1.1.0"
},
"devDependencies": {
"babel-preset-react-native": "1.9.2",
"gh-pages": "^1.0.0",
"react-scripts": "0.9.5",
"redux-logger": "^3.0.6",
"replace-in-file": "2.5.0"
}
}