package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "vuetify-project",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite --mode localDev --host 0.0.0.0",
  6. "build:dev": "vite build --mode development",
  7. "preview": "vite preview",
  8. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  9. "format": "prettier --write src/"
  10. },
  11. "dependencies": {
  12. "@mdi/font": "7.0.96",
  13. "@vuepic/vue-datepicker": "^8.7.0",
  14. "@wangeditor/editor": "^5.1.23",
  15. "@wangeditor/editor-for-vue": "^5.1.10",
  16. "axios": "^1.6.8",
  17. "crypto-js": "^4.2.0",
  18. "echarts": "^5.4.3",
  19. "element-plus": "^2.8.0",
  20. "html2canvas": "^1.4.1",
  21. "js-base64": "^3.7.7",
  22. "js-cookie": "^3.0.5",
  23. "lodash": "^4.17.21",
  24. "nprogress": "^0.2.0",
  25. "pinia": "^2.1.7",
  26. "pinia-plugin-persistedstate": "^3.2.1",
  27. "pnpm": "^9.1.0",
  28. "qrcode": "^1.5.4",
  29. "qs": "^6.12.1",
  30. "roboto-fontface": "*",
  31. "v-clipboard": "^3.0.0-next.1",
  32. "vue": "^3.4.0",
  33. "vue-clipboard3": "^2.0.0",
  34. "vue-i18n": "9",
  35. "vue-picture-cropper": "^0.7.0",
  36. "vue-router": "^4.3.0",
  37. "vuetify": "^3.6.0",
  38. "wukongimjssdk": "^1.2.10"
  39. },
  40. "devDependencies": {
  41. "@rushstack/eslint-patch": "^1.8.0",
  42. "@vitejs/plugin-vue": "^5.0.4",
  43. "@vue/eslint-config-prettier": "^9.0.0",
  44. "eslint": "^8.57.0",
  45. "eslint-plugin-vue": "^9.23.0",
  46. "jsdom": "^24.0.0",
  47. "prettier": "^3.2.5",
  48. "sass": "^1.71.1",
  49. "unplugin-auto-import": "^0.18.2",
  50. "unplugin-fonts": "^1.1.1",
  51. "unplugin-vue-components": "^0.26.0",
  52. "vite": "^5.1.5",
  53. "vite-plugin-svg-icons": "^2.0.1",
  54. "vite-plugin-vuetify": "^2.0.3"
  55. }
  56. }