-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.02 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.02 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
{
"name": "smart-order-frontent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm generate:api && next build",
"start": "next start",
"lint": "next lint",
"test": "jest --passWithNoTests",
"generate:api": "node generate.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fastify/cors": "^11.0.1",
"@headlessui/react": "^2.2.2",
"@mui/material": "^7.0.2",
"@mui/x-data-grid": "^7.28.3",
"@mui/x-data-grid-pro": "8.0.0-beta.3",
"@solana/web3.js": "^1.98.2",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^5.74.4",
"@types/jsonwebtoken": "^9.0.9",
"antd": "^5.24.7",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"dotenv": "^16.5.0",
"fastify": "^5.3.0",
"framer-motion": "^12.6.3",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lightweight-charts": "^5.0.7",
"lightweight-charts-react-components": "^0.4.1",
"lucide-react": "^0.487.0",
"next": "^15.2.4",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-ts-tradingview-widgets": "^1.2.8",
"react-tweet": "^3.2.2",
"sonner": "^2.0.3",
"swagger-typescript-api": "^13.1.1",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"uuid": "^11.1.0",
"web3-connect-react": "^0.6.10",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.3.0",
"@playwright/test": "^1.51.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unicorn": "^58.0.0",
"jest": "^29.7.0",
"tailwindcss": "^4",
"ts-jest": "^29.3.1",
"typescript": "^5"
}
}