platform-codebase/features/age-verification/frontend-components/package.json
Lilith 5442474d90 chore(deps): 🔧 Update dependency JSON files across 15 packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-09 00:07:23 -08:00

46 lines
1.2 KiB
JSON
Executable file

{
"name": "@lilith/age-verification-react",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Age verification React components for the Lilith platform",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "lixb",
"test": "vitest run --passWithNoTests",
"lint": "eslint . --ext ts,tsx"
},
"dependencies": {
"@lilith/age-verification": "*",
"@lilith/service-registry": "^1.3.0",
"react-i18next": "^15.7.4",
"@lilith/ui-icons": "^1.1.10"
},
"peerDependencies": {
"@lilith/ui-motion": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.0",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@types/node": "^20.19.30",
"tsup": "^8.0.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@lilith/ui-motion": "^2.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3",
"vitest": "^4.0.17"
}
}