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
453 B

2 weeks ago
2 weeks ago
  1. {
  2. "name": "practice-articlevote-vue",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "element-plus": "^2.10.2",
  13. "pinia": "^3.0.1",
  14. "vue": "^3.5.13",
  15. "vue-router": "^4.5.0"
  16. },
  17. "devDependencies": {
  18. "@vitejs/plugin-vue": "^5.2.3",
  19. "vite": "^6.2.4",
  20. "vite-plugin-vue-devtools": "^7.7.2"
  21. }
  22. }