-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1010 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1010 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
36
{
"name": "nhsuk-prototype-kit",
"version": "7.0.1",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"watch": "node --watch app.js"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"dotenv": "^17.2.2",
"luxon": "^3.7.2",
"nhsuk-frontend": "^10.2.2",
"nhsuk-prototype-kit": "8.0.0-beta.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.43.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsdoc": "^54.3.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"jest": "^30.1.3",
"prettier": "^3.6.2"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
}
}