mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"scripts": {
|
|
"build": "snowpack build",
|
|
"start": "snowpack dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-postcss": "^1.4.3",
|
|
"@tailwindcss/forms": "^0.3.4",
|
|
"@types/tailwindcss": "^2.2.4",
|
|
"autoprefixer": "^10.4.0",
|
|
"cssnano": "^5.0.11",
|
|
"postcss": "^8.3.11",
|
|
"snowpack": "^3.8.8",
|
|
"tailwindcss": "^2.2.19"
|
|
}
|
|
}
|