1 Star 2 Fork 3

一份执着/zfile-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
一份执着 提交于 2021-09-19 15:39 . :bookmark:发布 3.2 版本
{
"name": "zfile",
"version": "3.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@moefe/vue-aplayer": "^2.0.0-beta.5",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"core-js": "^2.6.5",
"dplayer": "^1.25.0",
"element-ui": "^2.14.1",
"flv.js": "^1.5.0",
"github-markdown-css": "^3.0.1",
"gsap": "^3.0.5",
"highlight.js": "^10.5.0",
"hls.js": "^0.13.0",
"marked": "^0.7.0",
"monaco-editor": "^0.20.0",
"pure-svg-code": "^1.0.6",
"sortablejs": "^1.10.2",
"v-contextmenu": "^2.8.1",
"vue": "^2.6.9",
"vue-aplayer": "^1.6.1",
"vue-clipboard2": "^0.3.1",
"vue-infinite-loading": "^2.4.4",
"vue-router": "^3.1.3",
"vue-runtime-helpers": "^1.1.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2",
"serialize-javascript": "3.1.0",
"vue-resource": "^1.5.1",
"vue-template-compiler": "^2.6.9",
"webpack-bundle-analyzer": "^4.4.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaojun1998/zfile-vue.git
git@gitee.com:zhaojun1998/zfile-vue.git
zhaojun1998
zfile-vue
zfile-vue
master

搜索帮助