1 Star 0 Fork 3

tongsa/vue3-vite

forked from hboot/vue3-vite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2023-02-01 22:09 +08:00 . feat: 文件编辑word 无法实现
{
"name": "vue3-vite",
"version": "1.0.0",
"description": "vite+vue3 template. some libs",
"keywords": [
"vue3",
"vite"
],
"homepage": "https://gitee.com/ngd_b/vue3-vite",
"license": "MIT",
"author": {
"name": "hboot",
"email": "bobolity@163.com"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ngd_b/vue3-vite"
},
"scripts": {
"start": "npx vite dev",
"build": "npm run lint && npx vite build",
"preview": "npx vite preview",
"lint": "eslint --ext .js,.jsx,.vue ./src --fix",
"lint-staged": "npx lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@bundled-es-modules/pdfjs-dist": "^2.5.207-rc1",
"@sindresorhus/slugify": "^2.1.0",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"docxtemplater": "^3.32.4",
"echarts": "^5.4.0",
"element-plus": "^2.2.9",
"highlight.js": "^11.6.0",
"mammoth": "^1.4.21",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"node-html-parser": "^5.3.3",
"pinia": "^2.0.15",
"pizzip": "^3.1.3",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.2.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"video.js": "^7.20.3",
"vite": "^3.2.4",
"vue-i18n": "^9.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yizhisalu/vue3-vite.git
git@gitee.com:yizhisalu/vue3-vite.git
yizhisalu
vue3-vite
vue3-vite
master

搜索帮助