package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "sapit-ui-plus",
  3. "version": "1.0.1",
  4. "private": false,
  5. "description": "赛普科技 - 底层框架 - 项目基座",
  6. "type": "module",
  7. "author": "diry",
  8. "license": "ISC",
  9. "main": "./lib/js/index.js",
  10. "module": "./lib/js/index.js",
  11. "files": [
  12. "lib"
  13. ],
  14. "scripts": {
  15. "dev": "vite",
  16. "build": "vite build && @powershell copy './package.json' './dist/' && cd dist && git init && git add -A && git commit -m 'deploy' && git push -f http://59.46.229.138:6010/sapit/sapit-ui-plus.git master",
  17. "preview": "vite preview",
  18. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  19. "format": "prettier --write src/"
  20. },
  21. "dependencies": {
  22. "@vueuse/core": "^11.0.3",
  23. "ant-design-vue": "4.x",
  24. "axios": "^1.7.3",
  25. "crypto-js": "^4.2.0",
  26. "dayjs": "^1.11.12",
  27. "html2canvas": "^1.4.1",
  28. "jodit": "3.24.7",
  29. "jsencrypt": "^3.3.2",
  30. "less": "^4.2.0",
  31. "less-loader": "^12.2.0",
  32. "lodash.clonedeep": "^4.5.0",
  33. "lodash.get": "^4.4.2",
  34. "moment": "^2.30.1",
  35. "nprogress": "^0.2.0",
  36. "pinia": "^2.1.7",
  37. "pinia-plugin-persist": "^1.0.0",
  38. "qs": "^6.13.0",
  39. "v-clipboard": "^3.0.0-next.1",
  40. "vite-plugin-generate-file": "^0.2.0",
  41. "vite-plugin-html": "^3.2.2",
  42. "vue": "^3.4.29",
  43. "vue-cropper": "^1.1.4",
  44. "vue-i18n": "^9.14.0",
  45. "vue-ls": "^4.2.0",
  46. "vue-router": "^4.3.3",
  47. "vuedraggable": "^4.1.0"
  48. },
  49. "devDependencies": {
  50. "@rushstack/eslint-patch": "^1.8.0",
  51. "@vitejs/plugin-vue": "^5.0.5",
  52. "@vue/eslint-config-prettier": "^9.0.0",
  53. "eslint": "^8.57.0",
  54. "eslint-plugin-vue": "^9.23.0",
  55. "prettier": "^3.2.5",
  56. "unplugin-vue-components": "^0.27.3",
  57. "vite": "^5.3.1",
  58. "vite-plugin-svg-icons": "^2.0.1"
  59. }
  60. }