-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.46 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.46 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@hmrc/design-system",
"version": "1.11.2",
"private": true,
"description": "Static site generator for the HMRC Design System",
"scripts": {
"start": "gulp",
"test:integration": "gulp integration",
"test:watch": "gulp jest:unit:watch",
"test:unit": "gulp jest:unit",
"test": "npm run test:unit",
"build": "npm run test && gulp generate-examples && gulp build",
"serve": "gulp serve",
"audit": "better-npm-audit audit"
},
"engines": {
"node": "v22.15.0",
"npm": "10.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmrc/design-system.git"
},
"keywords": [
"UK Government",
"HMRC",
"Design System"
],
"author": "HMRC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hmrc/design-system/issues"
},
"homepage": "https://github.com/hmrc/design-system#readme",
"dependencies": {
"govuk-frontend": "^6.1.0",
"hmrc-frontend": "^7.10.0"
},
"devDependencies": {
"@metalsmith/in-place": "^5.0.0",
"@metalsmith/layouts": "^3.0.0",
"@metalsmith/remove": "^1.4.0",
"autoprefixer": "^10.4.17",
"axe-core": "^3.5.6",
"better-npm-audit": "^3.7.3",
"clipboard": "^2.0.11",
"cssnano": "^5.1.13",
"del": "^3.0.0",
"fancy-log": "^1.3.3",
"gray-matter": "^4.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-header": "^2.0.9",
"gulp-if": "^2.0.2",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-standard": "^12.0.0",
"highlight.js": "^10.4.1",
"iframe-resizer": "^4.2.2",
"jest": "^29.0.2",
"jest-cli": "^29.0.2",
"jest-environment-node": "^29.0.2",
"jest-matcher-utils": "^24.9.0",
"jest-puppeteer": "^10.0.1",
"jest-resolve": "^24.9.0",
"js-beautify": "^1.10.2",
"jsdom": "^20.0.0",
"jstransformer": "^1.0.0",
"jstransformer-nunjucks": "^1.2.0",
"merge2": "^1.3.0",
"metalsmith": "^2.6.3",
"metalsmith-debug": "^1.2.0",
"metalsmith-jstransformer": "^0.13.2",
"metalsmith-path": "^0.3.1",
"metalsmith-rollup": "^2.0.0",
"postcss": "^8.4.35",
"puppeteer": "^22.3.0",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"run-sequence": "^2.2.1",
"sass": "^1.66.1",
"standard": "^12.0.1"
}
}