keywind/package.json
2021-11-21 18:40:00 +07:00

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"
}
}