-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (32 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (32 loc) · 844 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
{
"engines": {
"node": "22.x",
"npm": "10.x"
},
"scripts": {
"dev": "govuk-prototype-kit dev",
"serve": "govuk-prototype-kit serve",
"start": "govuk-prototype-kit start"
},
"dependencies": {
"22": "0.0.0",
"@dwp/dwp-frontend": "3.4.0",
"@govuk-prototype-kit/common-templates": "2.0.1",
"@govuk-prototype-kit/step-by-step": "2.2.3",
"@x-govuk/govuk-prototype-filters": "2.1.0",
"govuk-frontend": "5.14.0",
"govuk-prototype-kit": "13.20.0",
"dfe-frontend": "2.0.1",
"@ministryofjustice/frontend": "8.0.1",
"@ukic/fonts": "3.2.9",
"@ukic/web-components": "3.21.0"
},
"overrides": {
"qs": "6.14.1",
"lodash": "4.18.1",
"minimatch@^3.0.0": "3.1.4",
"minimatch@^10.0.0": "10.2.3",
"path-to-regexp": "0.1.13",
"yoctocolors-cjs": "2.1.3"
}
}