-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"name": "@nhsuk/frontend-review",
"private": true,
"description": "NHS.UK frontend review app",
"license": "MIT",
"scripts": {
"clean": "del-cli dist/*",
"postclean": "tsc --build --clean",
"build": "gulp build --color",
"serve": "gulp serve --color",
"watch": "gulp serve watch --color",
"sassdoc": "sassdoc --config sassdoc.config.yaml ../nhsuk-frontend/src/nhsuk",
"start": "browser-sync start --config browsersync.config.js --no-snippet --no-ui"
},
"dependencies": {
"browser-sync": "^3.0.4"
},
"devDependencies": {
"@nhsuk/frontend-config": "*",
"@nhsuk/frontend-lib": "*",
"@nhsuk/frontend-tasks": "*",
"autoprefixer": "^10.5.0",
"cssnano": "^7.1.5",
"del-cli": "^7.0.0",
"gulp": "^5.0.1",
"html-validate": "^10.13.0",
"marked": "^18.0.1",
"nhsuk-frontend": "*",
"package-json": "^10.0.1",
"plugin-error": "^2.0.1",
"postcss-pseudo-classes": "^0.4.0",
"sassdoc": "^2.7.4"
},
"engines": {
"node": "^24.11.0",
"npm": "^11.6.1 <11.6.3 || ^11.6.4"
}
}