-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.13 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
{
"name": "warmer",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack",
"server": "node app.js",
"js:lint": "mocha test/js.lint",
"js:lint:fix": "mocha test/js.lint --fix=true",
"css:lint": "mocha test/css.lint --delay",
"css:lint:fix": "mocha test/css.lint --delay --fix=true"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"benchmark": "^2.1.4",
"bootstrap": "^4.3.1",
"compression": "^1.7.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dexie": "^2.0.4",
"express": "~4.16.0",
"express-hbs": "^2.0.2",
"georaster": "^0.4.2",
"grid2geojson": "^1.1.0",
"hbs": "~4.0.1",
"html2canvas": "^1.0.0-alpha.12",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"leaflet": "^1.4.0",
"leaflet-image": "^0.4.0",
"leaflet-providers": "^1.5.0",
"leaflet.glify": "^2.1.0",
"leaflet.heat": "^0.2.0",
"leaflet.vectorgrid": "^1.3.0",
"morgan": "~1.9.0",
"netcdf": "^1.1.1",
"netcdf-gcms": "^1.3.0",
"netcdf4": "^0.4.1",
"netcdfjs": "^0.7.0",
"popper.js": "^1.14.7",
"style-loader": "^0.23.1",
"tiny-date-picker": "^3.2.8",
"tinygradient": "^1.0.0",
"topojson": "^3.0.2",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"chai": "4.2.0",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.0",
"eslint": "5.15.0",
"eslint-config-standard": "12.0.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "6.0.2",
"nodemon-webpack-plugin": "^4.0.7",
"sass": "^1.17.2",
"sass-loader": "^7.1.0",
"stylelint": "9.10.1",
"stylelint-config-recommended-scss": "3.2.0",
"stylelint-config-standard": "18.2.0",
"stylelint-scss": "3.5.4",
"terser-webpack-plugin": "*",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^1.12.0"
}
}