|
|
@@ -40,43 +40,46 @@
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
}
|
|
|
},
|
|
|
- "dependencies": {
|
|
|
- "@tencentcloud/chat": "^3.5.0",
|
|
|
- "@vicons/ionicons5": "^0.12.0",
|
|
|
- "@vueuse/components": "^11.1.0",
|
|
|
- "@vueuse/core": "^10.10.0",
|
|
|
- "@webav/av-cliper": "^1.0.6",
|
|
|
- "@webav/av-recorder": "^1.0.6",
|
|
|
- "axios": "^1.4.0",
|
|
|
- "billd-deploy": "^1.1.0",
|
|
|
- "billd-html-webpack-plugin": "^1.2.0",
|
|
|
- "billd-scss": "^0.0.8",
|
|
|
- "billd-utils": "^0.0.25",
|
|
|
- "cos-js-sdk-v5": "^1.8.6",
|
|
|
- "crypto-js": "^4.2.0",
|
|
|
- "fabric": "^5.3.0",
|
|
|
- "flv.js": "^1.6.2",
|
|
|
- "js-cookie": "^3.0.5",
|
|
|
- "jszip": "^3.10.1",
|
|
|
- "md-editor-v3": "^5.1.0",
|
|
|
- "mp4box": "^0.5.3",
|
|
|
- "mpegts.js": "^1.7.3",
|
|
|
- "naive-ui": "^2.34.4",
|
|
|
- "pinia": "^2.1.6",
|
|
|
- "pinia-plugin-persistedstate": "^3.2.1",
|
|
|
- "qiniu-js": "^3.4.2",
|
|
|
- "qrcode": "^1.5.4",
|
|
|
- "socket.io-client": "^4.8.0",
|
|
|
- "socket.io-msgpack-parser": "^3.0.2",
|
|
|
- "spark-md5": "^3.0.2",
|
|
|
- "vconsole": "^3.15.1",
|
|
|
- "video.js": "^8.21.0",
|
|
|
- "vue": "^3.5.13",
|
|
|
- "vue-i18n": "^9",
|
|
|
- "vue-lazyload": "^3.0.0",
|
|
|
- "vue-router": "^4.2.4",
|
|
|
- "vue3-danmaku": "^1.6.1",
|
|
|
- "webrtc-adapter": "^9.0.1"
|
|
|
- },
|
|
|
- "devDependencies": {}
|
|
|
+ "dependencies": {},
|
|
|
+ "devDependencies": {
|
|
|
+ "@eslint/js": "^9.10.0",
|
|
|
+ "@types/fabric": "^5.3.3",
|
|
|
+ "@types/node": "^20.4.1",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
|
+ "@typescript-eslint/parser": "^7.18.0",
|
|
|
+ "@vitejs/plugin-legacy": "^5.3.1",
|
|
|
+ "@vitejs/plugin-vue": "^5.2.1",
|
|
|
+ "@vue/eslint-config-prettier": "^8.0.0",
|
|
|
+ "@vue/eslint-config-typescript": "^11.0.3",
|
|
|
+ "commitizen": "^4.3.1",
|
|
|
+ "cross-env": "^7.0.3",
|
|
|
+ "eslint": "^9.10.0",
|
|
|
+ "eslint-config-prettier": "^9.1.0",
|
|
|
+ "eslint-define-config": "^2.1.0",
|
|
|
+ "eslint-import-resolver-typescript": "^3.6.0",
|
|
|
+ "eslint-plugin-import": "^2.31.0",
|
|
|
+ "eslint-plugin-prettier": "^5.2.1",
|
|
|
+ "eslint-plugin-vue": "^9.28.0",
|
|
|
+ "postcss-preset-env": "^10.1.2",
|
|
|
+ "prettier": "^3.4.2",
|
|
|
+ "rimraf": "^6.0.1",
|
|
|
+ "rollup-plugin-external-globals": "^0.13.0",
|
|
|
+ "rollup-plugin-visualizer": "^5.12.0",
|
|
|
+ "sass": "^1.63.6",
|
|
|
+ "standard-version": "^9.5.0",
|
|
|
+ "trash": "^8.1.1",
|
|
|
+ "ts-node": "^10.9.2",
|
|
|
+ "typescript": "^5.6.2",
|
|
|
+ "unplugin-auto-import": "^0.17.6",
|
|
|
+ "unplugin-vue-components": "^0.25.1",
|
|
|
+ "vite": "^6.0.3",
|
|
|
+ "vite-plugin-bundle-prefetch": "^0.0.4",
|
|
|
+ "vite-plugin-checker": "^0.8.0",
|
|
|
+ "vite-plugin-chunk-split": "^0.5.0",
|
|
|
+ "vite-plugin-commonjs": "^0.10.1",
|
|
|
+ "vite-plugin-eslint2": "^5.0.3",
|
|
|
+ "vite-plugin-html": "^3.2.2",
|
|
|
+ "vue-eslint-parser": "^9.4.3",
|
|
|
+ "vue-tsc": "^2.1.10"
|
|
|
+ }
|
|
|
}
|