1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "cale-astro",
- "type": "module",
- "version": "0.0.1",
- "scripts": {
- "dev": "astro dev",
- "start": "astro dev",
- "build": "astro check && astro build",
- "preview": "astro preview",
- "astro": "astro"
- },
- "dependencies": {
- "@astrojs/check": "^0.9.4",
- "@astrojs/react": "^3.6.2",
- "@astrojs/tailwind": "^5.1.2",
- "@emotion/react": "^11.14.0",
- "@emotion/styled": "^11.14.0",
- "@fontsource/roboto": "^5.1.0",
- "@mui/icons-material": "^6.2.1",
- "@mui/material": "^6.2.1",
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
- "astro": "^4.16.9",
- "nanostores": "^0.11.3",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-html-parser": "^2.0.2",
- "tailwindcss": "^3.4.14",
- "typescript": "^5.6.3"
- }
- }
|