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 1.2 kB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "lint": "eslint src",
  10. "fix": "eslint src --fix"
  11. },
  12. "dependencies": {
  13. "axios": "^1.4.0",
  14. "echarts": "^5.4.3",
  15. "less-loader": "^11.1.3",
  16. "lodash": "^4.17.21",
  17. "open-im-sdk-wasm": "^3.1.0",
  18. "pinia": "^2.1.4",
  19. "pinia-plugin-persistedstate": "^3.1.0",
  20. "qs": "^6.11.2",
  21. "tdesign-icons-vue-next": "^0.1.11",
  22. "tdesign-vue-next": "^1.3.10",
  23. "tvision-color": "^1.6.0",
  24. "uuid": "^9.0.0",
  25. "vite-svg-loader": "^4.0.0",
  26. "vue": "^3.3.4",
  27. "vue-router": "^4.2.2"
  28. },
  29. "devDependencies": {
  30. "@types/node": "^20.4.1",
  31. "@types/qs": "^6.9.7",
  32. "@typescript-eslint/eslint-plugin": "^5.60.1",
  33. "@typescript-eslint/parser": "^5.60.1",
  34. "@vitejs/plugin-vue": "^4.2.3",
  35. "eslint": "^8.43.0",
  36. "eslint-plugin-vue": "^9.15.1",
  37. "less": "^4.1.3",
  38. "prettier": "^2.8.8",
  39. "typescript": "^5.1.3",
  40. "vite": "^4.4.9"
  41. }
  42. }