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.

79 lines
2.0 KiB

3 years ago
1 year ago
6 days ago
6 days ago
1 year ago
3 months ago
1 year ago
6 months ago
1 year ago
6 days ago
1 year ago
3 years ago
1 year ago
3 years ago
1 year ago
2 years ago
  1. {
  2. "name": "peis",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "serve": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
  8. "build": "vue-cli-service build",
  9. "lint": "vue-cli-service lint"
  10. },
  11. "browser": {
  12. "crypto": false
  13. },
  14. "dependencies": {
  15. "axios": "^1.3.3",
  16. "crypto-js": "^4.1.1",
  17. "echarts": "^5.4.3",
  18. "element-ui": "^2.15.13",
  19. "exceljs": "^4.3.0",
  20. "file-saver": "^2.0.5",
  21. "html2canvas": "^1.4.1",
  22. "markdown-it": "^14.1.0",
  23. "moment": "^2.29.4",
  24. "node-polyfill-webpack-plugin": "^2.0.1",
  25. "print-js": "^1.6.0",
  26. "qrcode": "^1.5.4",
  27. "sortablejs": "^1.15.0",
  28. "umy-ui": "^1.1.6",
  29. "vue": "^2.6.14",
  30. "vue-contextmenujs": "^1.4.9",
  31. "vue-img-cutter": "^3.0.5",
  32. "vue-json-excel": "^0.3.0",
  33. "vue-meta": "^2.4.0",
  34. "vue-print-nb": "^1.7.5",
  35. "vue-router": "^3.5.1",
  36. "vue2-editor": "^2.10.3",
  37. "vuex": "^3.6.2",
  38. "xlsx": "^0.18.5",
  39. "xlsx-style": "^0.8.13"
  40. },
  41. "devDependencies": {
  42. "@babel/core": "^7.12.16",
  43. "@babel/eslint-parser": "^7.12.16",
  44. "@vue/cli-plugin-babel": "~5.0.0",
  45. "@vue/cli-plugin-eslint": "~5.0.0",
  46. "@vue/cli-plugin-router": "~5.0.0",
  47. "@vue/cli-plugin-vuex": "~5.0.0",
  48. "@vue/cli-service": "~5.0.0",
  49. "eslint": "^7.32.0",
  50. "eslint-config-prettier": "^8.3.0",
  51. "eslint-plugin-prettier": "^4.0.0",
  52. "eslint-plugin-vue": "^8.0.3",
  53. "prettier": "^2.4.1",
  54. "sass": "^1.32.7",
  55. "sass-loader": "^12.0.0",
  56. "vue-img-cutter": "^3.0.5",
  57. "vue-template-compiler": "^2.6.14"
  58. },
  59. "eslintConfig": {
  60. "root": true,
  61. "env": {
  62. "node": true
  63. },
  64. "extends": [
  65. "plugin:vue/essential",
  66. "eslint:recommended",
  67. "plugin:prettier/recommended"
  68. ],
  69. "parserOptions": {
  70. "parser": "@babel/eslint-parser"
  71. },
  72. "rules": {}
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "last 2 versions",
  77. "not dead"
  78. ]
  79. }