forked from NHSLeadership/nhsblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.24 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
{
"name": "nhsblocks",
"version": "1.0.5",
"license": "GPL-3.0-or-later",
"main": "src/index.js",
"devDependencies": {
"@svgr/webpack": "^4.3.3",
"@wordpress/scripts": "^3.4.0",
"clauderic/react-sortable-hoc": "^1.9.1",
"url-loader": "^1.1.2"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"build-scss": "cat style.scss | node_modules/.bin/node-sass --include-path node_modules/ --include-path node_modules/nhsuk-frontend/packages/nhsuk/ style.scss --output-style expanded > style.css | cat style-gutenburg.scss | node_modules/.bin/node-sass --include-path node_modules/ --include-path node_modules/nhsuk-frontend/packages/nhsuk/ style-gutenburg.scss --output-style expanded > style-gutenburg.css",
"compress-scss": "postcss style.css > style.min.css",
"zip": "zip -r nhsblocks.zip ./ -x .git .gitignore *.git/* .DS_Store .package.json .package-lock.json *.scss webpack.config.js .ds_store node_modules/**\\* src/**\\* webpack.config.js n"
},
"dependencies": {
"clone-deep": "^4.0.1",
"cssnano": "^4.1.10",
"nhsuk-frontend": "^2.3.2",
"node-sass": "^4.12.0",
"nunjucks": "^3.2.0",
"postcss": "^7.0.18",
"postcss-cli": "^6.1.3",
"scss": "^0.2.4"
}
}