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",
|
2022-12-17 20:00:00 +00:00
|
|
|
"dev": "vite build --watch",
|
2021-11-21 11:40:00 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-08 13:57:53 +00:00
|
|
|
"alpinejs": "^3.10.5",
|
|
|
|
"rfc4648": "^1.5.2"
|
2021-07-05 11:40:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-03 08:00:00 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
2022-12-17 20:00:00 +00:00
|
|
|
"@types/alpinejs": "^3.7.1",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"postcss": "^8.4.20",
|
|
|
|
"tailwindcss": "^3.2.4",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"vite": "^4.0.1"
|
2021-07-05 11:40:00 +00:00
|
|
|
}
|
|
|
|
}
|