-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.65 KB
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
{
"name": "card-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:turbo": "next dev --turbopack",
"dev:webpack": "next dev --webpack",
"build": "next build --turbopack",
"build:webpack": "next build --webpack",
"start": "next start",
"lint": "eslint pages components constants context hooks lib services types utils proxy proxy.ts scripts next.config.js postcss.config.js tailwind.config.js eslint.config.mjs",
"typecheck": "tsc --noEmit",
"refresh:sports-cache": "node scripts/refresh-sports-cache.js"
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.26.0",
"@base-ui/react": "^1.7.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindplus/elements": "^1.0.22",
"@vercel/speed-insights": "^2.0.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.43.0",
"input-otp": "^1.4.2",
"isotope-layout": "^3.0.6",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.18.1",
"lucide-react": "^1.31.0",
"mongodb": "^7.5.0",
"next": "^16.3.1",
"next-auth": "^4.24.15",
"next-themes": "^0.4.6",
"node-cron": "^4.6.0",
"playwright": "^1.62.1",
"radix-ui": "^1.6.7",
"react": "^19.2.8",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.8",
"react-resizable-panels": "^4.12.2",
"react-window": "^2.3.0",
"recharts": "^3.10.1",
"repomix": "^1.18.0",
"sonner": "^2.0.8",
"swr": "^2.5.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"upgrade": "^1.1.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.25",
"@types/react": "^19.2.18",
"autoprefixer": "^10.5.4",
"globals": "^17.11.0",
"postcss": "^8.5.26",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"webpack": "^5.109.2",
"webpack-cli": "^7.2.2"
},
"description": "Find card prices and stuff (probably)",
"main": "next.config.js",
"author": "",
"license": "ISC",
"allowScripts": {
"sharp@0.34.5": true,
"unrs-resolver@1.12.2": true
}
}