forked from DEFRA/fmp-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.59 KB
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
{
"name": "fmp-app",
"version": "1.3.8",
"description": "Flood map for planning web application",
"main": "index.js",
"engines": {
"node": "12.x"
},
"scripts": {
"start": "pm2 start config/pm2.json",
"clean": "bin/clean-public",
"copy": "npm run copy:gov && npm run copy:assets",
"copy:gov": "bin/copy-gov && bin/fix-layout.js",
"copy:assets": "bin/copy-assets",
"build:js": "bin/build-js",
"build:css": "bin/build-css",
"build": "bin/build",
"watch": "bin/watch",
"lint": "standard",
"test": "npm run lint && lab -l -c -r console -o stdout -r lcov -o lcov.info",
"postinstall": "npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"boom": "7.3.0",
"classlist-polyfill": "1.2.0",
"details-summary": "0.0.1",
"glupe": "1.0.3",
"good": "8.1.1",
"good-console": "7.1.0",
"good-file": "6.0.1",
"good-squeeze": "5.1.0",
"h2o2": "8.1.2",
"handlebars": "4.7.7",
"inert": "5.1.2",
"joi": "14.3.0",
"jquery": "3.6.0",
"moment-timezone": "0.5.26",
"ngr-to-bng": "0.0.1",
"node-hapi-airbrake": "0.1.3",
"node-sass": "^4.14.1",
"openlayers": "4.6.5",
"proj4": "2.5.0",
"raf": "3.4.1",
"sprintf-js": "1.1.2",
"vision": "5.4.4",
"wreck": "14.1.3"
},
"devDependencies": {
"browserify": "16.2.3",
"code": "5.2.4",
"codeclimate-test-reporter": "0.5.1",
"exorcist": "1.0.1",
"govuk-elements-sass": "3.1.3",
"govuk_template_mustache": "0.24.1",
"hbsfy": "2.8.1",
"lab": "18.0.0",
"standard": "12.0.1",
"wisk": "1.0.1"
}
}