8b21ff6e68
Minifying CSS
37 lines
1020 B
JSON
37 lines
1020 B
JSON
{
|
|
"name": "starbase-80",
|
|
"displayName": "Starbase 80",
|
|
"homepage": "https://www.starbase80.dev/",
|
|
"repository": {
|
|
"url": "https://github.com/notclickable-jordan/starbase-80/"
|
|
},
|
|
"version": "1.4.0",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"build": "tsc && node ./dist/index.js && npm run html && npm run tailwind && npm run css-cache-break",
|
|
"html": "html-minifier --remove-comments --collapse-whitespace --input-dir ./public --output-dir ./public --file-ext html",
|
|
"tailwind": "npx tailwindcss -i ./src/tailwind.css -o ./public/main.css",
|
|
"css-cache-break": "node ./dist/css-cache-break.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^20.10.5",
|
|
"clean-css": "^5.3.3",
|
|
"html-minifier": "^4.0.0",
|
|
"prettier": "^3.1.1",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"useTabs": true
|
|
},
|
|
"devDependencies": {
|
|
"@types/clean-css": "^4.2.11"
|
|
}
|
|
}
|