2024-05-17 11:45:32 +02:00
|
|
|
{
|
2024-07-08 21:25:31 +02:00
|
|
|
"name": "trepa-web",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "bunx --bun astro dev",
|
|
|
|
"build": "rm -rf dist && bunx --bun astro check && bunx --bun astro build",
|
|
|
|
"preview": "bunx --bun astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/check": "^0.8.0",
|
|
|
|
"@astrojs/node": "^8.3.2",
|
|
|
|
"@astrojs/react": "^3.6.0",
|
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
"astro": "^4.11.5",
|
|
|
|
"bootstrap": "^5.3.3",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-icons": "^5.2.1",
|
|
|
|
"typescript": "^5.5.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@biomejs/biome": "1.8.3"
|
|
|
|
}
|
2024-05-17 11:45:32 +02:00
|
|
|
}
|