keywind/package.json
2023-03-11 00:00:00 +04:00

27 lines
693 B
JSON

{
"$schema": "https://json.schemastore.org/package",
"name": "keywind",
"scripts": {
"build": "tsc && vite build",
"build:jar": "vite-node scripts/build",
"dev": "vite build --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"alpinejs": "^3.12.0",
"rfc4648": "^1.5.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/alpinejs": "^3.7.1",
"@types/archiver": "^5.3.1",
"@types/node": "^18.15.0",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-node": "^0.29.2"
}
}