1 Star 0 Fork 10

But_once/docs

forked from JGDT/docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
happyplus_chen 提交于 2023-06-05 17:40 . 调试环境
{
"name": "my-vue-app2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite",
"dev": "npm run docs:dev",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint src/** packages/**",
"lint:fix": "eslint --fix src/** packages/**"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"element-plus": "^2.3.5",
"mockjs": "^1.1.0",
"vitepress": "1.0.0-beta.1",
"vue": "^3.2.47",
"vxe-table": "^4.4.1",
"xe-utils": "^3.5.7"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/tsconfig": "^0.1.3",
"chalk": "^5.2.0",
"consola": "^3.1.0",
"escape-html": "^1.0.3",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-define-config": "^1.20.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.14.1",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"normalize.css": "^8.0.1",
"path-to-regexp": "^6.2.1",
"prettier": "^2.8.4",
"prismjs": "^1.29.0",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^1.4.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eric-jie/docs.git
git@gitee.com:eric-jie/docs.git
eric-jie
docs
docs
dev

搜索帮助