This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.73 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "polisReport",
"version": "0.0.1",
"description": "pol.is report",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "NODE_ENV=production webpack --config webpack.config.js",
"build": "npm run clean && npm run build:webpack",
"start": "node dev-server.js",
"lint": "eslint src",
"postinstall": "npm run build"
},
"engines": {
"node": "6.9.1"
},
"author": "Colin Megill",
"license": "",
"devDependencies": {
"knox": "git://github.com/caremerge/knox.git#b1e031c209b3c17cab622a458e87728c1ee88cbd",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"es6-promise": "~1.0.0",
"eslint": "3.5.0",
"eslint-config-defaults": "^7.0.1",
"eslint-plugin-filenames": "^0.1.2",
"eslint-plugin-react": "^3.5.1",
"express": "^4.13.3",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-gzip": "0.0.4",
"gulp-rename": "^1.0.0",
"gulp-s3": "git://github.com/mbjorkegren/gulp-s3.git#847e2b372204b4ceeccb0e9b567f28ff00e7fa1d",
"gulp-scp2": "^0.2.0",
"json-loader": "^0.5.1",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "1.1.1",
"rimraf": "^2.4.3",
"run-sequence": "~0.3.6",
"scp2": "^0.5.0",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"dependencies": {
"color": "^0.7.3",
"d3": "^4.6.0",
"d3-contour": "^1.1.1",
"d3-scale-chromatic": "^1.1.1",
"gulp": "^3.9.0",
"gulp-gzip": "0.0.4",
"gulp-rename": "~1.0.0",
"gulp-s3": "git://github.com/mbjorkegren/gulp-s3#847e2b372204b4ceeccb0e9b567f28ff00e7fa1d",
"gulp-scp2": "^0.2.0",
"history": "^1.12.5",
"hull.js": "^0.2.10",
"jquery": "^2.1.4",
"lodash": "4.16.4",
"moment": "^2.14.1",
"moment-range": "^2.2.0",
"prop-types": "^15.5.10",
"query-string": "^4.2.3",
"radium": "0.18.1",
"react": "15.3.1",
"react-autosuggest": "^3.9.0",
"react-codemirror": "^0.2.1",
"react-datepicker": "^0.29.0",
"react-dom": "^0.14.0",
"react-fontawesome": "^0.3.3",
"react-grid-layout": "^0.13.9",
"react-redux": "^4.0.0",
"react-router": "2.6.0",
"react-select": "^1.0.0-rc.2",
"react-sidebar": "^2.2.1",
"react-svg-pan-zoom": "^2.0.0",
"react-tap-event-plugin": "^0.2.1",
"react-throttle": "^0.3.0",
"react-vis": "^1.7.0",
"redux": "^3.0.2",
"redux-devtools": "^2.1.5",
"redux-logger": "^2.0.4",
"redux-router": "^1.0.0-beta3",
"redux-thunk": "^1.0.0",
"request": "^2.65.0",
"svg-text-wrap": "0.0.1",
"title-case": "^2.1.0",
"victory": "^0.21.3",
"whatwg-fetch": "^0.10.1"
}
}