MyWebsite-Astro/package.json

28 lines
No EOL
621 B
JSON

{
"name": "my_website_astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sass": "^1.97.2",
"scss": "^0.2.4",
"sharp": "^0.34.3"
},
"devDependencies": {
"sass-embedded": "^1.97.2"
}
}