generated from cncf/hugo-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
25 lines (25 loc) · 1.19 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
{
"name": "servo.org",
"scripts": {
"sass": "sass assets/sass/style.sass css/style.css",
"sass-revealjs": "cp assets/reveal.js-theme/servo*.scss node_modules/reveal.js/css/theme/source/ && sass node_modules/reveal.js/css/theme/source/servo.scss node_modules/reveal.js/dist/theme/servo.css && sass node_modules/reveal.js/css/theme/source/servo-no-svg.scss node_modules/reveal.js/dist/theme/servo-no-svg.css && sass node_modules/reveal.js/css/theme/source/servo-new.scss node_modules/reveal.js/dist/theme/servo-new.css && sass node_modules/reveal.js/css/theme/source/servo-new-servo.scss node_modules/reveal.js/dist/theme/servo-new-servo.css",
"serve": "eleventy --serve --quiet --pathprefix=/",
"start": "npm-run-all sass sass-revealjs serve",
"deploy-dev": "gh-pages -d _site"
},
"author": "The Servo Project Developers",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"bulma": "^0.9.0",
"gh-pages": "^5.0.0",
"markdown-it-anchor": "^8.6.6",
"npm-run-all": "^4.1.5",
"sass": "^1.57.1"
},
"dependencies": {
"reveal.js": "^4.4.0"
}
}