-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 842 Bytes
/
package.json
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
{
"name": "miniprojectsem-5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@mui/styled-engine-sc": "^5.14.12",
"@react-google-maps/api": "^2.19.2",
"@stripe/stripe-js": "^2.1.7",
"bcrypt": "^5.1.1",
"mongodb": "^6.1.0",
"mongodb-client-encryption": "^6.0.0",
"mongoose": "^7.5.3",
"next": "latest",
"next-auth": "^4.23.1",
"react": "latest",
"react-dom": "latest",
"styled-components": "^5.3.11"
},
"devDependencies": {
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest"
}
}