-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 992 Bytes
/
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
{
"name": "engineering-guidance-and-standards",
"version": "2.0.0",
"description": "Write documentation using Markdown and publish it using 11ty GOV.UK layout plugin",
"keywords": [
"guidance",
"standards",
"home office",
"eleventy",
"eleventy-plugin"
],
"homepage": "",
"bugs": {
"url": "https://"
},
"contributors": [
{
"name": "Rob Johnson"
},
{
"name": "Ed Hamilton"
}
],
"license": "MIT",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"docker:build": "docker build -t engineering-guidance-and-standards ."
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@x-govuk/govuk-eleventy-plugin": "^6.6.2",
"luxon": "^3.5.0",
"parse5": "^7.2.1"
},
"devDependencies": {
"@cfworker/json-schema": "^4.0.3",
"axe-core": "^4.10.2",
"cypress-axe": "^1.5.0",
"cypress": "^13.17.0"
}
}