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

5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "crowdfunding",
  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. "axios": "^1.7.9",
  13. "element-plus": "^2.9.1",
  14. "moment": "^2.30.1",
  15. "pinia": "^2.2.6",
  16. "vue": "^3.5.13",
  17. "vue-router": "^4.4.5"
  18. },
  19. "devDependencies": {
  20. "@vitejs/plugin-vue": "^5.2.1",
  21. "vite": "^6.0.1",
  22. "vite-plugin-vue-devtools": "^7.6.5"
  23. }
  24. }