A8000
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.

58 lines
1.5 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "name": "a8000-plus",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.3.1",
  13. "@vicons/ionicons5": "^0.12.0",
  14. "axios": "^1.7.7",
  15. "date-fns": "^4.1.0",
  16. "dayjs": "^1.11.13",
  17. "element-plus": "^2.8.5",
  18. "less": "^4.2.0",
  19. "mitt": "^3.0.1",
  20. "mockjs": "^1.1.0",
  21. "nanoid": "^5.0.7",
  22. "pinia": "^2.2.4",
  23. "pinia-plugin-persistedstate": "^4.1.2",
  24. "ramda": "^0.30.1",
  25. "rxjs": "^7.8.1",
  26. "sass": "^1.79.5",
  27. "simple-keyboard": "^3.8.17",
  28. "simple-keyboard-layouts": "^3.4.41",
  29. "vue": "^3.5.10",
  30. "vue-router": "^4.0.13"
  31. },
  32. "devDependencies": {
  33. "@types/mockjs": "^1.0.10",
  34. "@types/node": "^22.7.5",
  35. "@types/ramda": "^0.30.2",
  36. "@types/rx": "^4.1.4",
  37. "@types/vue": "^2.0.0",
  38. "@typescript-eslint/eslint-plugin": "^8.8.1",
  39. "@typescript-eslint/parser": "^8.8.1",
  40. "@vitejs/plugin-vue": "^5.1.4",
  41. "@vue/compiler-sfc": "^3.5.12",
  42. "autoprefixer": "^10.4.20",
  43. "eslint": "^9.17.0",
  44. "eslint-config-prettier": "^9.1.0",
  45. "eslint-plugin-prettier": "^5.2.1",
  46. "eslint-plugin-vue": "^9.32.0",
  47. "jest": "^29.7.0",
  48. "postcss-pxtorem": "^6.1.0",
  49. "prettier": "^3.3.3",
  50. "terser": "^5.37.0",
  51. "ts-node": "^10.9.2",
  52. "typescript": "^5.6.3",
  53. "unplugin-auto-import": "^0.18.3",
  54. "unplugin-vue-components": "^0.27.4",
  55. "vite": "^5.4.8",
  56. "vue-tsc": "^2.1.6"
  57. }
  58. }