/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
96 строк
3 KB
J-Sek
chore: update vite for less dependabot alerts
26 июл 2026, 21:42
26 июл 2026, 21:42
11e42e3
Код
Авторство
О чём код?
{ "name": "@vuetify/vuetify-root", "type": "module", "private": true, "repository": { "type": "git", "url": "git+https://github.com/vuetifyjs/vuetify.git" }, "scripts": { "dev": "node scripts/dev.js", "build": "node scripts/build.js", "lint": "pnpm run -r --parallel --stream lint", "lint:fix": "pnpm run -r --parallel lint:fix", "version": "node scripts/confirm-npm-tag.js", "prepare": "husky; node scripts/post-install.js; $CI || pnpm exec playwright install chromium", "postversion": "node scripts/post-release-merge.js", "clean": "pnpm -r exec rm -r node_modules && rm -r node_modules", "changelog": "conventional-changelog -u -p vuetify", "all-checks": "pnpm run -r --stream build && pnpm run lint && pnpm run -r test", "vue-ecosystem-ci:build": "pnpm --filter vuetify run build", "vue-ecosystem-ci:test": "pnpm --filter vuetify run lint && pnpm --filter vuetify run test" }, "engines": { "node": ">=24.11.1" }, "devDependencies": { "@babel/cli": "^7.28.3", "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@lerna-lite/cli": "^4.9.3", "@lerna-lite/version": "^4.9.3", "@mdi/font": "7.4.47", "@mdi/js": "7.4.47", "@mdi/svg": "7.4.47", "@octokit/core": "^6.1.5", "@rollup/plugin-terser": "^0.4.4", "@stylistic/eslint-plugin-ts": "^3.1.0", "@types/lodash-es": "^4.17.12", "@types/node": "24.10.1", "@types/yargs": "^17.0.35", "@typescript-eslint/eslint-plugin": "^8.57.2", "@typescript-eslint/parser": "^8.57.2", "@typescript/native-preview": "7.0.0-dev.20260323.1", "@unhead/vue": "^2.0.19", "@vitejs/plugin-vue": "^6.0.2", "@vue/compiler-sfc": "^3.5.25", "@vue/language-server": "^3.1.5", "@vue/runtime-core": "^3.5.25", "@vue/runtime-dom": "^3.5.25", "@vuetify/github-releaser": "^4.0.3", "@vueuse/head": "^1.3.1", "concurrently": "^9.2.1", "conventional-changelog-cli": "^5.0.0", "conventional-changelog-vuetify": "^2.0.2", "cross-spawn": "^7.0.6", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-formatter-codeframe": "^7.32.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-local-rules": "^2.0.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-vue": "^10.6.0", "eslint-plugin-vuetify": "^2.5.3", "glob": "^11.1.0", "husky": "^9.1.7", "inquirer": "^12.6.0", "lodash-es": "^4.17.21", "magic-string": "^0.30.21", "mkdirp": "^3.0.1", "moment": "^2.30.1", "rimraf": "^6.1.2", "rollup": "^4.53.3", "rollup-plugin-dts": "^6.4.1", "rollup-plugin-sass": "^1.15.3", "rollup-plugin-sourcemaps": "^0.6.3", "sass": "1.93.3", "sass-embedded": "1.93.3", "semver": "^7.7.3", "shelljs": "^0.10.0", "stringify-object": "^5.0.0", "typescript": "~6.0.2", "upath": "^2.0.1", "vite": "^7.3.6", "vite-plugin-inspect": "11.3.3", "vue": "^3.5.25", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^3.2.6", "vuetify": "workspace:*", "yargs": "^17.7.2" }, "packageManager": "pnpm@10.26.1" }