-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 887 Bytes
/
package.json
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
{
"scripts": {
"dev": "govuk-prototype-kit dev",
"serve": "govuk-prototype-kit serve",
"start": "govuk-prototype-kit start",
"screenshot": "backstop reference"
},
"engines": {
"node": ">=10.15"
},
"engineStrict": true,
"dependencies": {
"@govuk-prototype-kit/common-templates": "2.0.1",
"@govuk-prototype-kit/step-by-step": "2.2.2",
"@govuk-prototype-kit/task-list": "2.0.0",
"@ministryofjustice/frontend": "^2.1.3",
"axios": "^1.5.1",
"convert-excel-to-json": "^1.7.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"govuk-frontend": "5.4.0",
"govuk-prototype-kit": "13.16.2",
"i18n": "^0.8.3",
"i18n-express": "^1.1.3",
"nhsuk-frontend": "^8.0.2",
"notifications-node-client": "8.1.0",
"nunjucks": "^3.2.0",
"save": "^2.9.0"
},
"devDependencies": {
"backstopjs": "^6.3.6"
}
}