-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.96 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.96 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
{
"name": "finanalyzer-app",
"private": true,
"version": "2.1.0",
"description": "Finanalyzer 前端应用 - 投资组合管理平台",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:static": "tsc -b && vite build --mode static --config vite.static.config.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview",
"preview:static": "vite preview --mode static --config vite.static.config.ts --outDir dist-static",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@assistant-ui/react": "^0.14.5",
"@assistant-ui/react-opencode": "^0.2.0",
"@openbb/ui": "^0.14.17",
"@tanstack/history": "^1.162.0",
"@tanstack/react-query": "^5.8.0",
"@tanstack/react-router": "^1.168.7",
"@tanstack/router-plugin": "^1.167.8",
"@tiptap/extension-color": "^3.26.1",
"@tiptap/extension-placeholder": "^3.26.1",
"@tiptap/extension-text-style": "^3.26.1",
"@tiptap/extension-underline": "^3.26.1",
"@tiptap/react": "^3.26.1",
"@tiptap/starter-kit": "^3.26.1",
"ag-grid-community": "^35.2.1",
"ag-grid-react": "^35.2.1",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"i18next": "^23.7.0",
"i18next-browser-languagedetector": "^7.2.0",
"lodash-es": "^4.17.21",
"lucide-react": "^1.16.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-grid-layout": "^2.2.3",
"react-hook-form": "^7.48.0",
"react-i18next": "^13.5.0",
"react-markdown": "^10.1.0",
"recharts": "^2.10.0",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.7.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/express": "^5.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^1.1.0",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"postcss": "^8.5.8",
"postcss-import": "^16.1.1",
"tailwindcss": "^3.4.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.0",
"vite": "^8.0.1",
"vite-plugin-static-copy": "^4.0.0",
"vitest": "^1.1.0"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}