3b902f8a31
Bumps [vue](https://github.com/vuejs/core) from 2.7.16 to 3.5.12. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.12) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
783 B
JSON
32 lines
783 B
JSON
{
|
|
"name": "app_template",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite --mode development build",
|
|
"watch": "vite --mode development build --watch",
|
|
"lint": "eslint src",
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css"
|
|
},
|
|
"type": "module",
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/vue": "^8.18.0",
|
|
"vue": "^3.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/vite-config": "^1.4.2",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|