mirror of
https://github.com/Zippland/NanoComic.git
synced 2026-01-19 01:21:08 +08:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^0.3.55",
|
|
"@langchain/langgraph-sdk": "^0.0.74",
|
|
"@radix-ui/react-scroll-area": "^1.2.8",
|
|
"@radix-ui/react-select": "^2.2.4",
|
|
"@radix-ui/react-slot": "^1.2.2",
|
|
"@radix-ui/react-tabs": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.6",
|
|
"@tailwindcss/vite": "^4.1.5",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.508.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^9.0.3",
|
|
"react-router-dom": "^7.5.3",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@types/node": "^22.15.17",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.3",
|
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"tw-animate-css": "^1.2.9",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.3.4"
|
|
}
|
|
}
|