mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2026-02-01 08:24:14 -06:00
- Add Justfile with comprehensive development workflow commands (check, lint, build, docker, etc.) - Add @astrojs/check and typescript dependencies for frontend type checking
36 lines
1013 B
JSON
36 lines
1013 B
JSON
{
|
|
"name": "frontend",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/react": "^4.1.2",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^5.1.4",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"astro": "^5.1.1",
|
|
"clsx": "^2.1.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-tooltip": "^5.28.0",
|
|
"react-use-websocket": "^4.11.1",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.83.0"
|
|
}
|
|
}
|