{ "name": "nextchat", "private": false, "license": "mit", "scripts": { "dev": "npx prisma generate && npx prisma db push && next dev", "build": "npx next telemetry disable && npx prisma generate && cross-env BUILD_MODE=standalone next build", "start": "next start", "lint": "next lint", "export": "cross-env BUILD_MODE=export BUILD_APP=1 next build", "export:dev": "cross-env BUILD_MODE=export BUILD_APP=1 next dev", "app:dev": "yarn tauri dev", "app:build": "yarn tauri build", "prompts": "node ./scripts/fetch-prompts.mjs", "prepare": "husky install", "proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev" }, "dependencies": { "@fortaine/fetch-event-source": "^3.0.6", "@hello-pangea/dnd": "^16.5.0", "@next-auth/prisma-adapter": "^1.0.7", "@next/third-parties": "^14.1.0", "@prisma/client": "^5.9.0", "@svgr/webpack": "^8.1.0", "@tremor/react": "^3.13.4", "@vercel/analytics": "^1.1.2", "@vercel/speed-insights": "^1.0.9", "echarts": "^5.4.3", "emoji-picker-react": "^4.7.10", "fuse.js": "^7.0.0", "html-to-image": "^1.11.11", "mermaid": "^10.7.0", "nanoid": "^5.0.3", "next": "^14.1.0", "next-auth": "^4.24.5", "node-fetch": "^3.3.1", "prop-types": "^15.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^9.0.1", "react-router-dom": "^6.21.3", "rehype-highlight": "^7.0.0", "rehype-katex": "^7.0.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "sass": "^1.70.0", "sonner": "^1.4.0", "spark-md5": "^3.0.2", "tailwind-merge": "^2.2.1", "tiktoken": "^1.0.13", "use-debounce": "^10.0.0", "zustand": "^4.5.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@tauri-apps/cli": "^1.5.8", "@types/cookie": "^0.6.0", "@types/node": "^20.11.10", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.7", "@types/react-katex": "^3.0.0", "@types/spark-md5": "^3.0.4", "autoprefixer": "^10.4.17", "copy-webpack-plugin": "^12.0.2", "cross-env": "^7.0.3", "eslint": "^8.55.0", "eslint-config-next": "^14.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.7", "lint-staged": "^15.2.0", "mini-css-extract-plugin": "^2.7.7", "postcss": "^8.4.33", "postcss-import": "^16.0.0", "prettier": "^3.2.4", "prettier-plugin-tailwindcss": "^0.5.11", "prisma": "^5.9.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3", "webpack": "^5.90.0" }, "resolutions": { "lint-staged/yaml": "^2.2.2" } }