mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
a3f1c1d1d1
Co-authored-by: Anthony Lukin <anthony@lukin.dev>
20 lines
495 B
JSON
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"
|
|
}
|
|
}
|