mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
20 lines
493 B
JSON
20 lines
493 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"scripts": {
|
|
"build": "snowpack build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-postcss": "^1.4.3",
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
"@types/tailwindcss": "^3.0.0",
|
|
"autoprefixer": "^10.4.1",
|
|
"cssnano": "^5.0.14",
|
|
"postcss": "^8.4.5",
|
|
"snowpack": "^3.8.8",
|
|
"tailwindcss": "^3.0.8"
|
|
}
|
|
}
|