-
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) · 823 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 823 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",
"heroku prebuild": "rm -rf package-lock.json"
},
"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": "^7.1.0",
"@x-govuk/govuk-prototype-filters": "^2.1.0",
"axios": "^1.15.1",
"body-parser": "^1.3.1",
"braces": "^1.8.5",
"cross-spawn": "^2.2.3",
"eazy-logger": "^4.0.0",
"govuk-frontend": "^5.13.0",
"govuk-prototype-kit": "^13.16.2",
"hmrc-frontend": "6.104.0",
"moment": "^2.30.1",
"radio-button-redirect": "^1.2.0",
"ws": "^8.18.3"
}
}