mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			90 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "nextchat",
 | 
						|
  "private": false,
 | 
						|
  "license": "mit",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "next dev",
 | 
						|
    "dev:https": "next dev --experimental-https",
 | 
						|
    "build": "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": {
 | 
						|
    "@aws-sdk/client-s3": "^3.414.0",
 | 
						|
    "@aws-sdk/s3-request-presigner": "^3.414.0",
 | 
						|
    "@fortaine/fetch-event-source": "^3.0.6",
 | 
						|
    "@hello-pangea/dnd": "^16.5.0",
 | 
						|
    "@langchain/community": "0.0.30",
 | 
						|
    "@langchain/openai": "0.0.14",
 | 
						|
    "@next/third-parties": "^14.1.0",
 | 
						|
    "@svgr/webpack": "^6.5.1",
 | 
						|
    "@vercel/analytics": "^0.1.11",
 | 
						|
    "@vercel/speed-insights": "^1.0.2",
 | 
						|
    "axios": "^0.26.0",
 | 
						|
    "cheerio": "^1.0.0-rc.12",
 | 
						|
    "duck-duck-scrape": "^2.2.4",
 | 
						|
    "emoji-picker-react": "^4.9.2",
 | 
						|
    "encoding": "^0.1.13",
 | 
						|
    "fuse.js": "^7.0.0",
 | 
						|
    "html-entities": "^2.4.0",
 | 
						|
    "html-to-image": "^1.11.11",
 | 
						|
    "html-to-text": "^9.0.5",
 | 
						|
    "https-proxy-agent": "^7.0.2",
 | 
						|
    "langchain": "0.1.20",
 | 
						|
    "md5": "^2.3.0",
 | 
						|
    "mermaid": "^10.6.1",
 | 
						|
    "nanoid": "^5.0.3",
 | 
						|
    "next": "^13.4.9",
 | 
						|
    "node-fetch": "^3.3.1",
 | 
						|
    "openai": "^4.28.4",
 | 
						|
    "pdf-parse": "^1.1.1",
 | 
						|
    "react": "^18.2.0",
 | 
						|
    "react-dom": "^18.2.0",
 | 
						|
    "react-markdown": "^8.0.7",
 | 
						|
    "react-router-dom": "^6.15.0",
 | 
						|
    "rehype-highlight": "^6.0.0",
 | 
						|
    "rehype-katex": "^6.0.3",
 | 
						|
    "remark-breaks": "^3.0.2",
 | 
						|
    "remark-gfm": "^3.0.1",
 | 
						|
    "remark-math": "^5.1.1",
 | 
						|
    "sass": "^1.59.2",
 | 
						|
    "sharp": "^0.33.3",
 | 
						|
    "spark-md5": "^3.0.2",
 | 
						|
    "use-debounce": "^9.0.4",
 | 
						|
    "zustand": "^4.3.8"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@tauri-apps/cli": "1.5.11",
 | 
						|
    "@types/html-to-text": "^9.0.1",
 | 
						|
    "@types/md5": "^2.3.5",
 | 
						|
    "@types/node": "^20.11.30",
 | 
						|
    "@types/react": "^18.2.70",
 | 
						|
    "@types/react-dom": "^18.2.7",
 | 
						|
    "@types/react-katex": "^3.0.0",
 | 
						|
    "@types/spark-md5": "^3.0.4",
 | 
						|
    "cross-env": "^7.0.3",
 | 
						|
    "eslint": "^8.49.0",
 | 
						|
    "eslint-config-next": "13.4.19",
 | 
						|
    "eslint-config-prettier": "^8.8.0",
 | 
						|
    "eslint-plugin-prettier": "^5.1.3",
 | 
						|
    "husky": "^8.0.0",
 | 
						|
    "lint-staged": "^13.2.2",
 | 
						|
    "prettier": "^3.0.2",
 | 
						|
    "typescript": "5.2.2",
 | 
						|
    "webpack": "^5.88.1"
 | 
						|
  },
 | 
						|
  "resolutions": {
 | 
						|
    "lint-staged/yaml": "^2.2.2",
 | 
						|
    "@langchain/core": "0.1.30",
 | 
						|
    "openai": "4.28.4"
 | 
						|
  },
 | 
						|
  "packageManager": "yarn@1.22.19"
 | 
						|
}
 |