-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "fullstack-next-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@paypal/react-paypal-js": "^8.3.0",
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-slot": "^1.0.2",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.0.4",
"lucide-react": "^0.378.0",
"mongoose": "^8.2.3",
"next": "^14.1.4",
"next-auth": "^5.0.0-beta.16",
"next-nprogress-bar": "^2.3.11",
"react": "18.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2",
"react-hook-form": "^7.51.2",
"react-hot-toast": "^2.4.1",
"sharp": "^0.32.6",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"eslint": "^8",
"eslint-config-next": "^15.0.0-rc.0",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}