-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
37
38
{
"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.2.0",
"@govuk-prototype-kit/step-by-step": "^2.1.0",
"@ministryofjustice/frontend": "1.8.1",
"@x-govuk/govuk-prototype-filters": "^1.3.1",
"accessible-autocomplete": "^3.0.0",
"govuk-country-and-territory-autocomplete": "^1.0.2",
"govuk-frontend": "^4.7.0",
"govuk-prototype-kit": "^13.16.2",
"notifications-node-client": "^5.2.3",
"qs": "^6.14.1",
"socket.io": "^4.8.3",
"socket.io-parser": "^4.2.6"
},
"engines": {
"node": "20.9"
},
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/dwp/user-centred-design/keeping-customer-interactions-safe-prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/dwp/user-centred-design/keeping-customer-interactions-safe-prototype/issues"
},
"homepage": "https://gitlab.com/dwp/user-centred-design/keeping-customer-interactions-safe-prototype#readme"
}