File size: 1,813 Bytes
0b9dc2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"name": "frontend",
	"private": true,
	"version": "0.0.0",
	"type": "module",
	"scripts": {
		"dev": "vite",
		"build": "tsc -b && vite build",
		"lint": "eslint .",
		"lint:fix": "eslint . --fix",
		"preview": "vite preview"
	},
	"dependencies": {
		"@agentscope-ai/agentscope": "^0.0.12",
		"@fontsource-variable/geist": "^5.2.8",
		"@tailwindcss/vite": "^4.3.0",
		"class-variance-authority": "^0.7.1",
		"clsx": "^2.1.1",
		"cron-parser": "^5.5.0",
		"date-fns": "^4.1.0",
		"framer-motion": "^12.40.0",
		"i18next": "^26.2.0",
		"i18next-browser-languagedetector": "^8.2.1",
		"lucide": "^1.3.0",
		"lucide-react": "^1.16.0",
		"mime-types": "^3.0.2",
		"next-themes": "^0.4.6",
		"onborda": "^1.2.5",
		"radix-ui": "^1.4.3",
		"react": "^19.2.6",
		"react-day-picker": "^10.0.1",
		"react-diff-view": "^3.3.3",
		"react-dom": "^19.2.6",
		"react-i18next": "^17.0.8",
		"react-markdown": "^10.1.0",
		"react-resizable-panels": "^4.11.2",
		"react-router-dom": "^7.15.1",
		"remark-gfm": "^4.0.1",
		"shadcn": "^4.7.0",
		"shadcn-prose": "^1.2.1",
		"sonner": "^2.0.7",
		"tailwind-merge": "^3.6.0",
		"tailwindcss": "^4.3.0",
		"tw-animate-css": "^1.4.0",
		"unidiff": "^1.0.4",
		"vaul": "^1.1.2"
	},
	"devDependencies": {
		"@eslint/js": "^10.0.1",
		"@tailwindcss/typography": "^0.5.19",
		"@types/mime-types": "^3.0.1",
		"@types/node": "^24.12.3",
		"@types/react": "^19.2.14",
		"@types/react-dom": "^19.2.3",
		"@vitejs/plugin-react": "^6.0.1",
		"eslint": "^10.3.0",
		"eslint-plugin-import-x": "^4.16.2",
		"eslint-plugin-react-hooks": "^7.1.1",
		"eslint-plugin-react-refresh": "^0.5.2",
		"globals": "^17.6.0",
		"typescript": "~6.0.2",
		"typescript-eslint": "^8.59.2",
		"vite": "^8.0.12",
		"vite-plugin-svgr": "^5.2.0"
	}
}