-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "vuetify-codemods",
"type": "module",
"version": "1.0.5",
"bin": {
"vuetify-codemods": "dist/main.js"
},
"scripts": {
"build": "tsc && vite build && chmod +x dist/main.js",
"lint": "eslint . --ext .ts",
"test": "vitest"
},
"license": "SSPL",
"homepage": "https://github.com/vuetifyjs/vuetify-codemods",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify-codemods.git"
},
"files": [
"dist"
],
"dependencies": {
"@inquirer/prompts": "^8.3.0",
"ast-types-x": "^1.18.0",
"esprima": "^4.0.1",
"lodash-es": "^4.17.23",
"vue-eslint-parser": "^10.4.0"
},
"devDependencies": {
"@types/node": "^24.10.13",
"@vuetify/github-releaser": "^4.0.3",
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-vuetify": "^2.0.2",
"eslint": "^9.39.2",
"eslint-config-vuetify": "4.3.5-beta.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"vue-metamorph": "^3.2.0"
},
"packageManager": "pnpm@10.30.0"
}