-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 990 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 990 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
39
40
{
"name": "disaster_management",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google-cloud/language": "^7.0.1",
"@langchain/google-genai": "^0.2.5",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@stripe/react-stripe-js": "^3.6.0",
"@stripe/stripe-js": "^7.2.0",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.5.0",
"jose": "^6.0.8",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.3.24",
"mongoose": "^8.11.0",
"multer": "^1.4.5-lts.2",
"next": "^15.5.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"stripe": "^18.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "22.13.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.7.3"
}
}