5 Star 0 Fork 0

油饼/can-media

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
yangkun 提交于 2023-06-13 22:20 . ababa
{
"name": "vue_web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve --open",
"build:stage": "vue-cli-service build --mode=production-stage --modern",
"build:prod": "vue-cli-service build --modern",
"build": "npm run build:prod",
"test:unit": "vue-cli-service test:unit",
"lint": "stylelint '**/*.{css,less,html,vue}' --fix && vue-cli-service lint",
"dist": "node ./static-server.js"
},
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
"axios": "0.24.0",
"clipboard": "^2.0.11",
"core-js": "3.25.3",
"date-fns": "^1.30.1",
"downloadjs": "^1.4.7",
"element-ui": "2.15.12",
"file-saver": "2.0.5",
"highlight.js": "^9.18.5",
"jquery": "^3.6.0",
"js-cookie": "3.0.1",
"jsencrypt": "3.0.0-rc.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"log-symbols": "^5.1.0",
"mockjs": "1.1.0",
"normalize.css": "^8.0.1",
"nprogress": "0.2.0",
"qs": "^6.9.6",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"url-parse": "^1.5.1",
"vue": "^2.6.12",
"vue-cropper": "^0.5.6",
"vue-router": "^3.5.1",
"vue-video-player": "^5.0.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.3",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.6",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"open": "^7.4.2",
"prettier": "^1.19.1",
"raw-loader": "^4.0.2",
"sass": "1.32.0",
"sass-loader": "10.1.0",
"stylelint": "^13.11.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-order": "^4.1.0",
"svg-sprite-loader": "5.1.1",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"since 2016",
"edge >= 12",
"not ie <= 10",
"not dead"
],
"jest": {
"preset": "@vue/cli-plugin-unit-jest"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{css,less,html,vue}": [
"stylelint --aei --fix",
"git add"
],
"*.{js,jsx,mjs,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/youlibinlovecode/ruoyi-media.git
git@gitee.com:youlibinlovecode/ruoyi-media.git
youlibinlovecode
ruoyi-media
can-media
master

搜索帮助