forked from alknot/dek_d_ku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
{
"name": "dek_d_ku",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "npx prisma generate",
"vercel-build": "prisma generate && next build"
},
"dependencies": {
"@google-cloud/storage": "^7.15.1",
"@react-pdf/renderer": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"axios": "^1.7.9",
"csv-parser": "^3.1.0",
"cuid": "^3.0.0",
"date-fns": "^4.1.0",
"firebase-admin": "^13.1.0",
"jspdf": "^3.0.0",
"jspdf-autotable": "^5.0.2",
"next": "15.1.3",
"next-auth": "4.24.7",
"papaparse": "^5.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^19.0.0",
"react-datepicker": "^7.6.0",
"react-dom": "^19.0.0",
"react-jwt": "^1.2.2",
"react-to-print": "^3.0.5",
"recharts": "^2.15.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@prisma/client": "^6.3.1",
"@types/axios": "^0.9.36",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/recharts": "^1.8.29",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}