1 Star 1 Fork 1

SUWH/schat-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.38 KB
一键复制 编辑 原始数据 按行查看 历史
SUWH 提交于 2023-03-26 20:50 +08:00 . feat: 对接邮箱
{
"name": "schat-client",
"version": "1.0.0",
"description": "schat的前端界面,vue3.0编写",
"main": "app.js",
"repository": "https://gitee.com/suwenhao/schat",
"private": true,
"author": {
"name": "SUWENHAO",
"email": "1057607246@qq.com"
},
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build": "vue-cli-service build --mode prod",
"build:docker": "vue-cli-service build --mode docker",
"prepare": "husky install"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^34.1.0",
"@ckeditor/ckeditor5-vue": "^4.0.1",
"@fingerprintjs/fingerprintjs": "^3.3.3",
"@popperjs/core": "^2.11.6",
"@vant/touch-emulator": "^1.3.2",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"babel-polyfill": "^6.26.0",
"copy-to-clipboard": "^3.3.2",
"crypto-js": "^4.1.1",
"element-plus": "^2.2.25",
"element-resize-detector": "^1.2.4",
"file-saver": "^2.0.5",
"format-duration": "^2.0.0",
"image-aspect-ratio": "^1.0.0",
"js-pinyin": "^0.1.9",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"material-design-icons-iconfont": "^6.5.0",
"material-icons": "^1.11.11",
"mime": "^3.0.0",
"mitt": "^3.0.0",
"moment": "^2.29.2",
"music-metadata-browser": "^2.5.9",
"ocask.js": "^1.0.5",
"path-browserify": "^1.0.1",
"photoswipe": "^5.3.3",
"plyr": "^3.7.2",
"q-album": "^4.1.4",
"qrcode": "^1.5.0",
"qs": "^6.10.3",
"recorder-core": "^1.2.22050700",
"socket.io-client": "^4.5.3",
"socket.io-msgpack-parser": "^3.0.1",
"spark-md5": "^3.0.2",
"swiper": "^8.1.4",
"uuid": "^8.3.2",
"v-calendar": "next",
"vant": "^3.4.7",
"vconsole": "^3.14.5",
"vscode-icons-js": "^11.6.1",
"vue": "^3.2.41",
"vue-i18n": "^9.2.0-beta.34",
"vue-router": "^4.0.3",
"vue-toastification": "^2.0.0-rc.5",
"vue-virtual-scroller": "2.0.0-beta.3",
"vue3-lazy": "^1.0.0-alpha.1",
"vue3-virtual-scroll-list": "^0.2.0",
"vuex": "^4.0.2",
"wavesurfer.js": "^6.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"compression-webpack-plugin": "5.0.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^7.0.0",
"lint-staged": "^11.2.6",
"prettier": "^2.4.1",
"sass": "^1.49.10",
"sass-loader": "^12.6.0",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"vue/setup-compiler-macros": true
},
"extends": [
"plugin:vue/vue3-essential",
"@vue/standard",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser",
"requireConfigFile": false
},
"rules": {
"vue/multi-word-component-names": 0,
"vue/no-mutating-props": 0,
"no-unused-vars": 0,
"vue/no-v-model-argument": 0
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{vue,ts,js,jsx,json,css,less,scss,html}": [
"prettier --config .prettierrc.js --write"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/suwenhao/schat-frontend.git
git@gitee.com:suwenhao/schat-frontend.git
suwenhao
schat-frontend
schat-frontend
master

搜索帮助