package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "@4dkankan/helperweb",
  3. "description": " web show",
  4. "type": "module",
  5. "version": "0.0.2",
  6. "private": true,
  7. "keywords": [
  8. "typescript",
  9. "vue3",
  10. "starter",
  11. "template"
  12. ],
  13. "scripts": {
  14. "dev": "vite",
  15. "build": "run-p typecheck \"build-only {@}\" --",
  16. "preview": "vite preview",
  17. "test:unit": "vitest",
  18. "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
  19. "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
  20. "build-only": "vite build",
  21. "typecheck": "vue-tsc --build --force",
  22. "lint": "eslint . --fix",
  23. "format": "prettier --write src/"
  24. },
  25. "dependencies": {
  26. "@unocss/core": "^65.4.0",
  27. "@unocss/vite": "^65.4.0",
  28. "@vicons/ionicons5": "^0.13.0",
  29. "axios": "^1.7.9",
  30. "naive-ui": "^2.40.3",
  31. "unocss": "^0.65.1",
  32. "vue": "^3.5.13",
  33. "vue-i18n": "^11.0.1",
  34. "vue-router": "^4.5.0"
  35. },
  36. "devDependencies": {
  37. "@tsconfig/node22": "^22.0.0",
  38. "@types/jsdom": "^21.1.7",
  39. "@types/node": "^22.10.5",
  40. "@vitejs/plugin-vue": "^5.2.1",
  41. "@vitest/eslint-plugin": "1.1.24",
  42. "@vue/eslint-config-prettier": "^10.1.0",
  43. "@vue/eslint-config-typescript": "^14.2.0",
  44. "@vue/test-utils": "^2.4.6",
  45. "@vue/tsconfig": "^0.7.0",
  46. "cypress": "^13.17.0",
  47. "eslint": "^9.17.0",
  48. "eslint-plugin-cypress": "^4.1.0",
  49. "eslint-plugin-vue": "^9.32.0",
  50. "jsdom": "^25.0.1",
  51. "npm-run-all2": "^7.0.2",
  52. "prettier": "^3.4.2",
  53. "start-server-and-test": "^2.0.9",
  54. "typescript": "~5.7.2",
  55. "unplugin-auto-import": "^19.0.0",
  56. "unplugin-vue-components": "^28.0.0",
  57. "unplugin-vue-router": "^0.10.9",
  58. "vite": "^6.0.7",
  59. "vite-plugin-vue-layouts": "^0.11.0",
  60. "vitest": "^2.1.8",
  61. "vue-tsc": "^2.2.0"
  62. }
  63. }