1 Star 0 Fork 0

yunsir/mscodevue

forked from 流星革命/mscodevue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.58 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mscodevue",
"version": "3.0.2",
"description": "Copyright Guang Dong Guo Xing Technology Co.,Ltd. Commercial authorization: www.mscodecloud.com",
"scripts": {
"dev": "vue-cli-service serve",
"lint": "eslint --ext .js,.vue src",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
"@babel/parser": "7.12.16",
"axios": "0.21.1",
"clipboard": "2.0.6",
"codemirror": "5.59.2",
"core-js": "3.8.3",
"driver.js": "0.9.8",
"dropzone": "5.7.6",
"echarts": "4.9.0",
"el-tree-transfer": "2.3.3",
"element-ui": "2.15.0",
"file-saver": "2.0.5",
"fuse.js": "3.4.4",
"js-cookie": "2.2.1",
"jsonlint": "1.6.3",
"jszip": "3.6.0",
"mammoth": "1.4.16",
"moment": "2.29.1",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "3.2.0",
"pinyin": "2.9.1",
"screenfull": "4.2.0",
"script-loader": "0.7.2",
"sortablejs": "1.13.0",
"throttle-debounce": "3.0.1",
"vue": "2.6.14",
"vue-count-to": "1.0.13",
"vue-i18n": "8.22.4",
"vue-router": "3.5.1",
"vue-splitpane": "1.0.6",
"vuedraggable": "2.24.3",
"vuex": "3.6.2",
"xlsx": "0.16.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.11",
"@vue/cli-plugin-eslint": "4.5.11",
"@vue/cli-plugin-unit-jest": "4.5.11",
"@vue/cli-service": "4.5.11",
"@vue/test-utils": "1.1.3",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "4.1.0",
"chokidar": "3.5.1",
"connect": "3.7.0",
"eslint": "7.20.0",
"eslint-plugin-vue": "7.6.0",
"html-webpack-plugin": "5.1.0",
"husky": "5.0.9",
"lint-staged": "10.5.4",
"mockjs": "1.1.0",
"plop": "2.7.4",
"runjs": "4.3.2",
"sass": "1.32.7",
"sass-loader": "10.1.1",
"script-ext-html-webpack-plugin": "2.1.5",
"serve-static": "1.14.1",
"svg-sprite-loader": "5.2.1",
"svgo": "1.3.2",
"vue-template-compiler": "2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yunsir/mscodevue.git
git@gitee.com:yunsir/mscodevue.git
yunsir
mscodevue
mscodevue
master

搜索帮助