-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "newpro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/react": "^3.8.1",
"@emotion/react": "^11.14.0",
"@react-google-maps/api": "^2.20.6",
"@tanstack/react-query": "^5.71.1",
"firebase": "^11.6.0",
"firebase-admin": "^13.2.0",
"framer-motion": "^12.7.4",
"google-auth-library": "^9.15.1",
"next": "15.1.1",
"next-themes": "^0.4.4",
"nodemailer": "^6.10.0",
"openai": "^4.94.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^15.2.5",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"prettier": "^3.5.3",
"typescript": "^5"
}
}