-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "init_react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"author": "Eugene Kosenko",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.23.0",
"bootstrap-css-only": "^3.3.7",
"d3": "^4.9.1",
"d3-hexbin": "^0.2.2",
"prop-types": "^15.5.9",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-modal": "^1.7.7",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"typeface-titillium-web": "0.0.22",
"webpack": "^2.5.1"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
"@babel/cli": "^7.0.0-beta.40",
"@babel/core": "^7.0.0-beta.40",
"@babel/node": "^7.0.0-beta.40",
"@babel/polyfill": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-react": "^7.0.0-beta.40",
"@babel/preset-stage-0": "^7.0.0-beta.40",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta.0",
"babel-polyfill": "^6.26.0",
"eslint": "^4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.11.1",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"npm-install-webpack-plugin": "^4.0.4",
"postcss-loader": "^2.0.5",
"precss": "^1.4.0",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"nodemon": "^1.17.3"
}
}