generated from alecodes/base-template
feat: add frontend compilation task with bun
This commit is contained in:
parent
6cb75aa442
commit
6b7642b693
6 changed files with 174 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "compendium",
|
||||
"module": "index.ts",
|
||||
"devDependencies": {
|
||||
"@alecodes/bun-plugin-sass": "^0.1.2",
|
||||
"@alecodes/bun-static-builder": "^0.1.0",
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@mini-strap/core": "^0.1.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue