1 Star 0 Fork 3

feiman / gdshop-cool-admin-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "front-next",
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:show": "vite build --mode show",
"build:test": "vue-tsc --noEmit --skipLibCheck && vite build",
"serve": "vite preview",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
},
"dependencies": {
"@sentry/tracing": "^6.4.1",
"@sentry/vue": "^6.4.1",
"array.prototype.flat": "^1.2.4",
"axios": "^0.21.1",
"cl-admin-crud-vue3": "^0.1.3",
"clipboard": "^2.0.8",
"clone-deep": "^4.0.1",
"codemirror": "^5.60.0",
"core-js": "^3.6.5",
"dayjs": "^1.10.4",
"echarts": "^5.0.2",
"element-plus": "1.0.2-beta.35",
"file-saver": "^2.0.5",
"glob": "^7.1.6",
"js-beautify": "^1.13.5",
"merge": "^2.1.1",
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"quill": "^1.3.7",
"socket.io-client": "^4.0.0",
"store": "^2.0.12",
"uuid": "^8.3.2",
"vue": "^3.0.11",
"vue-echarts": "^6.0.0-rc.3",
"vue-router": "^4.0.5",
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0-0",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue-jsx": "^1.1.3",
"@vue/babel-plugin-jsx": "^1.0.5",
"@vue/compiler-sfc": "^3.0.5",
"@vue/composition-api": "^1.0.0-rc.6",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"svg-sprite-loader": "^6.0.2",
"typescript": "^4.1.3",
"vite": "^2.1.5",
"vite-plugin-style-import": "^0.9.1",
"vite-svg-loader": "^1.5.1",
"vue-tsc": "^0.0.8"
},
"babel": {
"plugins": [
"@vue/babel-plugin-jsx"
]
}
}
1
https://gitee.com/feiman8888/gdshop-cool-admin-vue3.git
git@gitee.com:feiman8888/gdshop-cool-admin-vue3.git
feiman8888
gdshop-cool-admin-vue3
gdshop-cool-admin-vue3
master

搜索帮助