-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.65 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
59
60
61
62
63
{
"name": "web-scraping",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.0.34",
"@nextui-org/card": "^2.0.31",
"@nextui-org/listbox": "^2.1.22",
"@nextui-org/modal": "^2.0.36",
"@nextui-org/react": "^2.4.2",
"@nextui-org/system": "^2.2.2",
"@nextui-org/tabs": "^2.0.32",
"@nextui-org/theme": "^2.2.6",
"@prisma/client": "^5.15.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@stripe/react-stripe-js": "^2.7.2",
"@stripe/stripe-js": "^4.0.0",
"@types/crypto-js": "^4.2.2",
"axios": "^1.7.2",
"bullmq": "^5.8.2",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.11",
"ioredis": "^5.4.1",
"jose": "^5.4.1",
"lucide-react": "^0.395.0",
"next": "14.2.3",
"prisma": "^5.15.1",
"puppeteer": "^22.12.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icon": "^1.0.0",
"react-icons": "^5.2.1",
"react-pro-sidebar": "^1.1.0",
"redis": "^4.6.14",
"stripe": "^16.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}