-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.58 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.58 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "govo",
"type": "module",
"version": "1.0.0",
"author": "",
"license": "MIT",
"homepage": "https://github.com/poemwiki/govo#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/poemwiki/govo.git"
},
"bugs": {
"url": "https://github.com/poemwiki/govo/issues"
},
"main": "index.js",
"engines": {
"node": ">=22.11.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"format": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@metamask/jazzicon": "^2.0.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.87.1",
"@web3-onboard/core": "^2.24.1",
"@web3-onboard/injected-wallets": "^2.11.3",
"@web3-onboard/react": "^2.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^7.6.2",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"lucide-react": "^0.474.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.0",
"react-icons": "^4.12.0",
"react-router-dom": "^7.1.5",
"tailwind-merge": "^3.0.1",
"viem": "2.46.3",
"wagmi": "2.14.10"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.2",
"@eslint-react/eslint-plugin": "^1.53.0",
"@tailwindcss/vite": "^4.1.12",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.13.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"prettier": "^3.4.2",
"sass": "^1.55.0",
"tailwindcss": "4.1.12",
"typescript": "^5.6.3",
"vite": "^7.1.3",
"vitest": "^1.6.0"
},
"pnpm": {
"overrides": {
"typescript": "5.6.3"
}
}
}