-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 KB
/
package.json
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
{
"name": "create-vuetify",
"version": "2.4.0",
"author": "Elijah Kotyluk <[email protected]>",
"license": "MIT",
"type": "module",
"bin": {
"create-vuetify": "index.js"
},
"files": [
"index.js",
"template",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/create-vuetify.git"
},
"bugs": {
"url": "https://github.com/vuetifyjs/create-vuetify/issues"
},
"scripts": {
"build": "node ./scripts/build.js",
"start": "node ./index.js",
"dev": "node --run build && node --run start",
"lint": "eslint --fix .",
"prepublishOnly": "node --run build"
},
"dependencies": {
"kolorist": "^1.8.0",
"magicast": "^0.3.5",
"minimist": "^1.2.8",
"package-manager-detector": "^1.0.0",
"prompts": "^2.4.2",
"validate-npm-package-name": "^6.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.0",
"@types/minimist": "^1.2.5",
"@types/node": "^22.13.10",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"esbuild": "^0.25.1",
"eslint": "^9.23.0",
"eslint-config-vuetify": "^3.0.3",
"nypm": "^0.6.0",
"release-it": "^18.1.2",
"typescript": "^5.8.2"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}