keywind/package.json

20 lines
451 B
JSON
Raw Normal View History

2021-07-05 11:40:00 +00:00
{
2021-11-21 11:40:00 +00:00
"$schema": "https://json.schemastore.org/package",
2021-07-05 11:40:00 +00:00
"scripts": {
2022-09-03 08:00:00 +00:00
"build": "tsc && vite build",
2021-11-21 11:40:00 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
2022-09-03 08:00:00 +00:00
"alpinejs": "^3.10.3"
2021-07-05 11:40:00 +00:00
},
"devDependencies": {
2022-09-03 08:00:00 +00:00
"@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"
2021-07-05 11:40:00 +00:00
}
}