Files
2025-08-11 16:17:18 +08:00

55 lines
1.5 KiB
JSON

{
"name": "ai-agent-chatflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.1",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"autoprefixer": "^10.4.21",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^25.3.2",
"i18next-resources-to-backend": "^1.2.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.536.0",
"motion": "^12.23.12",
"negotiator": "^1.0.0",
"next": "15.4.5",
"postcss-preset-env": "^10.2.4",
"postcss-pxtorem": "^6.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.6.1",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"use-context-selector": "^2.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/js-cookie": "^3.0.6",
"@types/negotiator": "^0.6.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"code-inspector-plugin": "^1.0.4",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"tailwindcss": "^3.4.17",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
}
}