1 Star 0 Fork 34

ForkExcellentCode/imi-ai

forked from imi 开发组/imi-ai 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2023-10-19 16:15 . 修复测试
{
"name": "imi-ai",
"version": "1.0.0",
"private": false,
"description": "imi AI - 你的专属 AI 人工智能助理!ChatGPT Web",
"author": "Yurun <yurun@yurunsoft.com>",
"keywords": [
"chatgpt-web",
"chatgpt",
"chatbot",
"vue"
],
"scripts": {
"dev": "vite",
"build": "build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"bootstrap": "pnpm install && pnpm run common:prepare",
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
"common:prepare": "husky install"
},
"dependencies": {
"@traptitech/markdown-it-katex": "^3.6.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^9.13.0",
"graphemer": "^1.4.0",
"highlight.js": "^11.8.0",
"html2canvas": "^1.4.1",
"katex": "^0.16.8",
"markdown-it": "^13.0.1",
"naive-ui": "^2.35.0",
"pako": "^2.1.0",
"pinia": "^2.1.6",
"tiktoken": "^1.0.10",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.3",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@iconify/vue": "^4.1.1",
"@types/crypto-js": "^4.1.1",
"@types/katex": "^0.16.2",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.18.2",
"@types/pako": "^2.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.3",
"markdown-it-link-attributes": "^4.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.27",
"rimraf": "^4.4.1",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"typescript": "~4.9.5",
"vite": "^4.4.8",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"vue-tsc": "^1.8.8"
},
"lint-staged": {
"*.{ts,tsx,vue}": [
"pnpm lint:fix"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fork-excellent-code/imi-ai.git
git@gitee.com:fork-excellent-code/imi-ai.git
fork-excellent-code
imi-ai
imi-ai
master

搜索帮助