-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
79 lines (79 loc) · 1.96 KB
/
package.json
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
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.8.0",
"description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
"homepage": "https://shadcn-docs-nuxt.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/ZTL-UwU/shadcn-docs-nuxt.git"
},
"bugs": "https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues",
"keywords": [
"markdown",
"docs",
"vue",
"nuxt",
"documentation-tool",
"nuxt-content",
"shadcn-vue"
],
"main": "./nuxt.config.ts",
"files": [
"app",
"app.vue",
"assets",
"components",
"components.json",
"composables",
"layouts",
"lib",
"nuxt.config.ts",
"pages",
"plugins",
"types"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.17",
"@iconify-json/vscode-icons": "^1.2.3",
"@nuxt/content": "^2.13.4",
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nuxt": "^3.14.1592",
"nuxt-og-image": "^4.0.0",
"radix-vue": "^1.9.10",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@nuxt/devtools": "^1.6.1",
"@nuxt/kit": "^3.14.1592",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"eslint": "^9.15.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"shiki": "^1.24.0",
"vue-tsc": "^2.1.10"
}
}