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

package.json 735 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "openkf",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "preview": "vite preview"
  9. },
  10. "dependencies": {
  11. "axios": "^1.4.0",
  12. "echarts": "^5.4.2",
  13. "open-im-sdk-wasm": "^0.1.1",
  14. "vue": "^3.3.4",
  15. "vue-router": "^4.2.2"
  16. },
  17. "devDependencies": {
  18. "@arco-design/web-vue": "^2.47.1",
  19. "@typescript-eslint/eslint-plugin": "^5.60.1",
  20. "@typescript-eslint/parser": "^5.60.1",
  21. "@vitejs/plugin-vue": "^4.2.3",
  22. "eslint": "^8.43.0",
  23. "eslint-plugin-vue": "^9.15.1",
  24. "prettier": "^2.8.8",
  25. "typescript": "^5.1.3",
  26. "vite": "^4.3.9"
  27. }
  28. }