mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
28 lines
755 B
JSON
28 lines
755 B
JSON
{
|
|
"name": "@test/astro-actions-basics",
|
|
"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/actions": "workspace:*",
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/db": "^0.10.5",
|
|
"@astrojs/mdx": "^2.3.1",
|
|
"@astrojs/node": "^8.2.5",
|
|
"@astrojs/react": "^3.3.0",
|
|
"@astrojs/rss": "^4.0.5",
|
|
"@astrojs/sitemap": "^3.1.4",
|
|
"@types/react": "^18.2.79",
|
|
"@types/react-dom": "^18.2.25",
|
|
"astro": "^4.6.3",
|
|
"react": "18.3.0-canary-670811593-20240322",
|
|
"react-dom": "18.3.0-canary-670811593-20240322",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|