You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.1 KiB
64 lines
2.1 KiB
{
|
|
"name": "GY_web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.12.5",
|
|
"@types/js-cookie": "^2.2.5",
|
|
"@types/qs": "^6.9.1",
|
|
"axios": "^0.19.2",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"core-js": "^3.6.4",
|
|
"echarts": "^4.6.0",
|
|
"echarts-gl": "^1.1.1",
|
|
"element-ui": "^2.13.0",
|
|
"es6-promise": "^4.2.8",
|
|
"js-cookie": "^2.2.1",
|
|
"js-md5": "^0.7.3",
|
|
"jsencrypt": "^3.0.0-rc.1",
|
|
"nprogress": "^0.2.0",
|
|
"querystring": "^0.2.0",
|
|
"quill": "^1.3.7",
|
|
"quill-image-drop-module": "^1.0.3",
|
|
"quill-image-extend-module": "^1.1.2",
|
|
"quill-image-resize-module": "^3.0.0",
|
|
"register-service-worker": "^1.6.2",
|
|
"v-distpicker": "^1.2.2",
|
|
"vue": "^2.6.11",
|
|
"vue-class-component": "^7.2.2",
|
|
"vue-property-decorator": "^8.3.0",
|
|
"vue-quill-editor": "^3.0.6",
|
|
"vue-router": "^3.1.5",
|
|
"vue-seamless-scroll": "^1.1.21",
|
|
"vue-ueditor": "^0.1.3",
|
|
"vuex": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.18.0",
|
|
"@typescript-eslint/parser": "^2.18.0",
|
|
"@vue/cli-plugin-babel": "~4.2.0",
|
|
"@vue/cli-plugin-e2e-cypress": "~4.2.0",
|
|
"@vue/cli-plugin-eslint": "~4.2.0",
|
|
"@vue/cli-plugin-pwa": "~4.2.0",
|
|
"@vue/cli-plugin-router": "~4.2.0",
|
|
"@vue/cli-plugin-typescript": "~4.2.0",
|
|
"@vue/cli-plugin-vuex": "~4.2.0",
|
|
"@vue/cli-service": "~4.2.0",
|
|
"@vue/eslint-config-typescript": "^5.0.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
"sass": "^1.25.0",
|
|
"sass-loader": "^8.0.2",
|
|
"svg-sprite-loader": "^5.0.0",
|
|
"typescript": "~3.7.5",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vue-ueditor-wrap": "^2.4.1"
|
|
}
|
|
}
|
|
|