mirror of
https://github.com/LeNei/dioxus-tailwind.git
synced 2026-02-13 22:56:27 +00:00
16 lines
391 B
JSON
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"
|
|
}
|
|
}
|