-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.37 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
{
"name": "fauceth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.71.1",
"@tanstack/react-virtual": "^3.13.6",
"@types/js-cookie": "^3.0.6",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"framer-motion": "^12.6.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.486.0",
"mongodb": "^6.15.0",
"mongoose": "^8.13.2",
"next": "15.2.6",
"next-themes": "^0.4.6",
"numeral": "^2.0.6",
"react": "^19.2.1",
"react-blockies": "^1.4.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.2.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"viem": "^2.24.3",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^19.2.1",
"@types/react-blockies": "^1.4.4",
"@types/react-dom": "^19.2.1",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.5",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"prettier": "^3.5.3",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"lint-staged": {
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
}
}