Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "file-saver": "^2.0.5",
  18. "he": "^1.2.0",
  19. "html-docx-js": "^0.3.1",
  20. "html-docx-js-typescript": "^0.1.5",
  21. "moment": "^2.30.1",
  22. "vue": "^3.4.21",
  23. "vue-doc-exporter": "^1.2.2",
  24. "vue-router": "^4.2.5",
  25. "vuex": "^4.1.0"
  26. },
  27. "devDependencies": {
  28. "@vitejs/plugin-vue": "^4.5.0",
  29. "less": "^4.2.0",
  30. "less-loader": "^11.1.3",
  31. "typescript": "^5.2.2",
  32. "vite": "^5.0.0",
  33. "vue-tsc": "^1.8.22"
  34. },
  35. "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.",
  36. "main": "index.js",
  37. "repository": {
  38. "type": "git",
  39. "url": "https://gitee.com/soleilw/job-master.git"
  40. },
  41. "author": "",
  42. "license": "ISC"
  43. }