-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 1.83 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
{
"name": "create-vuetify",
"version": "1.2.0-beta.2",
"description": "Create a new Vuetify project",
"type": "module",
"scripts": {
"build": "tsdown"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"bin": {
"create-vuetify": "./dist/index.mjs"
},
"keywords": [
"vuetify",
"create",
"scaffold",
"generator",
"vue",
"cli",
"starter"
],
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/cli.git",
"directory": "packages/create"
},
"devDependencies": {
"@bomb.sh/tab": "catalog:",
"@clack/prompts": "catalog:",
"@types/validate-npm-package-name": "catalog:",
"@vuetify/cli-shared": "workspace:*",
"citty": "catalog:",
"kolorist": "catalog:",
"nanotar": "catalog:",
"pathe": "catalog:",
"tsdown": "catalog:",
"vitest": "catalog:"
},
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"dependencies": {
"magicast": "catalog:",
"package-manager-detector": "catalog:",
"pkg-types": "catalog:",
"tinyexec": "catalog:",
"validate-npm-package-name": "catalog:"
},
"inlinedDependencies": {
"@bomb.sh/tab": "0.0.15",
"@clack/core": "1.4.1",
"@clack/prompts": "1.5.1",
"@sindresorhus/slugify": "3.0.0",
"@sindresorhus/transliterate": "2.3.1",
"bignumber.js": "9.3.1",
"citty": "0.2.2",
"escape-string-regexp": "5.0.0",
"fast-string-truncated-width": "3.0.3",
"fast-string-width": "3.0.2",
"fast-wrap-ansi": "0.2.2",
"i18n-js": "4.5.3",
"is-interactive": "2.0.0",
"kolorist": "1.8.0",
"lodash": "4.17.21",
"make-plural": "7.5.0",
"nanotar": "0.3.0",
"pathe": "2.0.3",
"semver": "7.8.2",
"sisteransi": "1.0.5"
}
}