-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 998 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 998 Bytes
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
{
"name": "atelierproof",
"version": "1.0.0",
"description": "GenLayer atelier provenance desk with a RainbowKit wallet entry.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspro45/atelierproof.git"
},
"keywords": [
"genlayer",
"rainbowkit",
"provenance"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspro45/atelierproof/issues"
},
"homepage": "https://atelierproof.vercel.app",
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.11",
"@tanstack/react-query": "^5.59.20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^6.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.9.3",
"viem": "^2.38.0",
"vite": "^8.1.3",
"wagmi": "^2.19.3"
}
}