keywind/package.json
Ron Mercado a3f1c1d1d1 feat: add login otp pages (#9)
Co-authored-by: Anthony Lukin <anthony@lukin.dev>
2022-04-06 03:30:00 +07:00

20 lines
495 B
JSON

{
"$schema": "https://json.schemastore.org/package",
"scripts": {
"build": "snowpack build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"alpinejs": "^3.9.5"
},
"devDependencies": {
"@snowpack/plugin-postcss": "^1.4.3",
"@tailwindcss/forms": "^0.5.0",
"@types/tailwindcss": "^3.0.10",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"postcss": "^8.4.12",
"snowpack": "^3.8.8",
"tailwindcss": "^3.0.23"
}
}