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.

22 lines
451 B

4 months ago
  1. {
  2. "name": "five_vue",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host 0.0.0.0",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "element-plus": "^2.9.1",
  13. "pinia": "^2.3.0",
  14. "vue": "^3.5.13",
  15. "vue-router": "^4.5.0"
  16. },
  17. "devDependencies": {
  18. "@vitejs/plugin-vue": "^5.2.1",
  19. "vite": "^6.0.5",
  20. "vite-plugin-vue-devtools": "^7.6.8"
  21. }
  22. }