-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.29 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "newamerica-data-projects",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --env.NODE_ENV=development ",
"dev": "webpack --env.NODE_ENV=development -d --watch",
"build": "webpack --env.NODE_ENV=production -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newamericafoundation/newamerica-data-projects.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/newamericafoundation/newamerica-data-projects/issues"
},
"homepage": "https://github.com/newamericafoundation/newamerica-data-projects#readme",
"dependencies": {
"animate.css": "^3.5.2",
"babel-preset-es2015": "^6.9.0",
"d3": "^4.2.1",
"d3-svg-legend": "^2.9.0",
"datatables": "^1.10.12",
"datatables.net": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"datatables.net-fixedcolumns": "^3.2.2",
"datatables.net-responsive": "^2.1.0",
"datatables.net-responsive-dt": "^2.1.0",
"datatables.net-zf": "^1.10.12",
"dom-to-image": "^2.5.2",
"escape-html": "^1.0.3",
"file-loader": "^0.9.0",
"geojson": "^0.4.0",
"jquery": "^3.1.0",
"json-loader": "^0.5.4",
"json2csv": "^3.7.0",
"jszip": "^3.1.2",
"leaflet": "^1.0.1",
"mapbox-gl": "^0.32.1",
"node-sass": "^3.8.0",
"react": "^15.6.1",
"react-animate-on-scroll": "^1.3.2",
"react-d3-axis": "^0.1.1",
"react-dom": "^15.6.1",
"react-motion": "^0.5.0",
"react-select": "^1.0.0-rc.5",
"react-transition-group": "^1.2.0",
"showdown": "^1.7.0",
"topojson": "^1.6.27",
"waypoints": "^4.0.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.13.1",
"svg-inline-loader": "^0.8.0",
"transform-loader": "^0.2.3",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.7",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.8.2",
"webpack-s3-plugin": "^0.9.0"
}
}