package.json 796 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "cale-astro",
  3. "type": "module",
  4. "version": "0.0.1",
  5. "scripts": {
  6. "dev": "astro dev",
  7. "start": "astro dev",
  8. "build": "astro check && astro build",
  9. "preview": "astro preview",
  10. "astro": "astro"
  11. },
  12. "dependencies": {
  13. "@astrojs/check": "^0.9.4",
  14. "@astrojs/react": "^3.6.2",
  15. "@astrojs/tailwind": "^5.1.2",
  16. "@emotion/react": "^11.14.0",
  17. "@emotion/styled": "^11.14.0",
  18. "@fontsource/roboto": "^5.1.0",
  19. "@mui/icons-material": "^6.2.1",
  20. "@mui/material": "^6.2.1",
  21. "@types/react": "^18.3.12",
  22. "@types/react-dom": "^18.3.1",
  23. "astro": "^4.16.9",
  24. "nanostores": "^0.11.3",
  25. "react": "^18.3.1",
  26. "react-dom": "^18.3.1",
  27. "react-html-parser": "^2.0.2",
  28. "tailwindcss": "^3.4.14",
  29. "typescript": "^5.6.3"
  30. }
  31. }