-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 2.23 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": "nhsbsa-digital-playbook",
"version": "1.0.0",
"description": "Playbook for NHSBSA Digital, Data and Technology projects",
"main": "index.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "npx @11ty/eleventy --serve --pathprefix 'nhsbsa-digital-playbook'",
"build": "cross-env NODE_ENV=production npx eleventy --pathprefix 'nhsbsa-digital-playbook'",
"test": "cross-env NODE_ENV=test jest",
"test:eslint": "cross-env NODE_ENV=test npx eslint .",
"test:eslint-fix": "cross-env NODE_ENV=test npx eslint . --fix",
"test:coverage": "cross-env NODE_ENV=test jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhsbsa/nhsbsa-digital-playbook.git"
},
"author": "NHSBSA",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nhsbsa/nhsbsa-digital-playbook/issues"
},
"homepage": "https://github.com/nhsbsa/nhsbsa-digital-playbook#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@nhsbsa/cookie-consent-component": "0.0.6",
"color-convert": "^2.0.1",
"cross-env": "^7.0.3",
"eleventy-auto-cache-buster": "^0.6.0",
"eleventy-plugin-dart-sass": "^1.0.3",
"eleventy-plugin-external-links": "^1.1.2",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eslint": "^9.9.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-admonition": "^1.0.4",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.2.0",
"markdown-it-codetabs": "^1.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^4",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-toc-done-right": "^4.2.0",
"nhsuk-frontend": "^8.3.0",
"regexpp": "^3.2.0",
"text-table": "^0.2.0"
}
}