-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2 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
{
"name": "basket-agent-mini-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@getpara/evm-wallet-connectors": "^1.4.2",
"@getpara/react-sdk": "^1.4.2",
"@heroicons/react": "^2.2.0",
"@heroui/button": "^2.2.10",
"@heroui/react": "^2.6.14",
"@heroui/system": "^2.4.7",
"@heroui/theme": "^2.4.6",
"@remixicon/react": "^4.6.0",
"@tailwindcss/postcss": "^4.0.4",
"@tailwindcss/vite": "^4.0.4",
"@tanstack/react-query": "^5.66.9",
"@telegram-apps/sdk-react": "^2.0.20",
"@telegram-apps/telegram-ui": "^2.1.8",
"axios": "^1.13.5",
"date-fns": "^4.1.0",
"eruda": "^3.0.1",
"framer-motion": "^12.4.1",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.1",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-datepicker": "^8.0.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.2",
"react-router-dom": "^7.12.0",
"recharts": "^2.15.1",
"tailwind-variants": "^0.3.1",
"viem": "^2.23.4",
"wagmi": "^2.14.12",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"gh-pages": "^6.3.0",
"globals": "^15.9.0",
"postcss": "^8.5.1",
"tailwindcss": "3.4.16",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-tsconfig-paths": "^5.1.4"
}
}