1 Star 0 Fork 0

bdware/contract-front-vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.46 KB
一键复制 编辑 原始数据 按行查看 历史
蔡华谦 提交于 2023-03-17 10:40 . update sdk version
{
"name": "vue-next-admin",
"version": "0.0.4",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"prod": " vue-tsc --noEmit &&vite build",
"serve": "vite preview",
"lint": "eslint --ext .vue,.js,.ts ./",
"prepare": "husky install"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"dependencies": {
"@bdware/bdcontract-sdk": "^0.3.0-alpha.15",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"@fullcalendar/vue3": "^5.8.0",
"@kangc/v-md-editor": "^2.3.4",
"@rollup/plugin-commonjs": "^19.0.0",
"@tinymce/tinymce-vue": "^4.0.0",
"@toast-ui/editor": "^3.0.0",
"@toast-ui/vue-editor": "^3.0.0",
"@types/axios": "^0.14.0",
"@types/clipboard": "^2.0.1",
"@types/dom-to-image": "^2.6.2",
"@types/echarts": "^4.9.7",
"@types/file-saver": "^2.0.2",
"@types/lodash": "^4.14.170",
"@types/marked": "^2.0.3",
"@types/mockjs": "^1.0.3",
"@types/node": "^15.0.1",
"@types/qrcode": "^1.4.0",
"@types/sortablejs": "^1.10.6",
"@types/vuedraggable": "^2.24.0",
"@vitejs/plugin-legacy": "^1.4.3",
"@vitejs/plugin-vue": "^1.2.1",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.1.32",
"@antv/g2plot": "^2.3.39",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clipboard": "^2.0.4",
"codemirror": "^5.62.0",
"crypto-es": "^1.2.7",
"css-color-function": "^1.3.3",
"dom-to-image": "^2.6.0",
"driver.js": "^0.9.8",
"echarts": "^5.1.1",
"element-plus": "^1.1.0-beta.7",
"esbuild": "^0.12.15",
"eslint-import-resolver-webpack": "^0.13.0",
"file-saver": "^2.0.5",
"fullcalendar": "^5.8.0",
"fuse.js": "^6.4.6",
"highlight.js": "^11.0.1",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.6.0",
"jszip-utils": "^0.1.0",
"lodash": "^4.17.21",
"marked": "^2.0.7",
"mockjs": "^1.1.0",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
"process": "^0.11.10",
"qrcode.vue": "^3.2.2",
"sass": "^1.38.1",
"scss": "^0.2.4",
"slate-vue": "^0.2.0",
"sortablejs": "^1.13.0",
"tinymce": "^5.8.0",
"vite": "^2.5.0",
"vite-plugin-style-import": "^1.0.1",
"vue": "^3.2.4",
"vue-clipboard2": "^0.3.1",
"vue-cropperjs": "^5.0.0",
"vue-qr": "^2.4.0",
"vue-router": "^4.0.11",
"vue-tsx-support": "^3.1.0",
"vuedraggable": "^2.24.3",
"vuex": "^4.0.0",
"wangeditor": "^4.7.2",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/codemirror": "^5.60.0",
"@types/js-cookie": "^2.2.6",
"@types/vue-cropperjs": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vue/compiler-sfc": "^3.2.0",
"@types/d3-geo": "^3.0.0",
"@types/d3-sankey": "^0.11.1",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"stylus": "^0.54.8",
"typescript": "^4.3.2",
"vue-tsc": "^0.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/BDWare/contract-front-vue3-template.git
[email protected]:BDWare/contract-front-vue3-template.git
BDWare
contract-front-vue3-template
contract-front-vue3-template
master

搜索帮助