-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 891 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 891 Bytes
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
{
"name": "nhsuk-prototype-kit",
"version": "5.0.0",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
"start": "node .",
"build:static-error-page": "node scripts/build-static-error-page.js",
"docs": "node scripts/generate-utils-reference.js"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"@faker-js/faker": "^10.4.0",
"cookie-parser": "^1.4.7",
"dayjs": "^1.11.20",
"lodash": "^4.17.23",
"markdown-it": "^14.1.1",
"nhsuk-frontend": "^10.4.2",
"nhsuk-prototype-kit": "^8.1.0",
"pluralize": "^8.0.0",
"weighted": "^1.0.0"
},
"engines": {
"node": "^22.16.0 || ^24.11.0",
"npm": "^11.6.1"
},
"devDependencies": {
"cssnano": "^7.1.3",
"postcss": "^8.5.8",
"prettier": "^3.6.2",
"purgecss": "^7.0.2"
}
}