-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 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
{
"name": "@vuetify-private/docs",
"version": "1.0.0-alpha.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 8000",
"build": "vite-ssg build",
"preview": "vite preview"
},
"devDependencies": {
"@octokit/openapi-types": "catalog:",
"@resvg/resvg-js": "catalog:",
"@shikijs/langs": "catalog:",
"@shikijs/markdown-it": "catalog:",
"@shikijs/themes": "catalog:",
"@types/markdown-it-attrs": "catalog:",
"@unhead/vue": "catalog:",
"markdown-it-anchor": "catalog:",
"markdown-it-attrs": "catalog:",
"satori": "catalog:",
"shiki": "catalog:",
"ts-morph": "catalog:",
"tsx": "catalog:",
"unocss": "catalog:",
"unplugin-vue": "catalog:",
"unplugin-vue-components": "catalog:",
"unplugin-vue-markdown": "catalog:",
"vite": "catalog:",
"vite-plugin-pwa": "catalog:",
"vite-plugin-vue-layouts-next": "catalog:",
"vite-ssg": "catalog:",
"vite-ssg-sitemap": "catalog:",
"vue-component-meta": "catalog:",
"vue-router": "catalog:"
},
"dependencies": {
"@js-temporal/polyfill": "catalog:",
"@mdi/js": "catalog:",
"@octokit/core": "catalog:",
"@unhead/addons": "catalog:",
"@vue/repl": "catalog:",
"@vuetify/auth": "catalog:",
"@vuetify/paper": "workspace:*",
"@vuetify/v0": "workspace:*",
"fflate": "catalog:",
"markdown-it-container": "catalog:",
"marked": "catalog:",
"marked-emoji": "catalog:",
"mermaid": "catalog:",
"minisearch": "catalog:",
"pinia": "catalog:",
"posthog-js": "catalog:",
"svg-pan-zoom": "catalog:",
"swetrix": "catalog:",
"vue": "catalog:"
}
}