28 lines
677 B
JSON
28 lines
677 B
JSON
|
{
|
||
|
"name": "trepa-web",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "bunx --bun astro dev",
|
||
|
"start": "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.7.0",
|
||
|
"@astrojs/node": "^8.2.5",
|
||
|
"@astrojs/react": "^3.3.4",
|
||
|
"@types/react": "^18.3.2",
|
||
|
"@types/react-dom": "^18.3.0",
|
||
|
"astro": "^4.8.4",
|
||
|
"bootstrap": "^5.3.3",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"typescript": "^5.3.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@biomejs/biome": "1.7.3"
|
||
|
}
|
||
|
}
|