-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"name": "print_perfection",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.7.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@heroicons/react": "^2.1.5",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@stripe/stripe-js": "^4.2.0",
"fontawesome": "^5.6.3",
"heroicons": "^2.1.5",
"lucide-react": "^0.427.0",
"mongodb": "^6.9.0",
"mongoose": "^8.5.2",
"mui": "^0.0.1",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^6.26.0",
"stripe": "^16.7.0",
"swiper": "^11.1.9",
"tailwind-scrollbar-hide": "^1.1.7",
"tw-elements-react": "^1.0.0-alpha-end",
"yarn": "^1.22.22",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}