keywind/package.json
2022-04-06 00:20:00 +04: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"
}
}