-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"scripts": {
"clean": "rm -rf node_modules build yarn-error.log css static/css *.log *.sqlite .extra templates",
"watch": "watch -p './**/*.md' -c 'yarn run build'",
"build": "documentation-builder --template-path src/base.tpl --source-folder src --media-path src/en/media --output-media-path build/en/media --tag-manager-code 'GTM-K92JCQ' --search-domain 'docs.jujucharms.com' --search-url 'https://docs.ubuntu.com/search' --search-placeholder 'Search Juju docs' --no-link-extensions --build-version-branches --site-root https://jujucharms.com/"
},
"dependencies": {
"watch-cli": "^0.2.2",
"sass-lint": "^1.10.2",
"postcss-cli": "^4.1.0",
"node-sass": "^4.5.3",
"cssnano": "^3.10.0",
"autoprefixer": "^6.3.1"
}
}