forked from canonical/docs.ubuntu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"scripts": {
"watch": "watch -p 'static/sass/**/*.scss' -c 'yarn run build-sass'",
"build-docs": "./build-docs.sh",
"build-sass": "node-sass --include-path node_modules static/sass --output static/css && postcss --use autoprefixer --replace static/css/**/*.css && postcss --use cssnano --dir static/css/minified static/css/**/*.css",
"build": "yarn run build-docs && yarn run build-sass",
"test": "sass-lint static/**/*.scss --verbose --no-exit",
"clean": "rm -rf node_modules yarn-error.log css static/css *.log *.sqlite _site/ build/ .jekyll-metadata .bundle docs/ templates/landscape/ templates/documentation-builder/ templates/conjure-up/ templates/maas/ static/media"
},
"dependencies": {
"sass-lint": "^1.10.2",
"vanilla-framework": "1.1.7",
"docs-vanilla-theme": "1.1.0",
"watch-cli": "^0.2.2",
"cssnano": "^3.10.0",
"postcss-cli": "^4.1.0",
"sass-lint": "^1.10.2",
"node-sass": "^4.5.3"
}
}