| 1 | { |
| 2 | "name": "astro-cactus", |
| 3 | "version": "2.1.0", |
| 4 | "private": false, |
| 5 | "scripts": { |
| 6 | "dev": "bunx --bun astro dev", |
| 7 | "start": "bunx --bun astro dev", |
| 8 | "sync": "astro sync", |
| 9 | "build": "astro build", |
| 10 | "preview": "bunx --bun astro preview", |
| 11 | "format": "prettier -w ./src ./src/**/*.astro" |
| 12 | }, |
| 13 | "devDependencies": { |
| 14 | "@astro-community/astro-embed-youtube": "^0.2.2", |
| 15 | "@astrojs/image": "^0.13.0", |
| 16 | "@astrojs/mdx": "^0.18.4", |
| 17 | "@astrojs/sitemap": "^1.0.0", |
| 18 | "@astrojs/tailwind": "3.0.0", |
| 19 | "@resvg/resvg-js": "^2.2.0", |
| 20 | "@tailwindcss/aspect-ratio": "^0.4.2", |
| 21 | "@tailwindcss/line-clamp": "^0.4.2", |
| 22 | "@tailwindcss/typography": "^0.5.8", |
| 23 | "@types/eslint": "^8.4.10", |
| 24 | "@types/prettier": "^2.7.2", |
| 25 | "@types/sharp": "^0.31.1", |
| 26 | "@typescript-eslint/eslint-plugin": "^5.48.0", |
| 27 | "@typescript-eslint/parser": "^5.48.0", |
| 28 | "astro-eslint-parser": "^0.11.0", |
| 29 | "autoprefixer": "^10.4.13", |
| 30 | "bun-types": "^1.0.4-canary.20231003T140149", |
| 31 | "eslint": "^8.32.0", |
| 32 | "eslint-config-prettier": "^8.6.0", |
| 33 | "eslint-import-resolver-typescript": "^3.5.2", |
| 34 | "eslint-plugin-astro": "^0.23.0", |
| 35 | "eslint-plugin-import": "^2.26.0", |
| 36 | "eslint-plugin-jsx-a11y": "^6.7.1", |
| 37 | "eslint-plugin-prettier": "^4.2.1", |
| 38 | "postcss": "^8.4.21", |
| 39 | "postcss-html": "^1.5.0", |
| 40 | "prettier": "^2.8.3", |
| 41 | "prettier-plugin-astro": "0.8.0", |
| 42 | "prettier-plugin-tailwindcss": "^0.2.2", |
| 43 | "stylelint": "^14.16.1", |
| 44 | "stylelint-config-prettier": "^9.0.4", |
| 45 | "stylelint-config-standard": "^29.0.0", |
| 46 | "tailwindcss": "^3.2.4", |
| 47 | "typescript": "^4.9.4" |
| 48 | }, |
| 49 | "dependencies": { |
| 50 | "@astrojs/partytown": "^1.0.3", |
| 51 | "@astrojs/prefetch": "^0.1.1", |
| 52 | "@astrojs/rss": "^2.0.0", |
| 53 | "@astrojs/vercel": "^3.2.4", |
| 54 | "@vercel/analytics": "^0.1.10", |
| 55 | "astro": "latest", |
| 56 | "astro-google-analytics": "^1.0.3", |
| 57 | "satori": "0.1.2", |
| 58 | "satori-html": "^0.3.2", |
| 59 | "sharp": "latest" |
| 60 | }, |
| 61 | "trustedDependencies": [ |
| 62 | "sharp" |
| 63 | ] |
| 64 | } |