Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.5 to 19.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "astro-air",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/mdx": "^4.0.2",
|
|
"@astrojs/react": "^4.1.0",
|
|
"@astrojs/rss": "^4.0.10",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
|
|
"@expressive-code/plugin-line-numbers": "^0.38.3",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^19.0.1",
|
|
"astro": "^5.1.0",
|
|
"astro-expressive-code": "^0.38.3",
|
|
"astro-google-analytics": "^1.0.3",
|
|
"astro-og-canvas": "^0.5.5",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"canvaskit-wasm": "^0.39.1",
|
|
"lefthook": "^1.10.0",
|
|
"lucide-react": "^0.468.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.16",
|
|
"twikoo": "^1.6.40",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/dom-view-transitions": "^1.0.5",
|
|
"@types/node": "^22.10.2",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"@typescript-eslint/parser": "^8.18.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"sass": "^1.83.0"
|
|
}
|
|
}
|