-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.94 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
{
"name": "exotype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma": "npx prisma generate --schema=src/prisma/schema.prisma",
"db": "npx prisma db push --schema=src/prisma/schema.prisma",
"studio": "npx prisma studio --schema=src/prisma/schema.prisma"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@prisma/client": "^6.5.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tabler/icons-react": "^3.30.0",
"@tanstack/react-query": "^5.69.0",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"framer-motion": "^12.4.2",
"gsap": "^3.12.7",
"immutable": "^5.0.3",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"next-auth": "^4.24.11",
"nextjs-toploader": "^3.7.15",
"react": "^19.0.0",
"react-activity-calendar": "github:Kr1tX12/react-activity-calendar#add-tailwindcss-support",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"react-window": "^1.8.11",
"recharts": "^2.15.1",
"remixicon": "^4.6.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-window": "^1.8.8",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"prisma": "^6.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}