generated from x-govuk/govuk-design-history-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "design-history",
"version": "1.0.0",
"private": true,
"engines": {
"node": "^20.0.0"
},
"description": "A history of the design work for the services that belong to the continuing professional development (CPD) programme for teachers",
"keywords": [
"design-history",
"government",
"govuk"
],
"author": "Department for Education",
"license": "MIT",
"homepage": "https://teacher-cpd-design-history.herokuapp.com/",
"repository": "github:DFE-Digital/teacher-cpd-design-history",
"bugs": "https://github.com/DFE-Digital/teacher-cpd-design-history/issues",
"scripts": {
"prebuild": "rimraf public",
"build": "eleventy",
"start": "eleventy --serve --quiet",
"preserve": "npm run build",
"serve": "http-server",
"test": "standard"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@x-govuk/govuk-eleventy-plugin": "^6.7.0",
"http-server": "^14.1.1",
"rimraf": "^5.0.5",
"sass": "^1.77.8"
},
"devDependencies": {
"standard": "^17.1.0",
"webshot-node": "^0.18.3"
},
"standard": {
"ignore": [
"!.eleventy.js"
]
}
}