You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "51qingtian.com",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@antv/g2": "4.1.22",
|
|
"@jiaminghi/data-view": "2.10.0",
|
|
"ace-builds": "1.4.12",
|
|
"axios": "0.21.1",
|
|
"babel-polyfill": "6.26.0",
|
|
"core-js": "3.8.1",
|
|
"echarts": "5.4.0",
|
|
"echarts-gl": "2.0.9",
|
|
"element-plus": "1.0.1-beta.27",
|
|
"es6-promise": "4.2.8",
|
|
"html2canvas": "1.3.2",
|
|
"mux.js": "6.2.0",
|
|
"qrcode.vue": "3.3.3",
|
|
"qs": "6.7.0",
|
|
"video.js": "8.0.3",
|
|
"videojs-contrib-hls": "5.15.0",
|
|
"vue": "3.0.4",
|
|
"vue-router": "4.0.1",
|
|
"vue3-draggable-resizable": "1.5.4",
|
|
"vuex": "4.0.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@vue/cli-plugin-babel": "4.5.9",
|
|
"@vue/cli-plugin-eslint": "4.5.9",
|
|
"@vue/cli-plugin-router": "4.5.9",
|
|
"@vue/cli-plugin-vuex": "4.5.9",
|
|
"@vue/cli-service": "4.5.9",
|
|
"@vue/compiler-sfc": "3.0.4",
|
|
"babel-eslint": "10.1.0",
|
|
"eslint": "6.8.0",
|
|
"eslint-plugin-vue": "7.2.0",
|
|
"sass": "1.30.0",
|
|
"sass-loader": "8.0.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|