keywind/package.json
2021-12-14 00:50:00 +07:00

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.0"
},
"devDependencies": {
"@snowpack/plugin-postcss": "^1.4.3",
"@tailwindcss/forms": "^0.4.0",
"@types/tailwindcss": "^2.2.4",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.12",
"postcss": "^8.4.5",
"snowpack": "^3.8.8",
"tailwindcss": "^3.0.2"
}
}