-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
111 lines (111 loc) · 3.51 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
{
"name": "onyx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.8",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hanchon/signature-to-pubkey": "1.0.1",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@jdion/tilt-react": "^1.0.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@pythnetwork/pyth-evm-js": "1.29.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@supabase-cache-helpers/postgrest-react-query": "^1.4.0",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.51.9",
"@tanstack/react-query-devtools": "^5.51.9",
"@tanstack/react-table": "^8.19.3",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"bech32": "^2.0.0",
"braces": "3.0.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"eventemitter3": "^5.0.1",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"graphql": "^16.8.1l",
"graphql-request": "^6.1.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "0.105.0-alpha.4",
"next": "14.2.4",
"next-compose-plugins": "^2.2.1",
"next-themes": "^0.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
"prettier": "^2.8.8",
"react": "^18",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.13.0",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"recharts": "^2.11.0",
"sharp": "^0.32.6",
"sonner": "^1.5.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^5.0.4",
"use-debounce": "^9.0.4",
"usehooks-ts": "^3.1.0",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/eslint": "^8.44.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.5.4"
}
}