7 Star 44 Fork 54

开店星开源商城/开店星公众版-后台Vue源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "kaidianxing-shop-admin",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve --mode dev",
"build": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint",
"debug": "node --inspect-brk=5858 ./node_modules/@vue/cli-service/bin/vue-cli-service build --mode prod"
},
"dependencies": {
"@fullcalendar/daygrid": "^4.1.0",
"@fullcalendar/interaction": "^4.1.0",
"@fullcalendar/vue": "^4.1.0",
"@tinymce/tinymce-vue": "^2.1.0",
"@vant/touch-emulator": "^1.2.0",
"axios": "^0.19.0",
"core-js": "^3.17.3",
"deep-diff": "^1.0.2",
"diff": "^4.0.2",
"echarts": "^4.7.0",
"gulp": "^4.0.2",
"html2canvas": "^1.0.0-rc.5",
"jsbarcode": "^3.11.0",
"qrious": "^4.0.2",
"register-service-worker": "^1.6.2",
"sortablejs": "^1.10.1",
"swiper": "^5.3.8",
"tinymce": "5.0.3",
"v-emoji-picker": "2.3.3",
"vant": "^2.4.2",
"view-design": "4.2.0",
"vue": "^2.6.10",
"vue-awesome-swiper": "^4.1.1",
"vue-clipboard2": "^0.3.1",
"vue-draggable-resizable-gorkys": "^2.4.0",
"vue-router": "^3.1.3",
"vue-twemoji-picker": "0.2.1",
"vue-ueditor-wrap": "^2.4.1",
"vuedraggable": "^2.23.2",
"vuex": "^3.0.1",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.7.6",
"@vue/cli-plugin-babel": "4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-vuex": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"style-resources-loader": "^1.3.3",
"vue-template-compiler": "^2.6.10",
"copy-webpack-plugin": "^5.1.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"rules": {
"no-debugger": "off",
"no-console": "off",
"no-useless-escape": "off",
"no-multiple-empty-lines": [
1,
{
"max": 2
}
],
"vue/no-parsing-error": [
2,
{
"x-invalid-end-tag": false
}
]
},
"parserOptions": {
"parser": "babel-eslint",
"ecmaVersion": 8,
"ecmaFeatures": {
"jsx": true
}
}
},
"eslintIgnore": [
"iview-pro.min.js"
],
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kaidianxing/kaidianxing-admin.git
git@gitee.com:kaidianxing/kaidianxing-admin.git
kaidianxing
kaidianxing-admin
开店星公众版-后台Vue源码
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385