-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.81 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
{
"name": "automated-trader",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.5.0",
"@tanstack/react-query": "^5.24.1",
"@whop-apps/iframe": "^0.0.1-canary.109",
"@whop-apps/sdk": "^0.0.1-canary.109",
"axios": "^1.6.7",
"date-fns": "^3.3.1",
"flowbite-react": "^0.10.2",
"jotai": "^2.6.5",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.344.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.4.0",
"react-loader-spinner": "^6.1.6",
"react-loading-skeleton": "^3.5.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.3",
"react-spinners": "^0.15.0",
"react-toastify": "^11.0.3",
"recharts": "^2.15.1",
"redux-persist": "^6.0.0",
"rollup": "^2.79.2",
"socket.io-client": "^4.8.1",
"tailwind-scrollbar-hide": "^2.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"rollup-plugin-polyfill-node": "^0.13.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}