练习仓库
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.

24 lines
488 B

1 month ago
  1. {
  2. "name": "vue-project",
  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.3",
  14. "pinia": "^3.0.3",
  15. "vue": "^3.5.17",
  16. "vue-router": "^4.5.1"
  17. },
  18. "devDependencies": {
  19. "@vitejs/plugin-vue": "^4.6.2",
  20. "sass": "^1.89.2",
  21. "vite": "^4.5.14",
  22. "vite-plugin-vue-devtools": "^7.7.7"
  23. }
  24. }