Files
agent/package.json
zch1234qq b71e8502ba
Some checks failed
Docker Build and Deploy / build-and-push (push) Failing after 15s
Docker Build and Deploy / deploy-hk (push) Has been skipped
qwe
2025-10-20 23:41:07 +08:00

33 lines
746 B
JSON

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@coze/api": "^1.3.7",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"next": "15.5.5",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}