-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.25 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "veecode-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"static": "npx serve@latest out",
"standalone": "node .next/standalone/server.js",
"eslint:fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix",
"deploy": "gh-pages -d out --dotfiles"
},
"dependencies": {
"@next/third-parties": "^15.3.2",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-aspect-ratio": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-context-menu": "^2.2.14",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-toast": "^1.2.13",
"@radix-ui/react-tooltip": "^1.2.6",
"@supabase/supabase-js": "^2.93.3",
"@tanstack/react-query": "^5.75.7",
"@types/react-gtm-module": "^2.0.4",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"formik": "^2.4.6",
"framer-motion": "^12.29.2",
"lucide-react": "^0.509.0",
"next": "15.3.2",
"next-intl": "^4.1.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-day-picker": "^9.6.7",
"react-dom": "^19.0.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.56.3",
"react-icons": "^5.5.0",
"react-lottie": "^1.2.10",
"react-remark": "^2.1.0",
"react-toastify": "^11.0.5",
"recharts": "^2.15.3",
"rehype-highlight": "^7.0.2",
"rehype-slug": "^6.0.0",
"remark-gemoji": "^8.0.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"vaul": "^1.1.2",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-lottie": "^1.2.10",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.6",
"typescript": "^5"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}