-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "my-site",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@nuxt/content": "^3.8.2",
"@nuxt/eslint": "^1.10.0",
"@nuxt/fonts": "^0.12.1",
"@nuxt/hints": "^1.0.0-alpha.1",
"@nuxt/icon": "^2.1.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/seo": "^3.2.2",
"@nuxtjs/sitemap": "^7.4.7",
"@tanstack/vue-table": "^8.21.3",
"@vueuse/core": "^14.0.0",
"@vueuse/nuxt": "^14.0.0",
"better-sqlite3": "^12.4.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.39.1",
"github-markdown-css": "^5.8.1",
"lucide-vue-next": "^0.553.0",
"mermaid": "^11.12.1",
"nuxt": "^4.2.1",
"nuxt-gtag": "^4.1.0",
"reka-ui": "^2.6.0",
"shadcn-nuxt": "^2.3.3",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"vue-sonner": "^2.0.9",
"vue3-marquee": "^4.2.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@faker-js/faker": "^10.1.0",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.73",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.60",
"@iconify-json/vscode-icons": "^1.2.36",
"@tailwindcss/vite": "^4.1.17",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}