-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "wca_environmental",
"version": "1.0.0",
"description": "environmental section of the Westside Community Alliance Data Dashboard",
"main": "index.js",
"author": "Phan Anh Nguyen",
"license": "MIT",
"scripts": {
"build": "node_modules/webpack/bin/webpack.js --config webpack.config.js",
"start": "webpack-dev-server"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"dotenv-webpack": "^1.5.0",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"react": "^15.4.2",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.4.2",
"react-icons": "^2.2.5",
"react-overlays": "^0.7.0",
"react-redux": "^5.0.4",
"react-scroll": "^1.5.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.28.0",
"file-loader": "^0.11.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack-bundle-tracker": "^0.2.0"
}
}