-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.62 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
{
"name": "blokaz",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "node server/index.js",
"dev:all": "node scripts/dev.js",
"setup": "node scripts/setup.js",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@celo/attribution-tags": "^0.3.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@supabase/supabase-js": "^2.108.1",
"@tanstack/react-query": "^5.99.0",
"@web3auth/base": "^9.7.0",
"@web3auth/ethereum-provider": "^9.7.0",
"@web3auth/modal": "^9.7.0",
"@web3auth/web3auth-wagmi-connector": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.21.58",
"vite-plugin-node-polyfills": "^0.26.0",
"wagmi": "^2.14.31",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.11.30",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.6.1",
"autoprefixer": "^10.4.27",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.3",
"postcss": "^8.5.9",
"prettier": "^3.8.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.19",
"typescript": "^5.4.2",
"vite": "^5.2.0",
"vitest": "^1.6.1"
}
}