石墨仪设备 前端仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1 KiB

6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "name": "a1800",
  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. "build-only": "vite build",
  11. "type-check": "vue-tsc --build"
  12. },
  13. "dependencies": {
  14. "axios": "^1.7.9",
  15. "dayjs": "^1.11.13",
  16. "element-plus": "^2.9.4",
  17. "mitt": "^3.0.1",
  18. "pinia": "^2.3.0",
  19. "ramda": "^0.30.1",
  20. "rxjs": "^7.8.1",
  21. "vant": "^4.9.16",
  22. "vue": "^3.5.13",
  23. "vue-router": "^4.5.0"
  24. },
  25. "devDependencies": {
  26. "@tsconfig/node22": "^22.0.0",
  27. "@types/node": "^22.10.2",
  28. "@types/ramda": "^0.30.2",
  29. "@types/rx": "^4.1.4",
  30. "@vitejs/plugin-vue": "^5.2.1",
  31. "@vitejs/plugin-vue-jsx": "^4.1.1",
  32. "@vue/tsconfig": "^0.7.0",
  33. "autoprefixer": "^10.4.20",
  34. "npm-run-all2": "^7.0.2",
  35. "postcss": "^8.5.1",
  36. "postcss-import": "^16.1.0",
  37. "sass": "^1.84.0",
  38. "sass-embedded": "^1.83.4",
  39. "sass-loader": "^16.0.4",
  40. "tailwindcss": "^3.4.17",
  41. "typescript": "~5.6.3",
  42. "vite": "^6.0.5",
  43. "vite-plugin-vue-devtools": "^7.6.8",
  44. "vue-tsc": "^2.1.10"
  45. }
  46. }