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.
 
 
 
 

66 lines
1.7 KiB

  1. {
  2. "name": "vue-pro",
  3. "version": "1.7.6",
  4. "description": "A Vue.js project",
  5. "author": "damon05 <damon05@163.com>",
  6. "private": true,
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "vite build && node vite-plugin-copy-dirs.js",
  10. "clean": "rimraf node_modules",
  11. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
  12. },
  13. "dependencies": {
  14. "axios": "^1.1.3",
  15. "bootstrap": "^3.3.1",
  16. "clamp": "^1.0.1",
  17. "clean-webpack-plugin": "^0.1.18",
  18. "echarts": "^4.1.0",
  19. "element-ui": "2.15.6",
  20. "filemanager-webpack-plugin": "^2.0.5",
  21. "increase-memory-limit": "^1.0.7",
  22. "isomorphic-fetch": "^2.2.1",
  23. "kr-print-designer": "^1.0.5",
  24. "lodash.throttle": "^4.1.1",
  25. "mathjs": "^14.0.0",
  26. "moment": "^2.22.2",
  27. "popper.js": "^1.14.1",
  28. "promise-polyfill": "^8.1.0",
  29. "q": "^1.5.1",
  30. "rollup-plugin-vue": "^4.7.2",
  31. "screenfull": "^3.0.2",
  32. "tinycolor2": "^1.4.1",
  33. "vue": "^2.6.2",
  34. "vue-baidu-map": "^0.21.11",
  35. "vue-calendar-component": "^2.8.2",
  36. "vue-clipboard2": "^0.3.0",
  37. "vue-cropper": "^0.4.6",
  38. "vue-router": "^3.0.1",
  39. "vue-ueditor-wrap": "^2.1.2",
  40. "vuex": "^3.0.1"
  41. },
  42. "devDependencies": {
  43. "@vitejs/plugin-vue2": "^2.3.1",
  44. "cross-env": "^7.0.3",
  45. "fs-extra": "^11.2.0",
  46. "rimraf": "^3.0.2",
  47. "rollup-plugin-gzip": "^4.0.0",
  48. "rollup-plugin-inject": "^3.0.2",
  49. "sass": "^1.56.1",
  50. "sass-loader": "^13.2.0",
  51. "vite": "^5.3.5",
  52. "vite-plugin-html": "^3.2.2",
  53. "vue-runtime-helpers": "^1.1.2",
  54. "vue-template-compiler": "^2.5.2"
  55. },
  56. "engines": {
  57. "node": ">= 6.0.0",
  58. "npm": ">= 3.0.0"
  59. },
  60. "browserslist": [
  61. "> 1%",
  62. "last 2 versions",
  63. "not ie <= 8"
  64. ]
  65. }