-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 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
{
"name": "nightingale-buddyboss",
"repository": {
"type": "git",
"url": "https://github.com/NHSLeadership/nightingale-buddyboss.git"
},
"version": "2.4.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "cat style.scss | node_modules/.bin/node-sass style.scss --output-style expanded > style.css --recursive-false",
"zip": "zip -r nightingale-buddyboss.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/ wp-html-mail/ wp-html-mail/* /phpcs.xml.dist node_modules/**\\*",
"compress": "postcss style.css > style.min.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"grunt": "^1.3.0",
"nhsuk-frontend": "^6.1.0",
"node-sass": "^7.0.1",
"nunjucks": "^3.2.2",
"penthouse": "^2.3.1"
},
"devDependencies": {
"cssnano": "^5.1.11",
"cssnano-preset-advanced": "^5.3.7",
"postcss-cli": "^9.1.0",
"sass": "^1.32.6"
}
}