Im即时通讯-web端代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

37 wiersze
1.0KB

  1. {
  2. "name": "imjs",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  12. "format": "prettier --write examples/"
  13. },
  14. "dependencies": {
  15. "pinia": "^2.0.36",
  16. "vue": "^3.3.2",
  17. "vue-router": "^4.2.0"
  18. },
  19. "devDependencies": {
  20. "@rushstack/eslint-patch": "^1.2.0",
  21. "@tsconfig/node18": "^2.0.1",
  22. "@types/node": "^18.16.8",
  23. "@vitejs/plugin-vue": "^4.2.3",
  24. "@vitejs/plugin-vue-jsx": "^3.0.1",
  25. "@vue/eslint-config-prettier": "^7.1.0",
  26. "@vue/eslint-config-typescript": "^11.0.3",
  27. "@vue/tsconfig": "^0.4.0",
  28. "eslint": "^8.39.0",
  29. "eslint-plugin-vue": "^9.11.0",
  30. "npm-run-all": "^4.1.5",
  31. "prettier": "^2.8.8",
  32. "typescript": "~5.0.4",
  33. "vite": "^4.3.5",
  34. "vue-tsc": "^1.6.4"
  35. }
  36. }