package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "chtax-web",
  3. "version": "2.4.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "build-node18-win": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode stage",
  10. "build:report": "vue-cli-service build --report",
  11. "lint": "vue-cli-service lint",
  12. "dev:djz": "vue-cli-service serve --mode developmentDJZ",
  13. "build:djz": "vue-cli-service build --mode productionDJZ",
  14. "build-node18-win:djz": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode productionDJZ"
  15. },
  16. "dependencies": {
  17. "@ckeditor/ckeditor5-build-classic": "^27.0.0",
  18. "@ckeditor/ckeditor5-vue2": "^1.0.5",
  19. "axios": "^0.18.1",
  20. "crypto-js": "^4.0.0",
  21. "default-passive-events": "^2.0.0",
  22. "driver.js": "^0.9.5",
  23. "element-ui": "^2.12.0",
  24. "file-saver": "^2.0.1",
  25. "html2canvas": "*",
  26. "jquery": "^3.5.1",
  27. "js-base64": "^3.2.4",
  28. "js-cookie": "^2.2.0",
  29. "jsencrypt": "^3.0.0-rc.1",
  30. "jspdf": "^2.3.1",
  31. "jszip": "^3.5.0",
  32. "mockjs": "^1.0.1-beta3",
  33. "normalize.css": "^8.0.1",
  34. "pinyin": "^2.9.1",
  35. "print-js": "^1.1.0",
  36. "qrcode": "^1.4.4",
  37. "qrcodejs2": "0.0.2",
  38. "screenfull": "^4.0.1",
  39. "secure-ls": "^1.2.6",
  40. "sortablejs": "^1.8.4",
  41. "tinymce": "^5.0.2",
  42. "tui-editor": "^1.3.2",
  43. "vue": "^2.6.8",
  44. "vue-backtop-pack": "^0.2.0",
  45. "vue-clipboard-pack": "^1.0.4",
  46. "vue-cookie": "^1.1.4",
  47. "vue-i18n": "^8.9.0",
  48. "vue-num-to": "^1.0.2",
  49. "vue-pdf": "^4.2.0",
  50. "vue-position-sticky": "^0.2.0",
  51. "vue-print-nb": "^1.5.0",
  52. "vue-progressbar": "^0.7.5",
  53. "vue-router": "^3.0.2",
  54. "vuedraggable": "^2.20.0",
  55. "vuex": "^3.1.0",
  56. "vuex-persistedstate": "^3.0.1",
  57. "wangeditor": "^4.6.9",
  58. "xlsx": "^0.14.1"
  59. },
  60. "devDependencies": {
  61. "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.2",
  62. "@vue/babel-preset-jsx": "^1.0.0-beta.2",
  63. "@vue/cli-plugin-babel": "^3.5.0",
  64. "@vue/cli-plugin-eslint": "^3.5.0",
  65. "@vue/cli-service": "^3.5.0",
  66. "@vue/eslint-config-standard": "^4.0.0",
  67. "babel-eslint": "^10.0.1",
  68. "babel-plugin-component": "^1.1.1",
  69. "babel-plugin-transform-remove-console": "^6.9.4",
  70. "eslint": "^5.8.0",
  71. "eslint-plugin-import": "^2.25.3",
  72. "eslint-plugin-node": "^11.1.0",
  73. "eslint-plugin-standard": "^5.0.0",
  74. "eslint-plugin-vue": "^5.0.0",
  75. "script-loader": "^0.7.2",
  76. "stylus": "^0.54.5",
  77. "stylus-loader": "^3.0.2",
  78. "svg-sprite-loader": "^4.1.3",
  79. "vue-template-compiler": "^2.6.8"
  80. },
  81. "eslintConfig": {
  82. "root": true,
  83. "env": {
  84. "node": true
  85. },
  86. "extends": [
  87. "plugin:vue/essential",
  88. "@vue/standard"
  89. ],
  90. "rules": {
  91. "no-undef": 0,
  92. "indent": 0,
  93. "camelcase": 0,
  94. "space-before-function-paren": 0,
  95. "vue/require-component-is": 0
  96. },
  97. "parserOptions": {
  98. "parser": "babel-eslint"
  99. }
  100. },
  101. "postcss": {
  102. "plugins": {
  103. "autoprefixer": {}
  104. }
  105. },
  106. "browserslist": [
  107. "> 1%",
  108. "last 2 versions",
  109. "not ie <= 8"
  110. ]
  111. }