Files
chatgpt-exporter/packages/userscript/package.json
2023-08-22 02:01:40 +08:00

53 lines
1.6 KiB
JSON

{
"name": "@pionxzh/chatgpt-userscript",
"type": "module",
"version": "2.14.2",
"private": true,
"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",
"scripts": {
"dev": "vite",
"build": "vite build",
"test:type": "tsc --noEmit",
"test": "pnpm run test:type",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"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.3.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/mdast": "^3.0.12",
"@types/unist": "^2.0.7",
"vite": "^4.4.9"
}
}