TenantAtlas/apps/website/package.json

45 lines
1.3 KiB
JSON

{
"name": "@tenantatlas/website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0 --port ${WEBSITE_PORT:-4321}",
"start": "astro dev --host 0.0.0.0 --port ${WEBSITE_PORT:-4321}",
"build": "astro check && astro build && node process-html.mjs",
"preview": "astro preview --host 0.0.0.0 --port ${WEBSITE_PORT:-4321}",
"test": "playwright test",
"test:smoke": "playwright test",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^5.0.6",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.39.2",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.3.3",
"clipboard": "^2.0.11",
"globby": "^16.2.0",
"gsap": "^3.15.0",
"html-minifier-terser": "^7.2.0",
"lenis": "^1.3.23",
"preline": "^4.2.0",
"rimraf": "^6.1.3",
"sharp": "^0.34.5",
"sharp-ico": "^0.1.5",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"astro-vtbot": "^2.1.12",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript": "^6.0.3"
}
}