package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "clear-admin",
  3. "version": "1.0.0",
  4. "description": "A Vue.js project",
  5. "author": "caizb <caizhibin@cleartv.cn>",
  6. "private": true,
  7. "scripts": {
  8. "dev": "cross-env BASE_URL=dev vite",
  9. "mock": "cross-env BASE_URL=mock vite",
  10. "start": "npm run dev",
  11. "postinstall": "node scripts/patch-element-ui.js",
  12. "lint": "eslint --ext .js,.vue src",
  13. "deploy:dev": "sh deploy_dev.sh dev",
  14. "build": "cross-env BASE_URL=production vite build",
  15. "preview": "vite preview --host"
  16. },
  17. "dependencies": {
  18. "@antv/data-set": "^0.9.6",
  19. "axios": "^0.18.0",
  20. "crypto-js": "^4.2.0",
  21. "echarts": "^5.6.0",
  22. "el-tree-select": "^2.0.6",
  23. "element-ui": "^2.4.0",
  24. "element-ui-verify": "^1.1.5",
  25. "gsap": "^2.1.2",
  26. "iview": "^3.1.1-rc.1",
  27. "js-cookie": "^2.2.0",
  28. "lodash": "^4.17.10",
  29. "md5": "^2.2.1",
  30. "mockjs": "^1.0.1-beta3",
  31. "moment": "^2.22.2",
  32. "mqtt": "^2.18.1",
  33. "normalize.css": "^8.0.0",
  34. "nprogress": "^0.2.0",
  35. "screenfull": "^4.0.0",
  36. "store": "^2.0.12",
  37. "url-parse": "^1.4.1",
  38. "viser-vue": "^2.3.2",
  39. "vue": "^3.4.38",
  40. "vue-bus": "^1.1.0",
  41. "vue-echarts": "^6.7.3",
  42. "vue-i18n": "7.3.2",
  43. "vue-icon-font": "^1.0.3",
  44. "vue-router": "^3.6.5",
  45. "vuex": "^3.0.1"
  46. },
  47. "devDependencies": {
  48. "@vitejs/plugin-vue": "^5.1.4",
  49. "@vue/compat": "^3.4.38",
  50. "@vue/compiler-sfc": "^3.4.38",
  51. "autoprefixer": "^7.1.2",
  52. "babel-core": "^6.22.1",
  53. "babel-eslint": "^8.2.1",
  54. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  55. "babel-loader": "^7.1.1",
  56. "babel-plugin-import": "^1.8.0",
  57. "babel-plugin-syntax-jsx": "^6.18.0",
  58. "babel-plugin-transform-runtime": "^6.22.0",
  59. "babel-plugin-transform-vue-jsx": "^3.5.0",
  60. "babel-preset-env": "^1.3.2",
  61. "babel-preset-stage-2": "^6.22.0",
  62. "chalk": "^2.0.1",
  63. "copy-webpack-plugin": "^4.0.1",
  64. "cross-env": "^5.1.6",
  65. "css-loader": "^0.28.0",
  66. "eslint": "^4.15.0",
  67. "eslint-config-standard": "^10.2.1",
  68. "eslint-friendly-formatter": "^3.0.0",
  69. "eslint-loader": "^1.7.1",
  70. "eslint-plugin-import": "^2.7.0",
  71. "eslint-plugin-node": "^5.2.0",
  72. "eslint-plugin-promise": "^3.4.0",
  73. "eslint-plugin-standard": "^3.0.1",
  74. "eslint-plugin-vue": "^4.0.0",
  75. "extract-text-webpack-plugin": "^3.0.0",
  76. "file-loader": "^1.1.4",
  77. "friendly-errors-webpack-plugin": "^1.6.1",
  78. "html-webpack-plugin": "^2.30.1",
  79. "node-notifier": "^5.1.2",
  80. "node-sass": "npm:sass@1.3.0",
  81. "optimize-css-assets-webpack-plugin": "^3.2.0",
  82. "ora": "^1.2.0",
  83. "portfinder": "^1.0.13",
  84. "postcss-import": "^11.0.0",
  85. "postcss-loader": "^2.0.8",
  86. "postcss-url": "^7.2.1",
  87. "rimraf": "^2.6.0",
  88. "sass": "^1.77.8",
  89. "sass-loader": "^7.0.3",
  90. "sass-resources-loader": "^1.3.3",
  91. "semver": "^5.3.0",
  92. "shelljs": "^0.7.6",
  93. "svg-sprite-loader": "^3.8.0",
  94. "uglifyjs-webpack-plugin": "^1.1.1",
  95. "url-loader": "^0.5.8",
  96. "vite": "^5.4.11",
  97. "vue-loader": "^13.3.0",
  98. "vue-style-loader": "^3.0.1",
  99. "webpack": "^3.6.0",
  100. "webpack-bundle-analyzer": "^2.9.0",
  101. "webpack-dev-server": "^2.9.1",
  102. "webpack-merge": "^4.1.0"
  103. },
  104. "engines": {
  105. "node": "24.13.0",
  106. "npm": ">= 3.0.0"
  107. },
  108. "browserslist": [
  109. "> 1%",
  110. "last 2 versions",
  111. "not ie <= 8"
  112. ]
  113. }