-
Notifications
You must be signed in to change notification settings - Fork 232
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.72 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
{
"name": "website",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "tsc && vite build",
"clean": "rimraf ./dist",
"dev": "vite",
"lint": "eslint . --report-unused-disable-directives",
"prebuild": "tsr generate",
"preview": "vite preview"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^3.9.1",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-router": "^1.87.12",
"base-x": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"connectkit": "^1.8.2",
"file-type": "^20.0.0",
"gql.tada": "^1.8.10",
"graphql": "16.11.0",
"kubo-rpc-client": "^6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^15.0.0",
"react-hook-form": "^7.53.2",
"semver": "7.7.3",
"tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.53",
"vite-plugin-node-polyfills": "^0.24.0",
"wagmi": "^2.13.3",
"yaml": "2.8.1",
"zod": "^4.0.0"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/router-cli": "1.132.51",
"@tanstack/router-vite-plugin": "1.132.56",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^6.0.2"
}
}