-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
24 lines (24 loc) · 1.23 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
{
"name": "nightingale",
"repository": {
"type": "git",
"url": "https://github.com/NHSLeadership/nightingale-2-0.git"
},
"version": "2.7.4",
"description": "",
"main": "index.js",
"scripts": {
"build": "sass --style=expanded --load-path=node_modules/nhsuk-frontend/packages style.scss style.css | sass --load-path=node_modules/nhsuk-frontend/packages style-gutenburg.scss style-gutenburg.css | sass page-colours.scss page-colours.css | cp ./node_modules/nhsuk-frontend/dist/nhsuk.min.js js/nhsuk.min.js",
"compress": "sass --style=compressed --load-path=node_modules/nhsuk-frontend/packages style.scss style.min.css | sass --style=compressed --load-path=node_modules/nhsuk-frontend/packages page-colours.scss page-colours.min.css",
"zip": "zip -r nightingale.zip ./ -x .git .gitignore *.git/* /critical-css-generator.js /postcss.config.js *.github/* /Dockerfile /gruntfile.js /package.json package-lock.json *.DS_Store .DS_Store node_modules/ /phpcs.xml.dist node_modules/**\\* nhsblocks/node_modules/**\\*",
"critical": "node critical-css-generator.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"nhsuk-frontend": "^8.3.0",
"penthouse": "^2.3.2",
"sass": "^1.67.0"
}
}