forked from pinto-org/interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.67 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.67 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
108
109
110
111
112
113
114
115
116
{
"name": "interface",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"wagmi:generate": "wagmi generate --config ./src/utils/wagmi/wagmi.config.ts",
"generate": "yarn wagmi:generate && graphql-codegen",
"build": "yarn generate && tsc && vite build",
"build:netlify": "./scripts/build-netlify.sh",
"lint:check": "biome check",
"lint:check-errors-only": "biome check --diagnostic-level=error",
"lint:fix-all": "biome check --write --diagnostic-level=error",
"format": "biome format --write",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@netlify/functions": "^2.8.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/query-sync-storage-persister": "^5.81.2",
"@tanstack/react-query": "^5.81.2",
"@tanstack/react-query-devtools": "5.81.2",
"@tanstack/react-query-persist-client": "^5.81.2",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"bottleneck": "^2.19.5",
"buffer": "^6.0.3",
"chart.js": "^4.4.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"connectkit": "^1.9.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.11",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"immer": "^10.1.1",
"jotai": "^2.10.2",
"jotai-immer": "^0.4.1",
"lightweight-charts": "^5.0.3",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-day-picker": "^9.6.4",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.52.1",
"react-router-dom": "6.25.1",
"react-window": "^1.8.11",
"sonner": "^1.5.0",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"three": "^0.170.0",
"tsparticles": "^3.5.0",
"vaul": "^1.1.0",
"viem": "^2.31.4",
"wagmi": "^2.15.6"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/client-preset": "4.8.3",
"@parcel/watcher": "2.5.1",
"@rollup/plugin-strip": "^3.0.4",
"@types/lodash": "^4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.15.33",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react-window": "^1.8.8",
"@types/three": "^0.169.0",
"@vitejs/plugin-react": "^4.6.0",
"@wagmi/cli": "2.3.1",
"autoprefixer": "10.4.21",
"husky": "^9.1.7",
"postcss": "8.4.39",
"tailwindcss": "3.4.17",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "5.5.3",
"vite": "^5.4.19",
"vitest": "^3.2.4"
},
"resolutions": {
"@babel/runtime": "^7.26.10",
"brace-expansion": "^2.0.2",
"micromatch": "^4.0.8",
"cross-spawn": "7.0.6"
},
"packageManager": "yarn@4.5.0"
}