astro-ecommerce/package.json
2025-01-16 06:13:29 +01:00

28 lines
586 B
JSON

{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^1.2.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.10.15",
"forward-ref": "^1.0.0",
"json-server": "^0.17.0",
"react": "^18.3.1",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"sass": "^1.55.0"
}
}