-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
63 lines (63 loc) · 2.06 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
{
"name": "neighborhood-dashboard",
"version": "1.0.0",
"description": "We're working to help neighborhoods help themselves by giving them easy access to useful data to allow them to identify and track problem areas in their neighborhood.",
"repository": {
"type": "git",
"url": "git+https://github.com/codeforkansascity/Neighborhood-Dashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeforkansascity/Neighborhood-Dashboard/issues"
},
"homepage": "https://github.com/codeforkansascity/Neighborhood-Dashboard",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bower": "^1.7.2",
"file-loader": "^0.11.1",
"jquery": "^2.1.4",
"jsx-loader": "^0.13.2",
"modernizr-webpack-plugin": "^1.0.5",
"moment": "^2.18.1",
"react": "^15.4.2",
"react-datetime": "^2.8.8",
"react-dom": "^15.4.2",
"react-google-maps": "^6.0.0",
"react-modal": "^1.7.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-select2-wrapper": "^1.0.4-beta3",
"react-toastify": "^1.3.0",
"react-tools": "^0.13.3",
"react-tooltip": "^3.2.9",
"redux": "^3.6.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.0"
},
"main": "index.js",
"devDependencies": {
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.16.0",
"webpack-dev-server": "^2.4.1",
"webpack-hot-middleware": "^2.17.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"webpack-dev-server": "webpack && webpack-dev-server --config webpack.hot.config.js --hot --progress --inline",
"heroku-postbuild": "webpack -p"
}
}