package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "app4vue",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "watch:standalone": "vue-cli-service serve ",
  7. "build:standalone": "vue-cli-service build",
  8. "watch:portal": "webpack-dev-server --port 9009",
  9. "build:portal": "webpack -p --progress",
  10. "lint": "vue-cli-service lint",
  11. "start": "npm run watch:portal"
  12. },
  13. "dependencies": {
  14. "@tinymce/tinymce-vue": "^2.1.0",
  15. "axios": "^0.19.0",
  16. "babel-polyfill": "^6.26.0",
  17. "echarts": "^4.5.0",
  18. "echarts-gl": "^1.1.1",
  19. "el-tree-transfer": "^2.4.7",
  20. "element-ui": "^2.15.14",
  21. "file-saver": "^2.0.2",
  22. "html2canvas": "^1.0.0-rc.5",
  23. "jquery": "^3.4.1",
  24. "js-base64": "^2.5.1",
  25. "js-cookie": "^2.2.1",
  26. "js-md5": "^0.7.3",
  27. "jspdf": "^1.5.3",
  28. "nprogress": "^0.2.0",
  29. "sass-loader": "^7.2.0",
  30. "single-spa-vue": "^1.5.4",
  31. "tinymce": "^5.1.4",
  32. "url-loader": "^2.3.0",
  33. "vue": "^2.6.11",
  34. "vue-awesome-swiper": "^2.6.7",
  35. "vue-quill-editor": "^3.0.6",
  36. "vue-router": "^3.1.3",
  37. "vuex": "^3.1.2",
  38. "xlsx": "^0.15.1",
  39. "xlsx-style": "^0.8.13"
  40. },
  41. "devDependencies": {
  42. "@vue/cli-plugin-babel": "^3.12.1",
  43. "@vue/cli-plugin-eslint": "^3.12.1",
  44. "@vue/cli-service": "^3.12.1",
  45. "node-sass": "^4.13.0",
  46. "vue-template-compiler": "^2.6.11",
  47. "webpack-cli": "^3.3.10"
  48. },
  49. "eslintConfig": {
  50. "root": true,
  51. "env": {
  52. "node": true
  53. },
  54. "extends": [
  55. "plugin:vue/essential"
  56. ],
  57. "rules": {},
  58. "parserOptions": {
  59. "parser": "babel-eslint"
  60. }
  61. },
  62. "postcss": {
  63. "plugins": {
  64. "autoprefixer": {}
  65. }
  66. },
  67. "browserslist": [
  68. "> 1%",
  69. "last 2 versions",
  70. "not ie <= 8"
  71. ]
  72. }