Files
linkding/package.json
dependabot[bot] 35ba5ae17f Bump @hotwired/turbo from 8.0.13 to 8.0.21
Bumps [@hotwired/turbo](https://github.com/hotwired/turbo) from 8.0.13 to 8.0.21.
- [Release notes](https://github.com/hotwired/turbo/releases)
- [Commits](https://github.com/hotwired/turbo/compare/8.0.13...v8.0.21)

---
updated-dependencies:
- dependency-name: "@hotwired/turbo"
  dependency-version: 8.0.21
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-20 19:41:10 +00:00

28 lines
867 B
JSON

{
"name": "linkding",
"scripts": {
"build": "npm run build-js && npm run build-theme-light && npm run build-theme-dark",
"build-js": "rollup -c",
"build-theme-light": "postcss -o bookmarks/static/theme-light.css bookmarks/styles/theme-light.css",
"build-theme-dark": "postcss -o bookmarks/static/theme-dark.css bookmarks/styles/theme-dark.css",
"dev": "rollup -c -w"
},
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@hotwired/turbo": "^8.0.21",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/wasm-node": "^4.13.0",
"cssnano": "^7.0.6",
"lit": "^3.3.1",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"web-types": "./web-types.json"
}