forked from biothings/biothings-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "react-base",
"version": "1.0.0",
"description": "A MERN app skeleton",
"main": "server.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcodarko/react-base.git"
},
"author": "Marco Cano",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcodarko/react-base/issues"
},
"homepage": "https://github.com/marcodarko/react-base#readme",
"dependencies": {
"animejs": "^2.2.0",
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"chart.js": "^2.7.2",
"connected-react-router": "^4.3.0",
"d3-geo": "^1.11.1",
"express": "^4.16.3",
"history": "^4.7.2",
"lodash": "^4.17.10",
"method-override": "^3.0.0",
"morgan": "^1.9.0",
"node-cron": "^1.2.1",
"react": "^16.4.1",
"react-countup": "^4.0.0-alpha.6",
"react-dom": "^16.4.1",
"react-google-oauth": "^1.0.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-simple-maps": "^0.12.1",
"react-svg-map": "^1.0.6",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"request": "^2.87.0",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
}
}