package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "seec-portal-frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve --open --mode development",
  7. "build": "vue-cli-service build --mode production"
  8. },
  9. "dependencies": {
  10. "@element-plus/icons-vue": "0.2.4",
  11. "ali-oss": "^6.17.1",
  12. "axios": "^0.25.0",
  13. "babel-plugin-import": "^1.13.3",
  14. "clipboard": "^2.0.11",
  15. "core-js": "^3.6.5",
  16. "dayjs": "^1.11.7",
  17. "echarts": "^4.8.0",
  18. "element-plus": "^1.0.2-beta.71",
  19. "marked": "^4.2.3",
  20. "pdfjs": "^2.4.7",
  21. "pdfjs-dist": "2.5.207",
  22. "pdfmake": "^0.2.6",
  23. "react": "^18.2.0",
  24. "resize-detector": "^0.3.0",
  25. "vue": "^3.1.0",
  26. "vue-pdf": "^4.3.0",
  27. "vue-pdf-embed": "^1.1.5",
  28. "vue-pdf-preview": "^0.0.3",
  29. "vue-pdf-signature": "^4.2.7",
  30. "vue-router": "^4.0.12",
  31. "vue3-pdfjs": "^0.1.6",
  32. "vuex": "^4.0.2",
  33. "worker-loader": "^3.0.8"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.20.2",
  37. "@babel/plugin-proposal-class-properties": "^7.18.6",
  38. "@babel/plugin-transform-runtime": "^7.19.6",
  39. "@babel/preset-env": "^7.20.2",
  40. "@babel/preset-react": "^7.18.6",
  41. "@babel/runtime": "^7.20.1",
  42. "@vue/babel-plugin-jsx": "^1.1.1",
  43. "@vue/cli-plugin-babel": "~4.5.0",
  44. "@vue/cli-plugin-eslint": "~4.5.0",
  45. "@vue/cli-plugin-router": "^4.5.15",
  46. "@vue/cli-plugin-vuex": "^4.5.15",
  47. "@vue/cli-service": "~4.5.0",
  48. "@vue/compiler-sfc": "^3.0.0",
  49. "babel-eslint": "^10.1.0",
  50. "babel-loader": "^8.3.0",
  51. "eslint": "^6.7.2",
  52. "eslint-plugin-vue": "^7.0.0",
  53. "file-loader": "^6.2.0",
  54. "sass": "^1.49.0",
  55. "sass-loader": "^7.3.0",
  56. "terser-webpack-plugin": "^4.2.3",
  57. "url-loader": "^4.1.1",
  58. "vue-loader-v16": "^16.0.0-beta.5.4",
  59. "vue3-pdf": "^4.2.6",
  60. "webpack": "^4.x",
  61. "webpackbar": "^5.0.2"
  62. },
  63. "eslintConfig": {
  64. "root": true,
  65. "env": {
  66. "node": true
  67. },
  68. "extends": [
  69. "plugin:vue/essential",
  70. "eslint:recommended"
  71. ],
  72. "parserOptions": {
  73. "parser": "babel-eslint"
  74. }
  75. },
  76. "browserslist": [
  77. "> 1%",
  78. "last 2 versions",
  79. "not dead"
  80. ]
  81. }