-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "nhsapp-frontend",
"version": "2.3.0",
"description": "A CSS library built on top of nhsuk-frontend providing styles for the NHS App.",
"main": "index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"prepack": "gulp bundle",
"release": "gulp release",
"lint": "prettier --check .",
"start": "concurrently npm:docs:serve npm:css:watch",
"docs:serve": "npm run css:build && npx @11ty/eleventy --serve",
"docs:build": "npm run css:build && npx @11ty/eleventy",
"css:watch": "gulp",
"css:build": "gulp compileCSS",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhsuk/nhsapp-frontend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nhsuk/nhsapp-frontend/issues"
},
"homepage": "https://github.com/nhsuk/nhsapp-frontend#readme",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.6",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"concurrently": "^8.2.2",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-connect": "^5.7.0",
"gulp-nunjucks": "^6.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^6.0.0",
"markdown-it-anchor": "^9.0.1",
"nhsuk-frontend": "^8.1.1",
"nunjucks": "^3.2.4",
"prettier": "^3.2.5",
"sass": "^1.74.1"
},
"peerDependencies": {
"nhsuk-frontend": "^8.0.0"
}
}