-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 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
{
"author": "Reuben Cummings",
"license": "MIT",
"name": "El-Nino-Dashboard",
"description": "Nerevu El Niño Dashboard",
"version": "0.13.0",
"environment": "web",
"homepage": "",
"keywords": [],
"repository": {
"type": "git"
},
"engines": {
"node": "10.14.2",
"npm": "6.10.x"
},
"scripts": {
"watch": "brunch watch",
"lint": "coffeelint *.coffee && coffeelint app/**/*.coffee",
"start": "brunch watch --server",
"start:prod": "coffee server.coffee",
"build": "brunch build || echo 'error building project'",
"build:prod": "brunch build --production || echo 'error building project'",
"heroku-postbuild": "npm run build:prod",
"postinstall": "npm run build"
},
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^4.4.1",
"brunch": "^3.0.0",
"coffeescript": "^2.4.1",
"colorbrewer": "^1.3.0",
"compression": "^1.7.2",
"connect-history-api-fallback": "^1.6.0",
"connect-timeout": "^1.9.0",
"crossfilter": "^1.3.12",
"d3": "^3.5.17",
"dc": "^2.2.2",
"express": "^4.16.3",
"helmet": "^3.21.2",
"jquery": "^1.12.1",
"leaflet": "^0.7.7",
"mithril": "^1.1.7",
"morgan": "^1.9.1",
"prerender-node": "^3.2.0",
"underscore": "^1.9.1",
"winston": "^3.2.1",
"winston-papertrail": "^1.0.5"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"autoprefixer": "^7.1.4",
"clean-css-brunch": "^3.0.0",
"sass-brunch": "^2.10.8",
"coffee-script-brunch": "^3.0.0",
"coffeelint": "^2.1.0",
"coffeelint-brunch": "^2.10.0",
"json-brunch": "^1.5.4",
"process-env-brunch": "^1.4.6",
"terser-brunch": "^3.0.0",
"@nerevu/cachebust-brunch": "^0.4.2"
}
}