1 Star 2 Fork 3

lianqingqian/ai-educ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ai-educ",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"lint:style": "stylelint src/**/*.{css,scss,vue} --cache --fix",
"commit": "git add . && pnpm czg && git push && pnpm lint:style"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/icons-vue": "^7.0.1",
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-external-links": "^1.3.0",
"@bytemd/plugin-footnotes": "^1.12.4",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-highlight-ssr": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-math-ssr": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@kangc/v-md-editor": "^2.3.18",
"@microsoft/fetch-event-source": "^2.0.1",
"@vueuse/core": "^11.1.0",
"ant-design-vue": "~4.2.5",
"axios": "^1.7.8",
"bytemd": "^1.21.0",
"bytemd-plugin-theme": "^1.0.2",
"dayjs": "^1.11.13",
"juejin-markdown-themes": "^1.34.0",
"markdown-it": "^14.1.0",
"markdown-it-vue": "^1.1.7",
"normalize.css": "^8.0.1",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.2",
"plugin-mermaid": "link:@bytemd\\plugin-mermaid",
"prismjs": "^1.29.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^36.0.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.5",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-scroll-seamless": "^1.0.6",
"xgplayer": "^3.0.20"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@tsconfig/node20": "^20.1.4",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.17.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.1.1",
"@vue/tsconfig": "^0.5.1",
"cz-git": "^1.10.0",
"czg": "^1.10.0",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.9",
"npm-run-all2": "^7.0.1",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"sass-embedded": "^1.81.0",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.5.3",
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"*": "eslint --fix"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lianqingqian/ai-educ.git
[email protected]:lianqingqian/ai-educ.git
lianqingqian
ai-educ
ai-educ
master

搜索帮助