1 Star 0 Fork 114

紫色桑葚/MallChatWeb

forked from Evan/MallChatWeb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.75 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mall-chat-web",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16.16.0",
"pnpm": ">=8.4"
},
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts --host",
"dev:https": "vite --host",
"build": "run-p type-check build-only",
"preview": "vite preview",
"report": "rimraf dist && vite build",
"build-only": "rimraf dist && vite build --config ./config/vite.config.prod.ts",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"link:format": "prettier --write src/",
"link:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:style": "stylelint --fix \"src/**/*.{css,scss,vue}\"",
"prepare": "husky install"
},
"dependencies": {
"@alova/scene-vue": "^1.2.0",
"@element-plus/icons-vue": "^2.1.0",
"@imengyu/vue3-context-menu": "^1.3.3",
"alova": "^2.13.1",
"dayjs": "^1.11.10",
"element-plus": "^2.3.14",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"qrcode.vue": "^3.4.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/ep": "^1.1.12",
"@rushstack/eslint-patch": "^1.5.1",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^10.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.2",
"stylelint": "^15.10.3",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^3.0.0",
"typescript": "~5.1.6",
"unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "4.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vue-tsc": "^1.8.19",
"xgplayer": "^2.32.5"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 0.3% in CN",
"last 3 iOS versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quyinchina/MallChatWeb.git
git@gitee.com:quyinchina/MallChatWeb.git
quyinchina
MallChatWeb
MallChatWeb
main

搜索帮助