forked from ZTL-UwU/shadcn-docs-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.4.7",
"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",
"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.1.205",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.4.5",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.3",
"shadcn-nuxt": "^0.10.4",
"sitemap": "^8.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vue": "^3.4.36",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.1",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"eslint": "^9.8.0",
"sass-embedded": "^1.77.8",
"shiki": "^1.12.1",
"vue-tsc": "^2.0.29"
}
}