forked from labring/tentix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.33 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
{
"name": "frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "bun x --bun vite",
"start": "bun x --bun vite",
"build": "vite build --mode production",
"server": "vite preview",
"test": "bun x --bun vitest run",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 150",
"code-clean": "bun x --bun eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 150 && tsc --build",
"tsr": "bun x tsr 'src/main.tsx$' --write",
"typecheck": "tsc --b"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-query": "^5.74.7",
"@tanstack/react-router": "^1.114.3",
"@tanstack/react-router-devtools": "^1.114.3",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-plugin": "^1.114.3",
"@tiptap/react": "^2.11.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@xyflow/react": "^12.8.5",
"@zjy365/sealos-desktop-sdk": "^0.1.16",
"ahooks": "^3.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"echarts": "^6.0.0",
"highlight.js": "^11.11.1",
"i18n": "workspace:*",
"i18next": "^25.1.1",
"ky": "^1.8.1",
"lucide-react": "^0.510.0",
"motion": "^12.23.12",
"next-themes": "^0.4.4",
"react": "catalog:",
"react-dom": "catalog:",
"react-hook-form": "catalog:",
"react-markdown": "^10.1.0",
"react-photo-view": "^1.2.7",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"shiki": "^3.13.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "catalog:",
"tailwindcss-animate": "^1.0.7",
"tentix-ui": "workspace:*",
"terser": "^5.39.1",
"textarea-caret": "^3.1.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.74.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/highlight.js": "^10.1.0",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/textarea-caret": "^3.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@workspace/eslint-config": "workspace:^",
"@workspace/typescript-config": "workspace:*",
"jsdom": "^26.0.0",
"typescript": "catalog:",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"web-vitals": "^4.2.4"
}
}