forked from nhsuk/nhsuk-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.78 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
{
"name": "nhsuk-frontend",
"version": "0.5.3",
"description": "The NHS website frontend styles, for creating NHS websites and services.",
"sasslintConfig": "config/sass-lint.yml",
"scripts": {
"prepare": "gulp bundle",
"build": "gulp build",
"start": "gulp",
"test": "npm run lint-css",
"lint-css": "sass-lint -c ./tests/linters/.sass-lint.yml 'packages/**/*.scss' -v -q",
"backstop:ref": "backstop reference --config=tests/backstop/backstop.json",
"backstop:test": "backstop test --config=tests/backstop/backstop.json",
"backstop:clean": "rm -rf tests/backstop/backstop_data/bitmaps_test/*",
"build-gh-pages": "gulp bundle && BASE_URL='/nhsuk-frontend' gulp docs:build",
"build-gh-release": "gulp zip"
},
"dependencies": {
"sass-mq": "^4.0.2"
},
"peerDependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"backstopjs": "^3.8.4",
"event-stream": "^3.3.4",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-markdown": "^3.0.0",
"gulp-nunjucks": "^4.0.0",
"gulp-nunjucks-md": "^2.3.1",
"gulp-open": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-wrap": "^0.14.0",
"gulp-zip": "^4.2.0",
"jquery": "^3.3.1",
"nunjucks": "^3.1.3",
"sass-lint": "^1.12.1"
},
"files": [
"dist",
"packages"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nhsuk/nhsuk-frontend.git"
},
"homepage": "https://nhsuk.github.io/nhsuk-frontend/",
"bugs": {
"url": "https://github.com/nhsuk/nhsuk-frontend/issues"
},
"license": "MIT"
}