2023-03-07 15:23:54 +00:00
|
|
|
{
|
|
|
|
"name": "chatgpt-next-web",
|
2023-03-23 16:01:00 +00:00
|
|
|
"version": "1.1",
|
|
|
|
"private": false,
|
2023-03-27 14:34:46 +00:00
|
|
|
"license": "Anti 996",
|
2023-03-07 15:23:54 +00:00
|
|
|
"scripts": {
|
2023-03-27 16:30:12 +00:00
|
|
|
"dev": "yarn fetch && next dev",
|
|
|
|
"build": "yarn fetch && next build",
|
2023-03-25 14:24:52 +00:00
|
|
|
"start": "next start",
|
2023-03-27 16:30:12 +00:00
|
|
|
"lint": "next lint",
|
2023-03-28 17:51:22 +00:00
|
|
|
"fetch": "node ./scripts/fetch-prompts.mjs",
|
|
|
|
"prepare": "husky install"
|
2023-03-07 15:23:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-09 17:01:40 +00:00
|
|
|
"@svgr/webpack": "^6.5.1",
|
2023-03-10 18:25:33 +00:00
|
|
|
"@types/node": "^18.14.6",
|
|
|
|
"@types/react": "^18.0.28",
|
|
|
|
"@types/react-dom": "^18.0.11",
|
2023-03-11 12:54:24 +00:00
|
|
|
"@types/react-katex": "^3.0.0",
|
2023-03-26 06:53:40 +00:00
|
|
|
"@types/spark-md5": "^3.0.2",
|
2023-03-13 16:27:45 +00:00
|
|
|
"@vercel/analytics": "^0.1.11",
|
2023-03-23 16:01:00 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2023-03-11 17:14:07 +00:00
|
|
|
"emoji-picker-react": "^4.4.7",
|
2023-03-28 17:51:22 +00:00
|
|
|
"eslint": "^8.36.0",
|
2023-03-07 15:23:54 +00:00
|
|
|
"eslint-config-next": "13.2.3",
|
2023-03-28 17:51:22 +00:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-03-11 12:54:24 +00:00
|
|
|
"eventsource-parser": "^0.1.0",
|
2023-03-28 17:30:11 +00:00
|
|
|
"fuse.js": "^6.6.2",
|
2023-03-28 17:51:22 +00:00
|
|
|
"lint-staged": "^13.2.0",
|
2023-03-10 18:25:33 +00:00
|
|
|
"next": "^13.2.3",
|
2023-03-27 16:30:12 +00:00
|
|
|
"node-fetch": "^3.3.1",
|
2023-03-09 17:01:40 +00:00
|
|
|
"openai": "^3.2.1",
|
2023-03-28 17:51:22 +00:00
|
|
|
"prettier": "^2.8.7",
|
2023-03-10 18:25:33 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-markdown": "^8.0.5",
|
2023-03-11 12:54:24 +00:00
|
|
|
"rehype-katex": "^6.0.2",
|
2023-03-20 06:06:29 +00:00
|
|
|
"rehype-prism-plus": "^1.5.1",
|
|
|
|
"remark-gfm": "^3.0.1",
|
2023-03-11 12:54:24 +00:00
|
|
|
"remark-math": "^5.1.1",
|
2023-03-12 19:06:21 +00:00
|
|
|
"sass": "^1.59.2",
|
2023-03-26 06:53:40 +00:00
|
|
|
"spark-md5": "^3.0.2",
|
2023-03-10 18:25:33 +00:00
|
|
|
"typescript": "4.9.5",
|
2023-03-28 17:30:11 +00:00
|
|
|
"use-debounce": "^9.0.3",
|
2023-03-10 18:25:33 +00:00
|
|
|
"zustand": "^4.3.6"
|
2023-03-28 17:51:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"husky": "^8.0.0"
|
2023-03-07 15:23:54 +00:00
|
|
|
}
|
|
|
|
}
|