This repository was archived by the owner on Feb 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "dwp-design-system",
"version": "2.0.0",
"description": "DWP Design System",
"main": "index.js",
"scripts": {
"start": "gulp",
"lint": "eslint --ignore-path .gitignore .",
"reports": "pa11y-ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwp/design-system.git"
},
"author": "Adam Silver, Trevor Saint, Jon Hurrell, Simone Duca",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwp/design-system"
},
"homepage": "https://github.com/dwp/design-system#readme",
"engines": {
"node": "12.13.1"
},
"dependencies": {
"@dwp/dwp-frontend": "2.2.1",
"@dwp/eslint-config-base": "6.0.0",
"cookie-parser": "1.4.6",
"dialog-polyfill": "0.5.6",
"express": "4.18.1",
"govuk-frontend": "4.2.0",
"gray-matter": "4.0.3",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-nodemon": "2.5.0",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"highlight.js": "11.5.1",
"js-beautify": "1.14.4",
"js-yaml": "4.1.0",
"markdown-it": "12.3.2",
"marked": "3.0.4",
"node-sass": "7.0.1",
"nunjucks": "3.2.3",
"nunjucks-highlight.js": "0.0.5",
"nunjucks-markdown": "2.0.1",
"pa11y-ci-reporter-html": "4.0.0",
"require-dir": "1.2.0",
"webpack-stream": "6.1.2"
}
}