-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "govuk-prototype-kit",
"description": "Rapidly create HTML prototypes of GOV.UK services",
"version": "12.3.0",
"private": true,
"engines": {
"node": ">=12.0.0 <19.0.0"
},
"scripts": {
"start": "node start",
"build": "node lib/build/generate-assets",
"serve": "node listen-on-port"
},
"dependencies": {
"@govuk-prototype-kit/step-by-step": "^2.0.0",
"@ons/design-system": "^62.0.0",
"acorn": "^8.5.0",
"ansi-colors": "^4.1.1",
"body-parser": "^1.14.1",
"browser-sync": "^2.27.10",
"chokidar": "^3.5.3",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.6",
"cross-spawn": "^7.0.2",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.13.0",
"fancy-log": "^1.3.3",
"fs-extra": "^10.0.1",
"govuk_frontend_toolkit": "^7.5.0",
"govuk_template_jinja": "^0.24.1",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "^4.3.1",
"gray-matter": "^4.0.3",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"nodemon": "^2.0.15",
"notifications-node-client": "^5.1.0",
"nunjucks": "^3.2.1",
"portscanner": "^2.1.1",
"require-dir": "^1.0.0",
"sass": "^1.49.10",
"sync-request": "^6.0.0",
"universal-analytics": "^0.5.3",
"uuid": "^8.3.2"
}
}