- Sidebar, sign-in page, and favicons all use the single SVG - Postinstall copies SVG for SaaS HTML favicon (gitignored) - Sign-in favicon committed (baked into Logto Docker image) - Remove old PNG favicon references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"name": "cameleer-sign-in",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@cameleer/design-system": "0.1.36",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.4.0",
|
|
"typescript": "^5.9.0",
|
|
"vite": "^6.3.0"
|
|
}
|
|
}
|