forked from canonical/design.ubuntu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 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
{
"name": "design.ubuntu.com",
"description": "code for design.ubuntu.com",
"scripts": {
"test": "sass-lint _sass/**/*.scss --verbose --no-exit",
"watch": "watch -p '_sass/**/*.scss' -c 'yarn run build'",
"build": "node-sass --include-path node_modules _sass --output css && postcss --use autoprefixer --replace css/**/*.css && postcss --use cssnano --dir css/minified css/**/*.css",
"clean": "rm -rf node_modules yarn-error.log css css *.log *.sqlite _site/ build/ .jekyll-metadata .bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canonical-websites/design.ubuntu.com.git"
},
"bugs": {
"url": "https://github.com/canonical-websites/design.ubuntu.com/issues"
},
"homepage": "https://github.com/canonical-websites/design.ubuntu.com#readme",
"dependencies": {
"autoprefixer": "^6.3.1",
"cssnano": "^3.10.0",
"global-nav": "^0.2.3",
"node-sass": "^4.5.3",
"postcss-cli": "^4.1.0",
"sass-lint": "^1.10.2",
"vanilla-framework": "1.6.3",
"watch-cli": "^0.2.2"
}
}