forked from ZTL-UwU/shadcn-docs-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.43 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.43 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
79
80
81
82
83
84
85
86
87
88
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.5.0",
"author": "Tony Zhang <zhangtianli2006@gmail.com>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/ZTL-UwU/shadcn-docs-nuxt.git"
},
"bugs": "https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues",
"main": "./nuxt.config.ts",
"files": [
"app",
"app.vue",
"assets",
"components",
"components.json",
"composables",
"layouts",
"lib",
"nuxt.config.ts",
"pages",
"types"
],
"scripts": {
"build": "nuxt build",
"build:prod": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:md": "mdclint \"content/**/*.md\"",
"lint:md:fix": "mdclint \"content/**/*.md\" --fix",
"normalize:content": "node scripts/normalize-frontmatter.mjs"
},
"dependencies": {
"@auth0/auth0-nuxt": "^1.1.0",
"@gtm-support/vue-gtm": "^3.2.0",
"@iconify-json/lucide": "^1.1.205",
"@nuxt/content": "^3.13.0",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.11.0",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/vite": "^4.2.2",
"better-sqlite3": "^12.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"minisearch": "^7.2.0",
"nuxt": "^4.4.2",
"nuxt-gtag": "^3.0.3",
"nuxt-studio": "^1.7.0",
"radix-vue": "^1.9.17",
"shadcn-nuxt": "^2.6.2",
"tailwind-merge": "^2.6.1",
"tailwindcss": "^4.2.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vue": "^3.4.37",
"vue-matomo": "^4.2.0",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@iconify-json/game-icons": "^1.2.3",
"@iconify-json/icon-park-solid": "^1.2.4",
"@iconify-json/iconoir": "^1.2.11",
"@iconify-json/lets-icons": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/noto": "^1.2.7",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/ri": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.79",
"@iconify/vue": "^4.3.0",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"eslint": "^9.39.4",
"mdclint": "latest",
"nuxt-component-meta": "^0.17.2",
"unplugin": "^3.0.0",
"shiki": "^1.29.2",
"vue-tsc": "^2.2.12"
}
}