package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "aiwen",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --open --port 5300",
  8. "dev:t": "vite --port 5300",
  9. "dev:s1": "vite --port 5301",
  10. "dev:s2": "vite --port 5302",
  11. "dev:a": "vite --port 5303",
  12. "build": "vite build",
  13. "preview": "vite preview",
  14. "check": "vue-tsc --noEmit",
  15. "lint": "eslint .",
  16. "lint:fix": "eslint . --fix",
  17. "prepare": "husky install"
  18. },
  19. "dependencies": {
  20. "@element-plus/icons-vue": "^2.1.0",
  21. "@vueuse/components": "^9.13.0",
  22. "@vueuse/core": "^9.13.0",
  23. "agora-rtc-sdk-ng": "^4.19.2",
  24. "axios": "^1.5.1",
  25. "element-plus": "^2.4.1",
  26. "tinymce": "^6.7.2",
  27. "vue": "^3.3.7",
  28. "vue-router": "^4.2.5"
  29. },
  30. "devDependencies": {
  31. "@antfu/eslint-config": "^0.27.0",
  32. "@iconify/json": "^2.2.133",
  33. "@types/node": "^18.18.7",
  34. "@vitejs/plugin-legacy": "^4.1.1",
  35. "@vitejs/plugin-vue": "^4.4.0",
  36. "@windicss/plugin-scrollbar": "^1.2.3",
  37. "eslint": "^8.52.0",
  38. "husky": "^8.0.3",
  39. "magic-string": "^0.26.7",
  40. "sass": "^1.69.5",
  41. "typescript": "^4.9.5",
  42. "unplugin-auto-import": "^0.10.3",
  43. "unplugin-icons": "^0.14.15",
  44. "unplugin-vue-components": "^0.22.12",
  45. "vite": "^4.5.0",
  46. "vite-plugin-top-level-await": "^1.3.1",
  47. "vite-plugin-windicss": "^1.9.1",
  48. "vue-tsc": "^1.8.21",
  49. "windicss": "^3.5.6"
  50. }
  51. }