{ "name": "@lilith/landing", "version": "0.1.0", "private": true, "type": "module", "description": "Pre-launch landing page for atlilith.com", "author": { "name": "QuinnFTW", "email": "quinn@ftw.codes" }, "scripts": { "dev": "vite", "build": "lixbuild", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@lilith/i18n": "workspace:*", "@lilith/age-verification-react": "*", "@lilith/analytics-client": "*", "@lilith/analytics-client-react": "*", "@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.17", "@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.10", "@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.5", "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": { "@lilith/build-core": "^1.4.7", "@lilith/lix-build": "^1.0.7", "@lilith/lix-test": "^1.0.0", "@lilith/vite-plugin-dependency-startup": "^1.1.2", "@lilith/vite-version-plugin": "^1.2.0", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.7.0", "rollup-plugin-visualizer": "^6.0.0", "typescript": "^5.9.3", "vite": "^6.4.1", "vitest": "^3.2.0" } }