-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "homicide-reports-viz",
"version": "1.0.0",
"description": "CubeDB demonstration using public data",
"main": "webpack.config.json",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-stage-0": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"progress-bar-webpack-plugin": "^1.10.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"d3": "^4.11.0",
"d3-scale-chromatic": "^1.1.1",
"eslint-plugin-react": "^7.4.0",
"node-sass": "^4.5.3",
"qs": "^6.5.1",
"react": "^16.0.0",
"react-cubedb": "^1.2.4",
"react-dom": "^16.0.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --progress",
"prepare": "npm run webpack",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrfferreira/homicide-report.git"
},
"author": "jrfferreira",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrfferreira/homicide-report/issues"
},
"homepage": "https://github.com/jrfferreira/homicide-report#readme"
}