21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"name": "rhpidfyre.io",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.2.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"astro": "^5.2.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sass": "^1.84.0",
|
|
"scss": "^0.2.4"
|
|
}
|
|
} |