package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "vite-vue3-ts-antd3-template",
  3. "author": "ivoryCat",
  4. "private": true,
  5. "version": "1.0.0",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "vite",
  9. "build": "vite build",
  10. "build:dev": "vite build --mode development",
  11. "preview": "vite preview",
  12. "eslint": "eslint src --ext .js,.vue,.ts,.jsx,.tsx --ignore-path .gitignore --fix",
  13. "prettier": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"",
  14. "lint:style": "stylelint \"./**/*.{css,less,vue,html}\" --fix",
  15. "prepare": "husky install",
  16. "pre-commit": "lint-staged",
  17. "commit": "git-cz",
  18. "commitlint": "commitlint --config .commitlint.config.cjs -e -V"
  19. },
  20. "config": {
  21. "commitizen": {
  22. "path": "node_modules/cz-customizable"
  23. },
  24. "cz-customizable": {
  25. "config": ".cz-config.cjs"
  26. }
  27. },
  28. "dependencies": {
  29. "@ant-design/icons-vue": "^7.0.1",
  30. "ant-design-vue": "4.x",
  31. "axios": "^1.6.8",
  32. "dayjs": "^1.11.12",
  33. "pinia": "^2.1.7",
  34. "unocss": "^0.58.6",
  35. "vue": "^3.4.32",
  36. "vue-request": "^2.0.4",
  37. "vue-router": "^4.3.0"
  38. },
  39. "devDependencies": {
  40. "@commitlint/cli": "^18.6.1",
  41. "@commitlint/config-conventional": "^18.6.2",
  42. "@iconify-json/bi": "^1.1.23",
  43. "@iconify-json/openmoji": "^1.1.49",
  44. "@iconify/json": "^2.2.193",
  45. "@types/node": "^20.11.28",
  46. "@typescript-eslint/eslint-plugin": "^6.21.0",
  47. "@typescript-eslint/parser": "^6.21.0",
  48. "@unocss/preset-icons": "^0.58.6",
  49. "@unocss/preset-rem-to-px": "^0.61.5",
  50. "@vitejs/plugin-vue": "^4.5.2",
  51. "commitizen": "^4.3.0",
  52. "commitlint": "^18.6.1",
  53. "commitlint-config-cz": "^0.13.3",
  54. "commitlint-config-gitmoji": "^2.3.1",
  55. "cz-conventional-changelog": "^3.3.0",
  56. "cz-customizable": "^7.0.0",
  57. "eslint": "^8.56.0",
  58. "eslint-plugin-vue": "^9.21.1",
  59. "fast-glob": "^3.3.2",
  60. "husky": "^8.0.3",
  61. "less": "^4.2.0",
  62. "lint-staged": "^15.2.2",
  63. "postcss": "^8.4.35",
  64. "postcss-html": "^1.6.0",
  65. "postcss-less": "^6.0.0",
  66. "prettier": "^3.2.5",
  67. "stylelint": "^16.2.1",
  68. "stylelint-config-recommended-less": "^3.0.1",
  69. "stylelint-config-standard": "^36.0.0",
  70. "stylelint-config-standard-vue": "^1.0.0",
  71. "stylelint-less": "^3.0.1",
  72. "stylelint-order": "^6.0.4",
  73. "typescript": "^5.2.2",
  74. "unplugin-auto-import": "^0.18.0",
  75. "unplugin-icons": "^0.18.5",
  76. "unplugin-vue-components": "^0.26.0",
  77. "vite": "^5.0.8",
  78. "vite-plugin-svg-icons": "^2.0.1",
  79. "vue-global-api": "^0.4.1",
  80. "vue-tsc": "^1.8.25"
  81. },
  82. "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
  83. }