1 Star 0 Fork 9

mr chao/钠斯直播系统 开源直播项目(H5直播系统源码)H5开源直播项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
nasi_lvy 提交于 2022-02-11 13:47 . init project
{
"name": "bbs-live",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@better-scroll/core": "^2.0.4",
"axios": "^0.20.0",
"core-js": "^3.6.5",
"cos-js-sdk-v5": "^1.1.0",
"crypto-js": "^4.0.0",
"fastclick": "^1.0.6",
"lib-flexible": "^0.3.2",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"register-service-worker": "^1.7.1",
"tim-js-sdk": "^2.7.8",
"vant": "^2.10.8",
"vue": "^2.6.11",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@better-scroll/pull-down": "^2.0.4",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"postcss-pxtorem": "^5.1.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vconsole": "^3.4.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"space-before-function-paren": 0,
"camelcase": 0
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mengmalgz/nasinet-live-h5.git
git@gitee.com:mengmalgz/nasinet-live-h5.git
mengmalgz
nasinet-live-h5
钠斯直播系统 开源直播项目(H5直播系统源码)H5开源直播项目
master

搜索帮助