-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 927 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 927 Bytes
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
{
"name": "@vuetify-private/playground",
"version": "1.0.0-beta.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/js": "catalog:",
"@vue/repl": "catalog:",
"@vuetify/auth": "catalog:",
"@vuetify/v0": "workspace:*",
"client-zip": "catalog:",
"fflate": "catalog:",
"pinia": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@shikijs/langs": "catalog:",
"@shikijs/markdown-it": "catalog:",
"@shikijs/themes": "catalog:",
"@unhead/vue": "catalog:",
"shiki": "catalog:",
"unocss": "catalog:",
"unplugin-vue": "catalog:",
"unplugin-vue-components": "catalog:",
"unplugin-vue-markdown": "catalog:",
"vite": "catalog:",
"vite-plugin-vue-layouts-next": "catalog:",
"vite-ssg": "catalog:",
"vue-router": "catalog:"
}
}