-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "makaut_buddy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"wrangler": "wrangler dev src/app/api/v1/route.ts",
"deploy": "wrangler deploy --minify src/app/api/v1/route.ts",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{jsx,js}\""
},
"dependencies": {
"@clerk/nextjs": "^5.0.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@nextui-org/react": "^2.1.13",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "10.4.16",
"axios": "^1.7.2",
"cloudinary": "^2.2.0",
"clsx": "^2.1.0",
"cobe": "^0.6.3",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"framer-motion": "^10.17.12",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.7.1",
"next": "^14.2.3",
"prettier": "^3.3.2",
"react-countup": "^6.5.3",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/node": "20.14.5",
"@types/react": "18.3.1"
}
}