mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.10.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/alpinejs": "^3.7.0",
|
|
"autoprefixer": "^10.4.8",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.8.2",
|
|
"vite": "^3.0.9"
|
|
}
|
|
}
|