forked from alphagov/govuk-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.82 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "hmlr-design-system",
"private": true,
"description": "HM Land Registry Design System",
"repository": {
"type": "git",
"url": "git+https://github.com/landregistry/hmlr-design-system.git"
},
"author": "HM Land Registry Design System team",
"license": "MIT",
"bugs": {
"url": "https://github.com/landregistry/hmlr-design-system/issues"
},
"homepage": "https://github.com/landregistry/hmlr-design-system#readme",
"scripts": {
"postinstall": "npm ls --depth=0",
"build": "node tasks/build.js",
"start": "node tasks/serve.js",
"test": "npm run lint && jest",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --cache --cache-location .cache/eslint --cache-strategy content --color --ignore-path .gitignore \"**/*.{cjs,js,mjs}\"",
"lint:scss": "stylelint \"**/*.scss\""
},
"dependencies": {
"@hmlr/frontend": "1.3.1",
"@metalsmith/markdown": "^1.10.0",
"@metalsmith/postcss": "^5.4.1",
"acorn": "^6.4.2",
"autoprefixer": "^10.4.20",
"clipboard": "^2.0.11",
"connect": "^3.7.0",
"eslint": "^5.16.0",
"govuk-frontend": "^4.8.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"html5shiv": "^3.7.3",
"lunr": "^2.3.9",
"metalsmith-assets": "^0.1.0",
"modernizr": "^3.13.1",
"sass-export": "^2.1.2",
"serve-static": "^1.16.0",
"slugger": "^1.0.1"
},
"devDependencies": {
"@axe-core/puppeteer": "^4.10.0",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@metalsmith/in-place": "^4.6.0",
"@metalsmith/layouts": "^2.7.0",
"@metalsmith/permalinks": "^2.5.1",
"@metalsmith/sass": "^1.10.0",
"accessible-autocomplete": "^2.0.4",
"browser-sync": "2.29.3",
"eslint": "^8.34.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.6.0",
"glob": "^8.1.0",
"iframe-resizer": "3.6.6",
"jest": "^29.7.0",
"jest-axe": "^7.0.1",
"jest-environment-jsdom": "^29.7.0",
"jest-puppeteer": "^6.2.0",
"js-beautify": "^1.15.1",
"jstransformer-nunjucks": "^1.2.0",
"marked": "^4.3.0",
"metalsmith": "^2.6.3",
"metalsmith-broken-link-checker": "^1.0.2",
"metalsmith-canonical": "^1.2.0",
"metalsmith-env": "^2.2.0",
"metalsmith-renamer": "^0.5.217",
"nunjucks": "^3.2.4",
"outdent": "^0.8.0",
"puppeteer": "^18.2.1",
"rollup": "0.59.4",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"sitemap": "^7.1.2",
"slash": "^3.0.0",
"standard": "^17.1.0",
"stylelint": "^14.16.1",
"stylelint-config-gds": "^0.3.0",
"stylelint-order": "^6.0.4",
"terser": "^5.32.0"
},
"engines": {
"node": "^20.9.0",
"npm": "^10.1.0"
},
"browserslist": [
"last 2 versions"
]
}