2023-03-08 00:23:54 +09:00
|
|
|
{
|
2024-02-07 14:17:11 +09:00
|
|
|
"name": "nextchat",
|
2023-03-24 01:01:00 +09:00
|
|
|
"private": false,
|
2023-06-15 02:34:21 +09:00
|
|
|
"license": "mit",
|
2023-03-08 00:23:54 +09:00
|
|
|
"scripts": {
|
2024-07-03 15:09:49 +09:00
|
|
|
"mask": "npx tsx app/masks/build.ts",
|
|
|
|
"mask:watch": "npx watch 'yarn mask' app/masks",
|
|
|
|
"dev": "yarn run mask:watch & next dev",
|
|
|
|
"build": "yarn mask && cross-env BUILD_MODE=standalone next build",
|
2023-03-25 23:24:52 +09:00
|
|
|
"start": "next start",
|
2023-03-28 01:30:12 +09:00
|
|
|
"lint": "next lint",
|
2024-07-03 15:09:49 +09:00
|
|
|
"export": "yarn mask && cross-env BUILD_MODE=export BUILD_APP=1 next build",
|
|
|
|
"export:dev": "yarn mask:watch & cross-env BUILD_MODE=export BUILD_APP=1 next dev",
|
|
|
|
"app:dev": "yarn mask:watch & yarn tauri dev",
|
|
|
|
"app:build": "yarn mask && yarn tauri build",
|
2023-05-18 01:30:04 +09:00
|
|
|
"prompts": "node ./scripts/fetch-prompts.mjs",
|
2023-04-16 19:07:43 +09:00
|
|
|
"prepare": "husky install",
|
|
|
|
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"
|
2023-03-08 00:23:54 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-20 20:58:12 +09:00
|
|
|
"@fortaine/fetch-event-source": "^3.0.6",
|
2023-12-18 19:29:13 +09:00
|
|
|
"@hello-pangea/dnd": "^16.5.0",
|
2024-01-22 16:08:34 +09:00
|
|
|
"@next/third-parties": "^14.1.0",
|
2023-03-10 02:01:40 +09:00
|
|
|
"@svgr/webpack": "^6.5.1",
|
2023-03-14 01:27:45 +09:00
|
|
|
"@vercel/analytics": "^0.1.11",
|
2023-12-29 00:10:19 +09:00
|
|
|
"@vercel/speed-insights": "^1.0.2",
|
2024-03-25 19:46:24 +09:00
|
|
|
"emoji-picker-react": "^4.9.2",
|
2023-12-18 19:30:29 +09:00
|
|
|
"fuse.js": "^7.0.0",
|
2024-05-13 17:24:15 +09:00
|
|
|
"heic2any": "^0.0.4",
|
2023-05-22 01:59:36 +09:00
|
|
|
"html-to-image": "^1.11.11",
|
2023-11-13 19:45:59 +09:00
|
|
|
"mermaid": "^10.6.1",
|
2023-11-14 02:22:51 +09:00
|
|
|
"nanoid": "^5.0.3",
|
2024-05-10 09:27:02 +09:00
|
|
|
"next": "^14.1.1",
|
2023-03-28 01:30:12 +09:00
|
|
|
"node-fetch": "^3.3.1",
|
2023-03-11 03:25:33 +09:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-06-16 16:22:32 +09:00
|
|
|
"react-markdown": "^8.0.7",
|
2023-09-11 19:32:00 +09:00
|
|
|
"react-router-dom": "^6.15.0",
|
2023-04-02 23:48:18 +09:00
|
|
|
"rehype-highlight": "^6.0.0",
|
2023-07-03 19:27:11 +09:00
|
|
|
"rehype-katex": "^6.0.3",
|
2023-04-02 03:38:52 +09:00
|
|
|
"remark-breaks": "^3.0.2",
|
2023-03-20 15:06:29 +09:00
|
|
|
"remark-gfm": "^3.0.1",
|
2023-03-11 21:54:24 +09:00
|
|
|
"remark-math": "^5.1.1",
|
2023-03-13 04:06:21 +09:00
|
|
|
"sass": "^1.59.2",
|
2023-03-26 15:53:40 +09:00
|
|
|
"spark-md5": "^3.0.2",
|
2023-06-16 16:21:24 +09:00
|
|
|
"use-debounce": "^9.0.4",
|
2023-06-19 20:06:59 +09:00
|
|
|
"zustand": "^4.3.8"
|
2023-03-29 02:51:22 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-26 14:42:55 +09:00
|
|
|
"@tauri-apps/cli": "1.5.11",
|
2024-03-25 19:47:55 +09:00
|
|
|
"@types/node": "^20.11.30",
|
2024-03-26 14:26:51 +09:00
|
|
|
"@types/react": "^18.2.70",
|
2023-07-24 19:33:12 +09:00
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-03-29 11:53:13 +09:00
|
|
|
"@types/react-katex": "^3.0.0",
|
2023-11-13 19:45:47 +09:00
|
|
|
"@types/spark-md5": "^3.0.4",
|
2023-03-29 11:53:13 +09:00
|
|
|
"cross-env": "^7.0.3",
|
2023-09-11 19:32:34 +09:00
|
|
|
"eslint": "^8.49.0",
|
2023-08-21 19:57:07 +09:00
|
|
|
"eslint-config-next": "13.4.19",
|
2023-03-29 11:53:13 +09:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2024-01-15 19:20:50 +09:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2023-03-29 11:53:13 +09:00
|
|
|
"husky": "^8.0.0",
|
2023-06-19 20:10:15 +09:00
|
|
|
"lint-staged": "^13.2.2",
|
2023-08-21 19:57:49 +09:00
|
|
|
"prettier": "^3.0.2",
|
2024-07-03 15:09:49 +09:00
|
|
|
"tsx": "^4.16.0",
|
2023-09-11 19:32:25 +09:00
|
|
|
"typescript": "5.2.2",
|
2024-07-03 15:09:49 +09:00
|
|
|
"watch": "^1.0.2",
|
2023-06-30 00:28:29 +09:00
|
|
|
"webpack": "^5.88.1"
|
2023-06-16 15:33:08 +09:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"lint-staged/yaml": "^2.2.2"
|
2024-03-14 17:36:32 +09:00
|
|
|
},
|
2024-05-20 20:02:46 +09:00
|
|
|
"packageManager": "yarn@1.22.19"
|
2024-03-14 17:36:32 +09:00
|
|
|
}
|