package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "yarn": "^1.22.19"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.20.2",
  38. "@babel/plugin-proposal-class-properties": "^7.18.6",
  39. "@babel/plugin-transform-runtime": "^7.19.6",
  40. "@babel/preset-env": "^7.20.2",
  41. "@babel/preset-react": "^7.18.6",
  42. "@babel/runtime": "^7.20.1",
  43. "@vue/babel-plugin-jsx": "^1.1.1",
  44. "@vue/cli-plugin-babel": "~4.5.0",
  45. "@vue/cli-plugin-eslint": "~4.5.0",
  46. "@vue/cli-plugin-router": "^4.5.15",
  47. "@vue/cli-plugin-vuex": "^4.5.15",
  48. "@vue/cli-service": "~4.5.0",
  49. "@vue/compiler-sfc": "^3.0.0",
  50. "babel-eslint": "^10.1.0",
  51. "babel-loader": "^8.3.0",
  52. "eslint": "^6.7.2",
  53. "eslint-plugin-vue": "^7.0.0",
  54. "file-loader": "^6.2.0",
  55. "sass": "^1.49.0",
  56. "sass-loader": "^7.3.0",
  57. "terser-webpack-plugin": "^4.2.3",
  58. "url-loader": "^4.1.1",
  59. "vue-loader-v16": "^16.0.0-beta.5.4",
  60. "vue3-pdf": "^4.2.6",
  61. "webpack": "^4.x",
  62. "webpackbar": "^5.0.2"
  63. },
  64. "eslintConfig": {
  65. "root": true,
  66. "env": {
  67. "node": true
  68. },
  69. "extends": [
  70. "plugin:vue/essential",
  71. "eslint:recommended"
  72. ],
  73. "parserOptions": {
  74. "parser": "babel-eslint"
  75. }
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 2 versions",
  80. "not dead"
  81. ]
  82. }