-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.85 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
{
"name": "nhsuk-prototype-kit",
"version": "4.10.0",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
"build": "gulp build",
"postinstall": "npm run build",
"start": "node app.js",
"test": "jest --coverage=true",
"prewatch": "gulp build",
"watch": "gulp",
"lint:js": "eslint -c ./linters/.eslintrc.js app.js middleware/**/*.js lib/**/*.js app/*.js docs/*.js"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.24.7",
"@dwp/dwp-frontend": "^2.7.0",
"@ministryofjustice/frontend": "^2.1.3",
"@nodelib/fs.scandir": "^3.0.0",
"@x-govuk/govuk-prototype-components": "^3.0.5",
"accessible-autocomplete": "^3.0.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.2",
"browser-sync": "^3.0.2",
"client-sessions": "^0.8.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"govuk-prototype-kit": "^13.16.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-nodemon": "^2.5.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"keypather": "^3.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"minimatch": "^9.0.4",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nhsuk-frontend": "^8.1.1",
"nodelib": "^1.0.0",
"nunjucks": "^3.2.4",
"nunjucks-date-filter": "^0.1.1",
"path": "^0.12.7",
"radio-button-redirect": "^1.2.0",
"recursive-readdir": "^2.2.3",
"sass": "^1.77.6"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0"
},
"engines": {
"node": "^20"
}
}