Files
nextcloud-jukebox/package.json
dependabot[bot] 87dd2b22b4 build(deps): bump chart.js from 4.5.0 to 4.5.1
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-18 01:06:03 +00:00

55 lines
1.4 KiB
JSON

{
"name": "jukebox",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"engines": {
"node": "^22.19.0",
"pnpm": "^10.18.0"
},
"scripts": {
"dev": "vite build --watch",
"build": "vue-tsc -b && vite build",
"lint": "eslint src",
"format": "eslint --fix src && prettier --write src",
"prepare": "husky",
"gen": "simple-scaffold -c . -k"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/axios": "^2.5.2",
"@nextcloud/dialogs": "^6.3.2",
"@nextcloud/l10n": "^3.4.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.0.0",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"linkifyjs": "^4.3.2",
"video.js": "^8.23.4",
"vue": "^3.5.22",
"vue-material-design-icons": "^5.3.1"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.0",
"@nextcloud/vite-config": "2.3.5",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.37.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"prettier": "^2.8.8",
"prettier-plugin-vue": "^1.1.6",
"sass": "^1.93.2",
"sass-embedded": "^1.93.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^6.3.6",
"vue-router": "^4.5.1",
"vue-tsc": "^2.2.12"
}
}