mirror of
https://github.com/LeNei/dioxus-tailwind.git
synced 2026-02-13 22:56:27 +00:00
first commit
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user