-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "global-green",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "github:fortawesome/react-fontawesome",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@react-email/components": "0.0.14",
"@react-email/render": "^0.0.12",
"@react-pdf/renderer": "^3.3.8",
"aws-sdk": "^2.1553.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"dotenv-webpack": "^8.0.1",
"framer-motion": "^11.0.8",
"fs": "^0.0.1-security",
"jose": "^5.2.1",
"jsonwebtoken": "^9.0.2",
"leader-line": "^1.0.7",
"mapbox-gl": "^2.15.0",
"mongodb": "^6.3.0",
"mongoose": "^8.0.2",
"next": "^14.2.3",
"next-auth": "^4.24.6",
"node-fetch": "^3.3.2",
"pdf-lib": "^1.17.1",
"pg": "^8.11.5",
"prop-types": "^15.8.1",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-email": "2.0.0",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-leader-line": "^1.0.5",
"resend": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
}
}