-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.46 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.46 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
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
{
"name": "monarch",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rm -rf .next && next build",
"check": "pnpm lint:check && pnpm typecheck",
"dev": "next dev --turbo",
"dev:ui-lab": "NEXT_PUBLIC_ENABLE_UI_LAB=true next dev --turbo",
"format": "biome format --write .",
"lint": "biome check --write .",
"lint:check": "biome check",
"start": "next start",
"stylelint": "stylelint '**/*.css' --fix",
"stylelint:check": "stylelint '**/*.css'",
"test:coverage:open": "pnpm test:coverage && open coverage/lcov-report/index.html",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@internationalized/date": "^3.8.2",
"@merkl/api": "^1.7.0",
"@morpho-org/blue-sdk": "^5.3.0",
"@paper-design/shaders-react": "^0.0.68",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@react-aria/i18n": "^3.12.11",
"@react-spring/web": "^9.7.3",
"@reown/appkit": "^1.8.14",
"@reown/appkit-adapter-wagmi": "^1.8.14",
"@sentry/nextjs": "^10.38.0",
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-query-devtools": "^5.69.0",
"@types/react-table": "^7.7.20",
"abitype": "^0.10.3",
"animejs": "^4.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.2.10",
"graphql": "^16.8.1",
"graphql-request": "6",
"import-in-the-middle": "2.0.6",
"local-storage-fallback": "^4.1.2",
"moment": "^2.30.1",
"next": "15.4.10",
"next-themes": "^0.3.0",
"perfume.js": "9.2.0",
"pino-pretty": "^13.1.3",
"react": "^18",
"react-day-picker": "^9.13.0",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-remove-scroll": "^2.5.7",
"react-spinners": "^0.14.1",
"react-table": "^7.8.0",
"react-toastify": "11.0.2",
"react-type-animation": "^3.2.0",
"recharts": "^2.13.0",
"require-in-the-middle": "8.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^2.1.0",
"unified": "^11.0.4",
"viem": "2.40.2",
"wagmi": "^3.1.0",
"zod": "^3.24.2",
"zustand": "^5.0.9"
},
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@biomejs/biome": "2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/babel__preset-env": "^7",
"@types/identity-obj-proxy": "^3",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.32",
"stylelint": "^16.0.2",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-order": "^6.0.4",
"tailwindcss": "^4.1.0",
"tsx": "^4.20.5",
"typescript": "^5.7.3",
"ultracite": "6.3.10"
},
"packageManager": "pnpm@9.15.0"
}