Co-authored-by: Michael DiLeo <michael.dileo@oakstreethealth.com> Reviewed-on: #2
23 lines
706 B
JSON
23 lines
706 B
JSON
{
|
|
"name": "keyboard-vagabond-web",
|
|
"version": "1.0.0",
|
|
"description": "Landing page for Keyboard Vagabond fediverse community",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dist-minified": "node minify-build.js",
|
|
"build": "npm run dist-minified && ./build.sh",
|
|
"build-basic": "npm run dist && ./build.sh",
|
|
"clean": "rm -rf dist/ public/css/optimized/ public/*-optimized.html public/*-minimal.html"
|
|
},
|
|
"keywords": ["fediverse", "static-site", "css-optimization"],
|
|
"author": "Keyboard Vagabond",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"purgecss": "^6.0.0",
|
|
"cssnano": "^7.0.6",
|
|
"cssnano-cli": "^1.0.5",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"terser": "^5.24.0"
|
|
}
|
|
}
|