-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "digital-form-builder",
"version": "0.1.0",
"description": "Starter project for digital form builder applications",
"main": "index.js",
"scripts": {
"start": "pm2 start config/pm2.json",
"build:css": "bin/build-css",
"build": "bin/build",
"lint": "standard",
"unit-test": "lab -v",
"test": "npm run lint && npm run unit-test",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/DEFRA/digital-form-builder"
},
"author": "Department for Environment, Food and Rural Affairs <https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs>.",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.9",
"@hapi/inert": "^7.1.0",
"@hapi/log": "^2.0.1",
"@hapi/vision": "^7.0.3",
"@hapi/yar": "^11.0.2",
"digital-form-builder-designer": "^0.1.7",
"digital-form-builder-engine": "^0.1.4",
"govuk-frontend": "^5.3.1",
"joi": "^17.13.3",
"nunjucks": "^3.2.4",
"standard": "^17.1.0"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/lab": "^25.2.0",
"blipp": "4.0.2",
"cheerio": "1.0.0-rc.12",
"good": "8.1.1",
"good-console": "7.1.0",
"good-file": "6.0.1",
"good-squeeze": "5.1.0",
"node-sass": "9.0.0"
}
}