build(bun): init and install sass
This commit is contained in:
parent
d25e04d8c7
commit
f616d8f24e
6 changed files with 189 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "now",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"normalize.css": "^8.0.1",
|
||||
"sass": "^1.80.6"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue