mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
28 lines
673 B
JSON
28 lines
673 B
JSON
{
|
|
"name": "@e2e/actions-react-19",
|
|
"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/db": "workspace:*",
|
|
"@astrojs/node": "workspace:*",
|
|
"@astrojs/react": "workspace:*",
|
|
"@types/react": "npm:types-react",
|
|
"@types/react-dom": "npm:types-react-dom",
|
|
"astro": "workspace:*",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "npm:types-react",
|
|
"@types/react-dom": "npm:types-react-dom"
|
|
}
|
|
}
|