forked from alphagov/govuk-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.7 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
{
"name": "govuk_design_system",
"private": true,
"description": "GOV.UK Design System",
"repository": {
"type": "git",
"url": "git+https://github.com/alphagov/govuk-design-system.git"
},
"author": "Government Digital Service developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphagov/govuk-design-system/issues"
},
"homepage": "https://github.com/alphagov/govuk-design-system#readme",
"scripts": {
"preinstall": "node bin/check-nvmrc.js",
"prestart": "node bin/check-nvmrc.js",
"build": "node tasks/build.js",
"start": "node tasks/serve.js",
"test": "npm run lint",
"lint": "standard && npm run lint:scss",
"lint:scss": "gulp scss:lint"
},
"standard": {
"ignore": [
"/src/javascripts/vendor/"
]
},
"dependencies": {
"@govuk-frontend/all": "0.0.24-alpha",
"clipboard": "^2.0.0",
"html5shiv": "^3.7.3",
"jquery": "^1.12.4",
"modernizr": "^3.6.0",
"scss-to-json": "^2.0.0"
},
"devDependencies": {
"fs-extra": "^5.0.0",
"gulp": "^3.9.1",
"gulp-sass-lint": "^1.3.4",
"iframe-resizer": "^3.5.16",
"jstransformer-markdown": "^1.2.1",
"jstransformer-nunjucks": "^0.5.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-concat": "^6.0.0",
"metalsmith-env": "^2.1.1",
"metalsmith-in-place": "^3.0.1",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.2",
"metalsmith-metallic": "^2.0.2",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.5.1",
"metalsmith-tagcleaner": "0.0.2",
"nunjucks": "^3.1.2",
"standard": "^10.0.3"
},
"engines": {
"node": "8.9.4"
}
}