Files
dioxus-tailwind/package.json
2023-04-05 21:14:30 +02:00

16 lines
391 B
JSON

{
"name": "dioxus-tailwind",
"version": "1.0.0",
"description": "> a template for starting a dioxus project to be used with [dioxus-cli](https://github.com/DioxusLabs/cli)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^3.2.7"
}
}