mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-14 08:45:15 -04:00
23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "wizarr",
|
|
"version": "1.0.0",
|
|
"description": "Wizarr",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"tailwindcss": "^3.2.7"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/collapse": "^3.11.1",
|
|
"alpinejs": "^3.11.1",
|
|
"animate.css": "^4.1.1",
|
|
"flowbite": "^1.6.3",
|
|
"htmx.org": "^1.8.5"
|
|
}
|
|
}
|