-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "shai-and-adam",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npm run open-browser && next dev",
"open-browser": "open http://localhost:3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.1.0",
"@aws-sdk/client-s3": "^3.614.0",
"@aws-sdk/s3-request-presigner": "^3.614.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@notionhq/client": "^2.2.12",
"@react-google-maps/api": "^2.19.2",
"autoprefixer": "10.4.15",
"encoding": "^0.1.13",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"next": "14.2.15",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "18.2.0",
"react-masonry-css": "^1.0.16",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@types/node": "20.5.1",
"@types/nodemailer": "^6.4.11",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"postcss": ">=8.4.31",
"prettier": "^3.3.3",
"typescript": "5.1.6"
}
}