-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 912 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 912 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
{
"scripts": {
"dev": "govuk-prototype-kit dev",
"serve": "govuk-prototype-kit serve",
"start": "govuk-prototype-kit start",
"generate-data": "node ./scripts/generate-appeals.js && node ./scripts/generate-linked-appeals.js"
},
"dependencies": {
"@faker-js/faker": "^9.2.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",
"@x-govuk/govuk-prototype-components": "5.0.0",
"@x-govuk/govuk-prototype-filters": "2.0.0",
"connect-flash": "^0.1.1",
"govuk-frontend": "^5.11.2",
"govuk-prototype-kit": "13.18.1",
"hmrc-frontend": "^6.65.0",
"jquery": "^3.7.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"notifications-node-client": "8.2.1",
"radio-button-redirect": "^1.2.0",
"uuid": "^8.3.2"
}
}