package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "clearticket_merchant",
  3. "version": "1.0.8",
  4. "scripts": {
  5. "dev": "vite --open",
  6. "dev:admin": "vite --mode adminDev --open",
  7. "dev:agent": "vite --mode agentDev --open",
  8. "build": "vite build",
  9. "build:admin": "vite build --mode admin",
  10. "build:agent": "vite build --mode agent",
  11. "serve": "vite preview",
  12. "prepare": "husky install",
  13. "commit": "git-cz",
  14. "changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -w -r 10 -s && npm run getUpdate",
  15. "getUpdate": "node ./generateUpdate"
  16. },
  17. "dependencies": {
  18. "@icon-park/vue-next": "^1.3.1",
  19. "@vitejs/plugin-vue-jsx": "^1.2.0",
  20. "@vueuse/core": "^6.7.4",
  21. "ant-design-vue": "^2.2.6",
  22. "axios": "^0.21.1",
  23. "crypto-js": "^4.2.0",
  24. "dayjs": "^1.10.6",
  25. "echarts": "^5.2.1",
  26. "lodash.clonedeep": "^4.5.0",
  27. "md5": "^2.3.0",
  28. "mitt": "^2.1.0",
  29. "moment": "^2.29.1",
  30. "number-precision": "^1.5.1",
  31. "vue": "^3.2.7",
  32. "vue-clipboard2": "^0.3.1",
  33. "vue-clipboard3": "^1.0.1",
  34. "vue-echarts": "^6.0.0",
  35. "vue-router": "^4.0.4",
  36. "vuex": "^4.0.0"
  37. },
  38. "devDependencies": {
  39. "@commitlint/cli": "^13.1.0",
  40. "@commitlint/config-conventional": "^13.1.0",
  41. "@vitejs/plugin-vue": "^1.1.5",
  42. "@vue/compiler-sfc": "^3.2.7",
  43. "@vue/eslint-config-standard": "^6.0.0",
  44. "babel-eslint": "^10.1.0",
  45. "commitizen": "^4.2.4",
  46. "cross-env": "^7.0.3",
  47. "cz-conventional-changelog": "^3.3.0",
  48. "eslint": "^7.21.0",
  49. "eslint-plugin-import": "^2.22.1",
  50. "eslint-plugin-node": "^11.1.0",
  51. "eslint-plugin-promise": "^4.3.1",
  52. "eslint-plugin-vue": "^7.7.0",
  53. "husky": "^7.0.2",
  54. "marked": "^3.0.4",
  55. "sass": "^1.32.8",
  56. "vite": "^2.0.5"
  57. },
  58. "config": {
  59. "commitizen": {
  60. "path": "./node_modules/cz-conventional-changelog"
  61. }
  62. }
  63. }