-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 890 Bytes
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
{
"name": "salesfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.4.1",
"@aws-sdk/client-s3": "^3.614.0",
"@upstash/ratelimit": "^2.0.1",
"@vercel/kv": "^2.0.0",
"axios": "^1.11.0",
"cross-spawn": "^7.0.4",
"daisyui": "^4.12.10",
"framer-motion": "^11.3.29",
"glob": "^10.4.5",
"mongodb": "^6.8.0",
"mongoose": "^8.5.3",
"next": "^14.2.35",
"next-auth": "^5.0.0-beta.19",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4"
}
}