forked from merixstudio/bitstatistic-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.19 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "bitstatistics",
"version": "0.0.1",
"private": true,
"scripts": {
"packager:no-cache": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"test": "jest",
"backend:mocked":"node graphql-mock/index.js",
"web:dev": "webpack-dev-server --config web/webpack/webpack.config.dev.js",
"web:prod": "webpack --config web/webpack/webpack.config.prod.js --p --progress"
},
"rnpm": {
"assets": [
"./app/assets/fonts/"
]
},
"dependencies": {
"apollo-client": "1.9.2",
"cors": "^2.8.4",
"diff": "3.3.0",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"faker": "^4.1.0",
"graphql": "^0.11.7",
"graphql-tag": "2.4.2",
"material-ui": "0.19.4",
"mobx": "3.2.2",
"mobx-apollo": "0.0.15",
"mobx-react": "4.2.2",
"moment": "2.18.1",
"path": "0.12.7",
"react": "16.0.0-alpha.12",
"react-dom": "^16.0.0",
"react-native": "0.48.0",
"react-native-svg": "5.4.1",
"react-tap-event-plugin": "^3.0.2",
"victory": "0.21.5",
"victory-native": "0.14.0"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-native": "3.0.2",
"babel-preset-stage-0": "^6.24.1",
"cbor": "^3.0.3",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.1.0",
"css-loader": "^0.28.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.1.0",
"html-webpack-plugin": "^2.28.0",
"jest": "20.0.4",
"mobx-react-devtools": "^4.2.15",
"node-sass": "4.5.2",
"null-loader": "^0.1.1",
"react-test-renderer": "16.0.0-alpha.12",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"jest": {
"preset": "react-native"
}
}