-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "my-app-ghc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource-variable/kumbh-sans": "^5.0.20",
"@protobufjs/base64": "^1.1.2",
"bcrpyt": "^2.0.0",
"firebase": "^10.12.3",
"formidable": "^3.5.1",
"formik": "^2.4.6",
"framer-motion": "^11.3.2",
"gsap": "^3.12.5",
"mailgun.js": "^10.2.3",
"next": "14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.15",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-slick": "^0.30.2",
"react-social-media-embed": "^2.5.13",
"slick-carousel": "^1.8.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.5.3",
"url-loader": "^4.1.1"
}
}