74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "cross-env NODE_OPTIONS= vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
"lint": "vue-cli-service lint",
|
|
"fix": "eslint --fix --fix-type suggestion --fix-type problem ."
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@tencentcloud/call-uikit-vue": "^2.1.0",
|
|
"@tencentcloud/chat-uikit-vue": "^1.3.5",
|
|
"@vuepic/vue-datepicker": "^5.4.0",
|
|
"@vueuse/core": "^8.9.4",
|
|
"axios": "^0.26.1",
|
|
"core-js": "^3.6.5",
|
|
"element-plus": "^2.1.4",
|
|
"less": "^4.2.0",
|
|
"mitt": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"qs": "^6.10.3",
|
|
"rtc-ai-denoiser": "^1.1.3",
|
|
"tim-js-sdk": "2.27.1",
|
|
"tim-profanity-filter-plugin": "^0.9.0",
|
|
"tim-upload-plugin": "^1.0.6",
|
|
"trtc-js-sdk": "^4.15.14",
|
|
"tsignaling": "^1.0.7",
|
|
"vue": "^3.0.0",
|
|
"vue-class-component": "^8.0.0-0",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.0.0-0",
|
|
"vuex": "^4.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
"@commitlint/cli": "^16.2.3",
|
|
"@commitlint/config-conventional": "^16.2.1",
|
|
"@types/chai": "^4.2.11",
|
|
"@types/mocha": "^5.2.4",
|
|
"@types/qs": "^6.9.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-unit-mocha": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"@vue/test-utils": "^2.0.0-rc.17",
|
|
"chai": "^4.1.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-tencent": "^1.0.3",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^7.1.0",
|
|
"husky": "^7.0.4",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.26.5",
|
|
"sass-loader": "^8.0.2",
|
|
"typescript": "^4.1.5",
|
|
"vue-eslint-parser": "^8.3.0"
|
|
}
|
|
}
|