shadow/package.json
2024-04-23 15:14:26 -04:00

23 lines
No EOL
447 B
JSON

{
"name": "shadow",
"type": "module",
"scripts": {
"dev": "bun run vite build --watch"
},
"devDependencies": {
"@types/bun": "latest",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"glob": "^10.3.12",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"vite": "^5.2.10"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"vitest": "^1.5.0"
}
}