generated from dwp/blank-prototype-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 1.13 KB
/
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
34
35
36
37
38
{
"scripts": {
"dev": "govuk-prototype-kit dev",
"serve": "govuk-prototype-kit serve",
"start": "govuk-prototype-kit start"
},
"dependencies": {
"@dwp/dwp-frontend": "3.3.0",
"@govuk-prototype-kit/common-templates": "2.0.1",
"@govuk-prototype-kit/step-by-step": "2.2.3",
"find-an-address-plugin": "github:dwp/find-an-address-plugin",
"govuk-frontend": "5.7.1",
"govuk-prototype-kit": "13.16.2",
"hmrc-frontend": "6.42.0",
"jquery": "3.7.1",
"notifications-node-client": "8.2.1"
},
"name": "launchpad-prototype",
"description": "Use this template to create new prototypes in DWP. This template is updated with every major version release of the GOVUK prototype kit.",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"gulp-sass": "^6.0.1",
"sass": "^1.86.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwp/launchpad-prototype.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dwp/launchpad-prototype/issues"
},
"homepage": "https://github.com/dwp/launchpad-prototype#readme"
}