-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "tracklab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.798.0",
"@aws-sdk/client-s3": "^3.738.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.6",
"@mui/material": "^6.4.2",
"@prisma/client": "^6.3.0",
"@react-three/drei": "^10.0.4",
"@react-three/fiber": "^9.1.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.2",
"framer-motion": "^12.4.7",
"gsap": "^3.12.7",
"next": "15.1.11",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.0",
"pdf-lib": "^1.17.1",
"prisma": "^6.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"three": "^0.173.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17"
}
}