package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "intelligent-early-warning",
  3. "author": "GYEE_ZM",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "serve": "vite preview"
  9. },
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.1.0",
  12. "@stomp/stompjs": "^6.1.2",
  13. "@vue/shared": "^3.2.36",
  14. "animate.css": "^4.1.1",
  15. "axios": "^0.21.1",
  16. "dayjs": "^1.10.7",
  17. "default-passive-events": "^2.0.0",
  18. "echarts": "^5.2.2",
  19. "element-plus": "^1.0.2-beta.71",
  20. "file-saver": "^2.0.5",
  21. "html2canvas": "^1.0.0-rc.7",
  22. "js-cookie": "^3.0.5",
  23. "jsencrypt": "^3.2.1",
  24. "json-bigint": "^1.0.0",
  25. "jspdf": "^2.3.1",
  26. "moment": "^2.29.1",
  27. "q": "^1.5.1",
  28. "screenfull": "^6.0.0",
  29. "stompjs": "^2.3.3",
  30. "vue": "^3.0.5",
  31. "vue-cropperjs": "^5.0.0",
  32. "vue-loader-v16": "^16.0.0-beta.5.4",
  33. "vue-router": "^4.0.8",
  34. "vue3-simple-html2pdf": "^0.0.6",
  35. "vuex": "~4.0.0",
  36. "xlsx": "^0.17.4"
  37. },
  38. "devDependencies": {
  39. "@typescript-eslint/eslint-plugin": "^5.20.0",
  40. "@typescript-eslint/parser": "^5.20.0",
  41. "@vitejs/plugin-vue": "^1.2.2",
  42. "@vue/compiler-sfc": "^3.0.5",
  43. "sass": "^1.34.1",
  44. "sass-loader": "^12.0.0",
  45. "script-loader": "^0.7.2",
  46. "typescript": "^4.6.3",
  47. "vite": "^2.3.4",
  48. "vite-plugin-style-import": "^0.10.1",
  49. "vue-tsc": "^0.2.2",
  50. "wait-on": "^6.0.0"
  51. },
  52. "build": {
  53. "appId": "com.my-website.my-app",
  54. "productName": "intelligent-early-warning",
  55. "copyright": "Copyright © 2021 ${author}",
  56. "mac": {
  57. "category": "public.app-category.utilities"
  58. },
  59. "nsis": {
  60. "oneClick": false,
  61. "allowToChangeInstallationDirectory": true
  62. },
  63. "files": [
  64. "dist/**/*",
  65. "electron/**/*"
  66. ],
  67. "directories": {
  68. "buildResources": "assets",
  69. "output": "dist_electron"
  70. }
  71. }
  72. }