shadow/package.json

25 lines
516 B
JSON
Raw Normal View History

{
"name": "shadow",
"type": "module",
"scripts": {
"dev": "bun run vite build --watch"
},
"devDependencies": {
"@types/bun": "latest",
"autoprefixer": "^10.4.19",
2024-04-23 20:14:26 +01:00
"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": {
"sharp": "^0.33.3",
"vite-plugin-image-optimizer": "^1.1.7",
"vitest": "^1.5.0"
}
}