20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"name": "chicken-box",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tauri-apps/cli": "^2.1.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|