keywind/package.json
2022-01-03 01: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.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"
}
}