-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.65 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.65 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
{
"name": "code-render",
"type": "module",
"private": true,
"scripts": {
"build": "NUXT_APP_BASE_URL=/code-render/ npx nuxt build --preset github_pages",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxi typecheck",
"ci": "npm run lint && npm run typecheck"
},
"dependencies": {
"@nuxt/fonts": "^0.12.1",
"@nuxt/hints": "^1.0.0-alpha.4",
"@nuxt/icon": "^2.1.1",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^0.13.1",
"@nuxt/test-utils": "^3.21.0",
"@pinia/nuxt": "^0.11.3",
"@tanstack/vue-table": "^8.21.3",
"@unhead/vue": "^2.0.19",
"@unovis/vue": "^1.6.2",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0",
"html2canvas-pro": "^1.6.2",
"lucide-vue-next": "^0.562.0",
"nuxt": "^4.2.2",
"nuxt-shiki": "^0.3.1",
"pinia": "^3.0.4",
"reka-ui": "^2.6.1",
"shadcn-nuxt": "^2.4.3",
"tailwind-merge": "^3.4.0",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.25",
"vue-input-otp": "^0.3.2",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"zod": "^4.2.1"
},
"devDependencies": {
"@nuxt/eslint": "^1.12.1",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/device": "^4.0.0",
"@nuxtjs/tailwindcss": "^7.0.0-beta.1",
"eslint": "^9.39.2",
"shiki": "^3.20.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite-plugin-eslint2": "^5.0.4",
"vue-tsc": "^3.2.0"
}
}