-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "codemintai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth/mongodb-adapter": "^2.0.1",
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@nextui-org/react": "^2.1.10",
"@radix-ui/react-navigation-menu": "^1.1.4",
"antd": "^5.11.2",
"aos": "^2.3.4",
"audiobuffer-to-wav": "^1.0.0",
"aws-sdk": "^2.1472.0",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"framer-motion": "^10.16.4",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.1.0",
"mongoose": "^7.5.1",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"next-connect": "^0.13.0",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-hover-video-player": "^10.0.1",
"react-icons": "^4.10.1",
"react-just-parallax": "^3.1.16",
"react-spinners": "^0.13.8",
"react-transition-group": "^4.4.5",
"remove.bg": "^1.3.0",
"replicate": "^0.17.0",
"validator": "^13.7.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
},
"description": ""
}