-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 KB
/
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
42
43
44
45
46
47
48
{
"name": "kounter.vercel.app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@prisma/client": "^5.7.1",
"@splitbee/web": "^0.3.0",
"@tanstack/react-query": "^5.17.1",
"@vercel/analytics": "^1.1.1",
"clsx": "^2.1.0",
"framer-motion": "^10.16.16",
"moment": "^2.30.0",
"ms": "^2.1.3",
"next": "14.0.4",
"next-auth": "^4.24.5",
"node-jsonwebtoken": "^0.0.1",
"prisma": "^5.7.1",
"query-string": "^8.1.0",
"react": "^18",
"react-animated-numbers": "^0.18.0",
"react-countup": "^6.5.0",
"react-dom": "^18",
"react-icon": "^1.0.0",
"react-interval": "^2.1.2",
"react-simple-typewriter": "^5.0.1",
"unique-username-generator": "^1.2.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/ms": "^0.7.34",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-icons": "^3.0.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}