-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "govuk-prototype-kit",
"description": "Rapidly create HTML prototypes of GOV.UK services",
"version": "9.12.1",
"private": true,
"engines": {
"node": ">=10.0.0 <15.0.0"
},
"scripts": {
"start": "node start.js",
"lint": "standard",
"test": "npm run lint && gulp generate-assets && jest"
},
"dependencies": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"acorn": "^7.1.1",
"ansi-colors": "^4.1.1",
"autoprefixer": "^10.2.5",
"basic-auth": "^2.0.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.11.1",
"client-sessions": "^0.8.0",
"cross-spawn": "^7.0.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.13.0",
"express-writer": "0.0.4",
"fancy-log": "^1.3.3",
"glob": "^7.1.4",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "^3.11.0",
"govuk_frontend_toolkit": "^7.5.0",
"govuk_template_jinja": "^0.24.1",
"gulp": "^4.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.0",
"inquirer": "^7.1.0",
"jest": "^25.2.7",
"keypather": "^3.0.0",
"marked": "^1.2.0",
"node-sass": "^4.14.1",
"notifications-node-client": "^4.7.2",
"nunjucks": "^3.2.1",
"portscanner": "^2.1.1",
"postcss": "^8.3.0",
"postcss-advanced-variables": "^3.0.1",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"postcss-scss": "^3.0.5",
"require-dir": "^1.0.0",
"standard": "^14.3.3",
"supertest": "^4.0.2",
"sync-request": "^6.0.0",
"tailwindcss": "^2.1.2",
"universal-analytics": "^0.4.16",
"uuid": "^7.0.3"
},
"greenkeeper": {
"ignore": [
"nunjucks"
]
}
}