mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "@pionxzh/chatgpt-exporter",
|
|
"type": "module",
|
|
"version": "2.16.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.10.2",
|
|
"title": "ChatGPT Exporter",
|
|
"title:zh-CN": "ChatGPT Exporter",
|
|
"title:zh-TW": "ChatGPT Exporter",
|
|
"description": "Easily export the whole ChatGPT conversation history for further analysis or sharing.",
|
|
"description:zh-CN": "轻松导出 ChatGPT 聊天记录,以便进一步分析或分享。",
|
|
"description:zh-TW": "輕鬆匯出 ChatGPT 聊天紀錄,以便進一步分析或分享。",
|
|
"author": "pionxzh",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"test": "tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.14",
|
|
"@radix-ui/colors": "^0.1.8",
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
"@radix-ui/react-hover-card": "^1.0.5",
|
|
"eventemitter3": "^5.0.1",
|
|
"hast-util-to-html": "^8.0.4",
|
|
"html2canvas": "^1.4.1",
|
|
"i18next": "^22.5.1",
|
|
"jszip": "3.9.1",
|
|
"mdast": "^3.0.0",
|
|
"mdast-util-from-markdown": "^1.3.1",
|
|
"mdast-util-frontmatter": "^1.0.1",
|
|
"mdast-util-gfm": "^2.0.2",
|
|
"mdast-util-to-hast": "^12.3.0",
|
|
"mdast-util-to-markdown": "^1.5.0",
|
|
"micromark-extension-gfm": "^2.0.3",
|
|
"preact": "^10.17.1",
|
|
"react-i18next": "^12.3.1",
|
|
"sanitize-filename": "^1.6.3",
|
|
"sentinel-js": "^0.0.7",
|
|
"urlcat": "^2.0.4",
|
|
"vite-plugin-monkey": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.2.0",
|
|
"@commitlint/config-conventional": "^18.1.0",
|
|
"@pionxzh/eslint-config": "^1.0.1",
|
|
"@preact/preset-vite": "^2.6.0",
|
|
"@types/mdast": "^3.0.12",
|
|
"@types/node": "^20.5.1",
|
|
"@types/unist": "^2.0.7",
|
|
"eslint": "^8.53.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.0.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": "pnpm exec eslint"
|
|
}
|
|
}
|