package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "SmartAdmin",
  3. "version": "2.0.0",
  4. "author": {
  5. "name": "1024创新实验室(1024lab)",
  6. "email": "lab1024@163.com",
  7. "url": "https://www.1024lab.net"
  8. },
  9. "license": "MIT",
  10. "homepage": "https://smartadmin.1024lab.net",
  11. "scripts": {
  12. "localhost": "vite --mode localhost",
  13. "dev": "vite",
  14. "build:test": "vite build --mode test",
  15. "build:pre": "vite build --mode pre",
  16. "build:prod": "vite build --mode production"
  17. },
  18. "dependencies": {
  19. "@ant-design/icons-vue": "^6.1.0",
  20. "@wangeditor/editor": "^5.0.1",
  21. "@wangeditor/editor-for-vue": "^5.1.11",
  22. "ant-design-vue": "3.2.5",
  23. "axios": "~0.27.2",
  24. "clipboard": "~2.0.11",
  25. "crypto-js": "~4.1.1",
  26. "decimal.js": "^10.3.1",
  27. "diff": "^5.1.0",
  28. "diff2html": "^3.4.18",
  29. "echarts": "^5.1.2",
  30. "highlight.js": "^11.6.0",
  31. "js-cookie": "^2.2.1",
  32. "lodash": "^4.17.21",
  33. "lunar-javascript": "^1.2.32",
  34. "mitt": "^3.0.0",
  35. "nprogress": "^0.2.0",
  36. "pinia": "~2.0.14",
  37. "sortablejs": "^1.15.0",
  38. "ua-parser-js": "^1.0.2",
  39. "v-viewer": "~1.6.4",
  40. "vue": "~3.2.26",
  41. "vue-i18n": "^9.1.10",
  42. "vue-router": "~4.0.15",
  43. "vue3-json-viewer": "^2.2.2"
  44. },
  45. "devDependencies": {
  46. "@vitejs/plugin-vue": "^3.2.0",
  47. "@vue/compiler-sfc": "~3.2.26",
  48. "eslint": "^8.16.0",
  49. "eslint-config-prettier": "~8.5.0",
  50. "eslint-plugin-prettier": "~4.0.0",
  51. "eslint-plugin-vue": "~9.1.0",
  52. "less": "~4.1.1",
  53. "less-loader": "~10.0.1",
  54. "prettier": "~2.6.2",
  55. "rimraf": "^3.0.2",
  56. "stylelint": "~14.8.5",
  57. "stylelint-config-prettier": "~9.0.3",
  58. "stylelint-config-standard": "~25.0.0",
  59. "stylelint-order": "~5.0.0",
  60. "terser": "^5.15.1",
  61. "vite": "^3.2.3",
  62. "vue-eslint-parser": "~9.0.2"
  63. },
  64. "engines": {
  65. "node": ">=14"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "https://github.com/1024-lab/smart-admin.git"
  70. }
  71. }