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.

23 lines
478 B

2 weeks ago
2 weeks ago
1 week 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. "axios": "^1.10.0",
  13. "element-plus": "^2.10.2",
  14. "pinia": "^3.0.1",
  15. "vue": "^3.5.13",
  16. "vue-router": "^4.5.0"
  17. },
  18. "devDependencies": {
  19. "@vitejs/plugin-vue": "^5.2.3",
  20. "vite": "^5.4.19",
  21. "vite-plugin-vue-devtools": "^7.7.2"
  22. }
  23. }