package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "dayjs": "^1.10.6",
  24. "echarts": "^5.2.1",
  25. "lodash.clonedeep": "^4.5.0",
  26. "md5": "^2.3.0",
  27. "mitt": "^2.1.0",
  28. "moment": "^2.29.1",
  29. "number-precision": "^1.5.1",
  30. "vue": "^3.2.7",
  31. "vue-clipboard2": "^0.3.1",
  32. "vue-clipboard3": "^1.0.1",
  33. "vue-echarts": "^6.0.0",
  34. "vue-router": "^4.0.4",
  35. "vuex": "^4.0.0"
  36. },
  37. "devDependencies": {
  38. "@commitlint/cli": "^13.1.0",
  39. "@commitlint/config-conventional": "^13.1.0",
  40. "@vitejs/plugin-vue": "^1.1.5",
  41. "@vue/compiler-sfc": "^3.2.7",
  42. "@vue/eslint-config-standard": "^6.0.0",
  43. "babel-eslint": "^10.1.0",
  44. "commitizen": "^4.2.4",
  45. "cross-env": "^7.0.3",
  46. "cz-conventional-changelog": "^3.3.0",
  47. "eslint": "^7.21.0",
  48. "eslint-plugin-import": "^2.22.1",
  49. "eslint-plugin-node": "^11.1.0",
  50. "eslint-plugin-promise": "^4.3.1",
  51. "eslint-plugin-vue": "^7.7.0",
  52. "husky": "^7.0.2",
  53. "marked": "^3.0.4",
  54. "sass": "^1.32.8",
  55. "vite": "^2.0.5"
  56. },
  57. "config": {
  58. "commitizen": {
  59. "path": "./node_modules/cz-conventional-changelog"
  60. }
  61. }
  62. }