You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ozgurkon-2020-site/package.json

23 lines
589 B

5 years ago
{
"name": "site-devfest-2019",
"version": "1.0.0",
"repository": "https://gitlab.com/devfest-toulouse/site-devfest-2019",
"author": "Igor Laborie <ilaborie@gmail.com>",
"license": "Apache-2.0",
"scripts": {
5 years ago
"prebuild": "hugo",
5 years ago
"build:minify": "node tools/minify.js",
5 years ago
"build:pdf": "node tools/pdf.js",
"build": "run-s build:*"
5 years ago
},
"devDependencies": {
5 years ago
"firebase-tools": "^7.3.2",
5 years ago
"glob": "^7.1.4",
"html-minifier": "^4.0.0",
"npm-run-all": "^4.1.5",
"plop-logger": "^2.6.1",
5 years ago
"puppeteer": "^1.20.0",
5 years ago
"serve-handler": "^6.1.1"
5 years ago
}
}