You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "job-master",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@vueup/vue-quill": "^1.2.0",
  13. "ant-design-vue": "^4.0.7",
  14. "axios": "^1.6.2",
  15. "dayjs": "^1.11.10",
  16. "echarts": "^5.4.3",
  17. "he": "^1.2.0",
  18. "moment": "^2.30.1",
  19. "vue": "^3.2.36",
  20. "vue-router": "^4.2.5",
  21. "vuex": "^4.1.0"
  22. },
  23. "devDependencies": {
  24. "@vitejs/plugin-vue": "^4.5.0",
  25. "less": "^4.2.0",
  26. "less-loader": "^11.1.3",
  27. "typescript": "^5.2.2",
  28. "vite": "^5.0.0",
  29. "vue-tsc": "^1.8.22"
  30. },
  31. "description": "This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
  32. "main": "index.js",
  33. "repository": {
  34. "type": "git",
  35. "url": "https://gitee.com/soleilw/job-master.git"
  36. },
  37. "author": "",
  38. "license": "ISC"
  39. }