-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.59 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.59 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
{
"name": "create-vuetify",
"version": "2.8.0",
"author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
"license": "MIT",
"type": "module",
"bin": {
"create-vuetify": "bin/index.js"
},
"files": [
"bin/index.js",
"template",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/create.git"
},
"bugs": {
"url": "https://github.com/vuetifyjs/create/issues"
},
"keywords": [
"vuetify",
"vue",
"vue3",
"ui",
"scaffolding",
"cli",
"template",
"create",
"boilerplate",
"starter",
"typescript",
"javascript",
"vite",
"pinia",
"vue-router",
"nuxt",
"material-design",
"material-ui",
"components"
],
"scripts": {
"build": "node ./scripts/build.js",
"start": "node ./index.js",
"dev": "node --run build && node --run start",
"lint": "eslint --fix .",
"prepublishOnly": "node --run build",
"release": "bumpp"
},
"dependencies": {
"consola": "^3.4.2",
"kolorist": "^1.8.0",
"magicast": "^0.3.5",
"minimist": "^1.2.8",
"package-manager-detector": "^1.6.0",
"prompts": "^2.4.2",
"tinyexec": "^1.0.1",
"validate-npm-package-name": "^6.0.2"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.18.5",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"bumpp": "^10.2.3",
"esbuild": "^0.25.9",
"eslint": "^9.35.0",
"eslint-config-vuetify": "^4.2.0",
"nypm": "^0.6.2",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.26.1"
}