Files
wizarr/app/static/package.json
dependabot[bot] 70a05eb263 build(deps): bump inapp-spy from 5.0.8 to 5.0.9 in /app/static
Bumps [inapp-spy](https://github.com/shalanah/inapp-spy) from 5.0.8 to 5.0.9.
- [Changelog](https://github.com/shalanah/inapp-spy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shalanah/inapp-spy/compare/v5.0.8...v5.0.9)

---
updated-dependencies:
- dependency-name: inapp-spy
  dependency-version: 5.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 09:09:16 +00:00

31 lines
1.0 KiB
JSON

{
"name": "wizarr",
"version": "1.0.0",
"description": "Wizarr",
"scripts": {
"build:css": "npx @tailwindcss/cli -i src/style.css -o css/main.css",
"watch:css": "npx @tailwindcss/cli -i src/style.css -o css/main.css --watch",
"build:js": "cp node_modules/sortablejs/Sortable.min.js js/sortable.min.js && cp node_modules/tiny-markdown-editor/dist/tiny-mde.min.js js/tiny-mde.min.js && cp node_modules/tiny-markdown-editor/dist/tiny-mde.min.css css/tiny-mde.min.css",
"build": "npm run build:css && npm run build:js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"tailwindcss": "^4.2.1"
},
"dependencies": {
"@alpinejs/collapse": "^3.15.4",
"alpinejs": "^3.15.3",
"animate.css": "^4.1.1",
"bowser": "^2.13.1",
"flowbite": "^4.0.1",
"htmx-ext-preload": "^2.1.2",
"htmx.org": "^2.0.8",
"inapp-spy": "^5.0.9",
"sortablejs": "^1.15.7",
"tiny-markdown-editor": "^0.2.15"
}
}