yew-template/package.json
2024-10-05 14:57:39 +08:00

17 lines
314 B
JSON

{
"name": "yew-template",
"version": "1.0.0",
"description": "",
"scripts": {
"tailwindcss": "tailwindcss"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"tailwindcss": "^3.4.13"
}
}