-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.38 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Lara",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run dev:front",
"dev:front": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-hook/window-size": "^3.1.1",
"@shadcn/ui": "^0.0.4",
"@stripe/stripe-js": "^4.5.0",
"@tanstack/react-table": "^8.20.5",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"core-js": "^3.38.1",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.5.5",
"html2canvas": "^1.4.1",
"jose": "^5.9.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"lucide-react": "^0.306.0",
"next": "^14.2.13",
"next-themes": "^0.3.0",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-qr-reader": "3.0.0-beta-1",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"stripe": "^16.12.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"url": "^0.11.4",
"uuid": "^10.0.0",
"window-size": "^1.1.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/jspdf": "^2.0.0",
"@types/node": "^20.16.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^8.57.1",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.6.2"
}
}