forked from x-govuk/govuk-design-history
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 869 Bytes
/
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
{
"name": "govuk-design-history",
"version": "1.0.0",
"description": "A design history for your GOV.UK service",
"homepage": "https://x-govuk.github.io/govuk-design-history",
"bugs": {
"url": "https://github.com/x-govuk/govuk-design-history/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/x-govuk/govuk-design-history.git"
},
"scripts": {
"build": "eleventy --quiet",
"start": "eleventy --serve --quiet",
"lint": "standard && stylelint '**/*.scss'"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@x-govuk/govuk-eleventy-plugin": "^5.0.0"
},
"devDependencies": {
"standard": "^17.0.0",
"stylelint": "^14.14.0",
"stylelint-config-gds": "^0.2.0"
},
"engines": {
"node": "^16.0.0"
},
"private": true,
"stylelint": {
"extends": "stylelint-config-gds/scss"
}
}