-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 915 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 915 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
{
"scripts": {
"dev": "govuk-prototype-kit dev",
"serve": "govuk-prototype-kit serve",
"start": "govuk-prototype-kit start"
},
"name": "govuk-prototype-kit",
"dependencies": {
"@dwp/dwp-frontend": "3.3.0",
"@govuk-prototype-kit/common-templates": "2.0.1",
"@govuk-prototype-kit/step-by-step": "2.2.3",
"@govuk-prototype-kit/task-list": "2.0.0",
"@ministryofjustice/frontend": "^5.1.3",
"@scottish-government/design-system": "3.0.1",
"@x-govuk/govuk-prototype-filters": "2.0.0",
"axios": "^1.15.0",
"express": "^4.21.2",
"govuk-frontend": "^5.10.2",
"govuk-one-login-service-header": "github:govuk-one-login/service-header",
"govuk-prototype-kit": "13.18.1",
"hmrc-frontend": "6.105.0",
"jquery": "3.7.1",
"nhsapp-frontend": "^5.0.3",
"notifications-node-client": "8.2.1",
"path-to-regexp": "^0.1.10",
"qs": "^6.15.0"
}
}