36 lines
935 B
JSON
36 lines
935 B
JSON
{
|
|
"name": "starbase-80",
|
|
"displayName": "Starbase 80",
|
|
"homepage": "https://www.starbase80.dev/",
|
|
"repository": {
|
|
"url": "https://github.com/notclickable-jordan/starbase-80/"
|
|
},
|
|
"version": "1.3.0",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"build": "tsc && node ./dist/static.js",
|
|
"html": "html-minifier --remove-comments --collapse-whitespace --input-dir ./dist --output-dir ./dist --file-ext html",
|
|
"replace": "npm run replace:script",
|
|
"replace:script": "replace-in-file --configFile replace-script.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^20.10.4",
|
|
"autoprefixer": "^10.4.16",
|
|
"html-minifier": "^4.0.0",
|
|
"postcss": "^8.4.32",
|
|
"prettier": "^3.1.1",
|
|
"replace-in-file": "^7.0.2",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"useTabs": true
|
|
}
|
|
}
|