-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 Bytes
/
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
{
"name": "y2k-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@clerk/nextjs": "^5.2.8",
"@prisma/client": "^5.18.0",
"@tanstack/react-query": "^5.51.21",
"@types/chart.js": "^2.9.41",
"autoprefixer": "^10.4.19",
"chart.js": "^4.4.3",
"framer-motion": "^11.3.2",
"next": "^14.2.5",
"postcss": "^8.4.39",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "^18.3.0",
"prisma": "^5.17.0"
}
}