-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 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
{
"name": "my-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@allo-team/allo-v2-sdk": "1.1.1",
"@gitcoin/gitcoin-chain-data": "^1.0.51",
"@gitcoin/ui": "0.0.0-beta.34",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.62.0",
"dotenv": "^16.4.5",
"events": "^3.3.0",
"lint-staged": "^15.2.10",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.1",
"viem": "~2.21.53",
"wagmi": "^2.13.2"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.13.0",
"json-stringify-deterministic": "^1.0.12",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwind-css": "^1.5.0",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.3",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}