-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.77 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
{
"name": "CoinMarketApp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"autoprefixer": "^7.1.6",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-transform": "^3.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"json-loader": "^0.5.7",
"react-native-scripts": "1.7.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.4",
"webpack-hot-middleware": "^2.20.0",
"gulp": "^3.9.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"web": "webpack-dev-server --content-base build/ --config webpack/web.dev.config.js --port 3001 --inline --hot --colors --historyApiFallback",
"web-bundle": "webpack --config webpack/web.prod.config.js --progress --colors",
"reset": "gulp clear-cache"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"babel": "^6.23.0",
"babel-polyfill": "^6.26.0",
"expo": "^23.0.4",
"node-sass": "^4.7.2",
"pouchdb-react-native": "^6.4.0",
"react": "16.0.0",
"react-dom": "^16.2.0",
"react-native": "0.50.3",
"react-native-router-flux": "^4.0.0-beta.27",
"react-native-svg-charts": "^2.1.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-persist": "^5.4.0",
"redux-thunk": "^2.2.0"
}
}