mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.7/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-version: 6.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "forum",
|
|
"version": "0.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^22.19.0",
|
|
"pnpm": "^10.27.0"
|
|
},
|
|
"packageManager": "pnpm@10.28.0",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix src",
|
|
"format": "prettier --write {vite.config.ts,src/,README.md,nextcloud-forum.wiki/**/*.md}",
|
|
"prepare": "lefthook install",
|
|
"gen": "simple-scaffold -c . -k",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.6.0",
|
|
"@nextcloud/axios": "^2.6.0",
|
|
"@nextcloud/dialogs": "^7.3.0",
|
|
"@nextcloud/l10n": "^3.4.1",
|
|
"@nextcloud/router": "^3.1.0",
|
|
"@nextcloud/vite-config": "^2.5.2",
|
|
"@nextcloud/vue": "^9.8.0",
|
|
"date-fns": "^4.1.0",
|
|
"linkifyjs": "^4.3.3",
|
|
"vue": "^3.5.34",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-router": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@nextcloud/browserslist-config": "^3.1.2",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.2.2",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vue/test-utils": "^2.4.10",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.3.0",
|
|
"happy-dom": "^20.9.0",
|
|
"lefthook": "^2.1.6",
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-vue": "^1.1.6",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"sass": "^1.99.0",
|
|
"sass-embedded": "^1.99.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.59.3",
|
|
"vite": "^8.0.13",
|
|
"vite-plugin-checker": "^0.13.0",
|
|
"vitest": "^4.1.6",
|
|
"vue-tsc": "^3.2.9"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"lefthook"
|
|
]
|
|
}
|
|
}
|