forked from oyd/ozgurkon-2020-site
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.
22 lines
589 B
22 lines
589 B
{
|
|
"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": {
|
|
"prebuild": "hugo",
|
|
"build:minify": "node tools/minify.js",
|
|
"build:pdf": "node tools/pdf.js",
|
|
"build": "run-s build:*"
|
|
},
|
|
"devDependencies": {
|
|
"firebase-tools": "^7.3.2",
|
|
"glob": "^7.1.4",
|
|
"html-minifier": "^4.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"plop-logger": "^2.6.1",
|
|
"puppeteer": "^1.20.0",
|
|
"serve-handler": "^6.1.1"
|
|
}
|
|
}
|
|
|