-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.12 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "fraud-guard-hackmit-2024",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "cross-env FORCE_COLOR=1 npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "next dev",
"dev:backend": "convex dev",
"predev": "convex dev --until-success && convex dashboard",
"build": "next build",
"start": "next start",
"lint": "tsc && next lint",
"check": "tsc --noEmit && eslint . && npm run build",
"test": "jest",
"analyze": "cross-env ANALYZE=true next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
"defaults",
"not dead",
"not IE 11",
"not IE_Mob 11",
"maintained node versions"
]
},
"dependencies": {
"@biomejs/biome": "1.9.3",
"@clerk/clerk-react": "^5.11.0",
"@clerk/nextjs": "^5.7.1",
"@clerk/themes": "^2.1.35",
"@ducanh2912/next-pwa": "^10.2.9",
"@hookform/resolvers": "^3.9.0",
"@million/lint": "^1.0.0",
"@next/bundle-analyzer": "^14.2.14",
"@opentelemetry/api-logs": "^0.53.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/sdk-logs": "^0.53.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/nextjs": "^8",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query-devtools": "^5.59.0",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/otel": "^1.10.0",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"convex": "^1.16.3",
"critters": "^0.0.24",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"framer-motion": "^11.9.0",
"jabber": "^1.5.3",
"lucide-react": "^0.447.0",
"next": "^14.2.14",
"next-compose-plugins": "^2.2.1",
"next-themes": "^0.3.0",
"null-loader": "^4.0.1",
"postcss": "8.4.47",
"react": "18.3.1",
"react-day-picker": "^9.1.3",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-remove-scroll": "^2.6.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.2",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@opentelemetry/api": "1.9.0",
"@opentelemetry/resources": "1.26.0",
"@opentelemetry/sdk-node": "0.53.0",
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"@testing-library/react": "^16.0.1",
"@types/recharts": "^1.8.29",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "^4.1.5"
}
}