-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
49
{
"name": "oleague",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^6.0.1",
"camaro": "^6.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fast-xml-parser": "^4.5.0",
"fuse.js": "^7.0.0",
"lucide-react": "^0.462.0",
"material-symbols": "^0.27.1",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"ordinal": "^1.0.3",
"prisma": "^6.0.1",
"radix-ui": "^1.0.1",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"recharts": "^2.14.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths": "^4.2.0"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}