-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "cashit",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "3.30.0",
"@emotion/react": "^11.14.0",
"@prisma/client": "6.6.0",
"@react-pdf/renderer": "^4.2.1",
"@tanstack/react-table": "^8.21.3",
"dayjs": "^1.11.13",
"next": "15.5.9",
"next-auth": "^4.24.11",
"next-i18n-router": "^5.5.1",
"next-themes": "^0.4.4",
"node-cache": "^5.1.2",
"node-schedule": "^2.1.1",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-schedule": "^2.1.7",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^8",
"eslint-config-next": "15.5.9",
"@typescript-eslint/parser": "8.50.1",
"prisma": "6.6.0",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}