forked from ZTL-UwU/shadcn-docs-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2 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
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.5.0",
"author": "Tony Zhang <[email protected]>",
"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": {
"@gtm-support/vue-gtm": "^3.1.0",
"@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",
"nuxt-gtag": "^3.0.1",
"radix-vue": "^1.9.3",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vue": "^3.4.37",
"vue-matomo": "^4.2.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@iconify-json/game-icons": "^1.2.0",
"@iconify-json/icon-park-solid": "^1.2.0",
"@iconify-json/iconoir": "^1.1.46",
"@iconify-json/lets-icons": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/ri": "^1.2.0",
"@iconify/vue": "^4.1.3-beta.1",
"@nuxthq/studio": "^2.0.3",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"eslint": "^9.9.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"shiki": "^1.12.1",
"vue-tsc": "^2.0.29"
}
}