-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.86 KB
/
package.json
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
{
"name": "qearn-dapp",
"description": "Standalone Qearn app which can interact with wallet connect",
"private": true,
"version": "1.0.0-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@js-joda/core": "^5.6.4",
"@kbox-labs/react-echarts": "^1.4.2",
"@metamask/providers": "^18.3.0",
"@qubic-lib/qubic-ts-library": "^0.1.5",
"@qubic-lib/qubic-ts-vault-library": "^1.0.2",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-switch": "^1.1.3",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-table": "^8.20.6",
"@vercel/analytics": "^1.4.1",
"@walletconnect/sign-client": "^2.17.3",
"clsx": "^2.1.1",
"echarts": "^5.6.0",
"framer-motion": "^11.17.0",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.2",
"jotai": "^2.10.4",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.0.2",
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/node": "^22.10.2",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.0.1"
}
}