-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·96 lines (96 loc) · 3.22 KB
/
package.json
File metadata and controls
executable file
·96 lines (96 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"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.2.4",
"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"
}