forked from NHSDigital/mya-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.32 KB
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
66
67
68
69
{
"name": "nhsuk-prototype-kit",
"version": "7.0.1",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
"prestart": "node scripts/free-default-port.js",
"start": "npm run map:build && node app.js",
"predev": "node scripts/free-default-port.js",
"dev": "node scripts/start-dev.js",
"watch": "node --watch app.js",
"journey:new": "node scripts/journey-new.js",
"map:validate": "node scripts/map-validate.js",
"map:screenshots": "node scripts/map-screenshots.js",
"map:screenshots:plan": "node scripts/map-screenshots.js --dry-run",
"flow:scaffold": "node scripts/flow-scaffold.js",
"flow:crawl": "node scripts/flow-crawl.js",
"flow:validate": "node scripts/flow-validate.js",
"map:dev": "vite --config app/map/frontend/vite.config.ts",
"map:build": "vite build --config app/map/frontend/vite.config.ts",
"map:typecheck": "tsc --project app/map/frontend/tsconfig.json --noEmit"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"@mermaid-js/layout-elk": "^0.2.2",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
"dotenv": "^17.2.2",
"js-yaml": "^4.1.0",
"luxon": "^3.7.2",
"markdown-it": "^14.2.0",
"mermaid": "^11.16.0",
"nhsuk-frontend": "^10.2.2",
"nhsuk-prototype-kit": "8.0.0-beta.7",
"nunjucks": "^3.2.4",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.10.1",
"svg-pan-zoom": "^3.6.2",
"tailwindcss": "^3.4.19",
"vite": "^7.3.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@babel/preset-env": "^7.29.7",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@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",
"playwright": "^1.61.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
}
}