mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-11 23:34:47 -04:00
Bumps the ui-frameworks group in /app/static with 1 update: [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography). Updates `@tailwindcss/typography` from 0.5.18 to 0.5.19 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.18...v0.5.19) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-frameworks ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
985 B
JSON
29 lines
985 B
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.1.13",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"tailwindcss": "^4.1.13"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/collapse": "^3.15.0",
|
|
"alpinejs": "^3.15.0",
|
|
"animate.css": "^4.1.1",
|
|
"flowbite": "^3.1.2",
|
|
"htmx-ext-preload": "^2.1.1",
|
|
"htmx.org": "^2.0.7",
|
|
"sortablejs": "^1.15.0",
|
|
"tiny-markdown-editor": "^0.2.3"
|
|
}
|
|
}
|