-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 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
{
"name": "interface-v2",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"fix": "biome check . --write",
"lint": "biome check .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@ariakit/react": "0.4.11",
"@remix-run/node": "2.17.3",
"@remix-run/react": "2.17.3",
"@remix-run/serve": "2.17.3",
"@tanstack/react-query": "5.55.4",
"@vercel/remix": "^2.11.2",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"isbot": "5.1.17",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"viem": "2.21.4",
"wagmi": "2.12.9"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@remix-run/dev": "2.17.3",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"postcss": "8.4.45",
"tailwindcss": "3.4.10",
"typescript": "5.6.2",
"vite": "5.4.3",
"vite-tsconfig-paths": "5.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}