lilith-platform.live/codebase/@features/landing/frontend-public/package.json
Claude Code 25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00

57 lines
1.7 KiB
JSON
Executable file

{
"name": "@lilith/landing",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Pre-launch landing page for atlilith.com",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
},
"scripts": {
"dev": "vite",
"build": "NODE_ENV=production vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/age-verification-react": "*",
"@lilith/analytics-client": "^1.0.2",
"@lilith/ui-accessibility": "^1.2.1",
"@lilith/ui-backgrounds": "^1.1.7",
"@lilith/ui-effects-sound": "^1.2.0",
"@lilith/ui-style-effects": "^1.1.0",
"@lilith/ui-error-pages": "^1.1.16",
"@lilith/ui-feedback": "^1.4.1",
"@lilith/ui-forms": "^1.1.10",
"@lilith/ui-icons": "^1.2.2",
"@lilith/ui-layout": "^1.2.0",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-navigation": "^1.2.9",
"@lilith/ui-primitives": "^1.2.16",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.3.6",
"@lilith/ui-themes": "^1.1.3",
"@lilith/ui-typography": "^1.1.7",
"@lilith/ui-zname": "^1.2.3",
"framer-motion": "^11.0.0",
"lucide-react": "^0.460.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^4.1.2",
"react-hot-toast": "^2.6.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"styled-components": "^6.3.8",
"i18next": "^24.2.3",
"react-i18next": "^15.7.4"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.9.3",
"vite": "^6.4.1"
}
}