Some checks failed
Main Confidence / confidence (push) Failing after 50s
Automated commit by agent: commits workspace changes for feature 217-homepage-hero. Please review and merge into `dev`. Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #259
29 lines
750 B
JSON
29 lines
750 B
JSON
{
|
|
"name": "@tenantatlas/website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0 --port ${WEBSITE_PORT:-4321}",
|
|
"build": "astro build",
|
|
"preview": "astro preview --host 0.0.0.0",
|
|
"test": "playwright test",
|
|
"test:smoke": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.102",
|
|
"astro": "^6.0.0",
|
|
"astro-icon": "^1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/node": "^24.7.2",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|