-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.12 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.12 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
{
"name": "nuxt-ui-pro-template-docs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "(yarn mtime || true) && NODE_OPTIONS='--max_old_space_size=4096' nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"mtime": "npx --yes tsx server/api/mtime.ts mtime-generate"
},
"dependencies": {
"@docsearch/css": "^3.8.2",
"@docsearch/js": "^3.8.2",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/cib": "^1.1.8",
"@iconify-json/clarity": "^1.1.12",
"@iconify-json/codicon": "^1.1.46",
"@iconify-json/devicon-plain": "^1.1.38",
"@iconify-json/eos-icons": "^1.1.10",
"@iconify-json/ep": "^1.1.15",
"@iconify-json/fa6-brands": "^1.1.19",
"@iconify-json/fa6-solid": "^1.1.21",
"@iconify-json/feather": "^1.1.8",
"@iconify-json/fluent": "^1.1.52",
"@iconify-json/fontisto": "^1.1.8",
"@iconify-json/gg": "^1.1.9",
"@iconify-json/healthicons": "^1.1.17",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/iconoir": "^1.1.43",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/material-symbols": "^1.1.78",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/octicon": "^1.1.53",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.97",
"@iconify-json/system-uicons": "^1.1.12",
"@iconify-json/uil": "^1.1.8",
"@iconify-json/vaadin": "^1.1.9",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.5.1",
"@nuxt/ui-pro": "^1.1.0",
"@nuxtjs/algolia": "1.10.2",
"mermaid": "^10.9.0",
"nuxt": "^3.11.1",
"nuxt-og-image": "^2.2.4",
"swagger-ui-dist": "^5.15.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.13",
"eslint": "^8.57.0",
"vue-tsc": "^2.0.7"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}