package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "six-pharmacy.pda",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "test:unit": "vitest",
  11. "prepare": "cypress install",
  12. "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
  13. "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
  14. "build-only": "vite build",
  15. "type-check": "vue-tsc --build",
  16. "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
  17. "lint:eslint": "eslint . --fix",
  18. "lint": "run-s lint:*",
  19. "format": "prettier --write src/"
  20. },
  21. "dependencies": {
  22. "@tailwindcss/vite": "^4.0.15",
  23. "@vueuse/components": "^13.0.0",
  24. "@vueuse/core": "^13.0.0",
  25. "alova": "^3.2.10",
  26. "big.js": "^6.2.2",
  27. "eruda": "^3.4.1",
  28. "pinia": "^3.0.1",
  29. "pinia-plugin-persistedstate": "^4.2.0",
  30. "tailwindcss": "^4.0.15",
  31. "vant": "^4.9.18",
  32. "vconsole": "^3.15.1",
  33. "vue": "^3.5.13",
  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.13.9",
  40. "@vant/auto-import-resolver": "^1.3.0",
  41. "@vitejs/plugin-legacy": "^6.0.2",
  42. "@vitejs/plugin-vue": "^5.2.1",
  43. "@vitejs/plugin-vue-jsx": "^4.1.1",
  44. "@vitest/eslint-plugin": "^1.1.36",
  45. "@vue/eslint-config-prettier": "^10.2.0",
  46. "@vue/eslint-config-typescript": "^14.5.0",
  47. "@vue/test-utils": "^2.4.6",
  48. "@vue/tsconfig": "^0.7.0",
  49. "cypress": "^14.1.0",
  50. "eslint": "^9.21.0",
  51. "eslint-plugin-cypress": "^4.2.0",
  52. "eslint-plugin-oxlint": "^0.15.13",
  53. "eslint-plugin-vue": "~10.0.0",
  54. "jiti": "^2.4.2",
  55. "jsdom": "^26.0.0",
  56. "npm-run-all2": "^7.0.2",
  57. "oxlint": "^0.15.13",
  58. "prettier": "3.5.3",
  59. "sass-embedded": "^1.86.0",
  60. "start-server-and-test": "^2.0.10",
  61. "terser": "^5.39.0",
  62. "typescript": "~5.8.0",
  63. "unplugin-auto-import": "^19.1.1",
  64. "unplugin-vue-components": "^28.4.1",
  65. "vite": "^6.2.1",
  66. "vite-plugin-vue-devtools": "^7.7.2",
  67. "vitest": "^3.0.8",
  68. "vue-tsc": "^2.2.8"
  69. }
  70. }