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.

38 lines
1.0 KiB

1 week ago
  1. {
  2. "name": "comprogsi",
  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. "lint": "eslint . --fix",
  11. "format": "prettier --write src/"
  12. },
  13. "dependencies": {
  14. "@fortawesome/fontawesome-svg-core": "^6.7.2",
  15. "@fortawesome/free-brands-svg-icons": "^6.7.2",
  16. "@fortawesome/free-solid-svg-icons": "^6.7.2",
  17. "@fortawesome/vue-fontawesome": "^3.0.8",
  18. "@headlessui/vue": "^1.7.23",
  19. "@heroicons/vue": "^2.2.0",
  20. "@tailwindcss/vite": "^4.0.6",
  21. "vue": "^3.5.13",
  22. "vue-router": "^4.5.0"
  23. },
  24. "devDependencies": {
  25. "@eslint/js": "^9.18.0",
  26. "@vitejs/plugin-vue": "^5.2.1",
  27. "@vitejs/plugin-vue-jsx": "^4.1.1",
  28. "@vue/eslint-config-prettier": "^10.1.0",
  29. "autoprefixer": "^10.4.20",
  30. "eslint": "^9.18.0",
  31. "eslint-plugin-vue": "^9.32.0",
  32. "postcss": "^8.5.3",
  33. "prettier": "^3.4.2",
  34. "tailwindcss": "^4.0.11",
  35. "vite": "^6.0.11",
  36. "vite-plugin-vue-devtools": "^7.7.1"
  37. }
  38. }