-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 864 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 864 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
35
{
"name": "prevension-services-design-history",
"version": "2.0.0",
"description": "A template for a place for documenting NHS.UK service designs",
"homepage": "https://github.com/NHSDigital/prevention-services-design-history",
"keywords": [
"design-history",
"government",
"govuk"
],
"license": "MIT",
"scripts": {
"prebuild": "rimraf _site",
"build": "eleventy",
"start": "eleventy --serve --quiet",
"preserve": "npm run build",
"serve": "http-server ./_site",
"test": "standard"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@x-govuk/govuk-eleventy-plugin": "^6.7.2",
"http-server": "^14.1.1",
"rimraf": "^5.0.5",
"sass": "^1.86.2"
},
"devDependencies": {
"standard": "^17.1.2",
"webshot-node": "^0.18.2"
},
"private": true,
"engines": {
"node": ">=18"
}
}