platform-codebase/features/age-verification/frontend-components/package.json

40 lines
1 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": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc",
"test": "vitest run --passWithNoTests",
"lint": "eslint . --ext ts,tsx"
},
"dependencies": {
"@lilith/age-verification": "workspace:*",
"react-i18next": "^15.7.4"
},
"peerDependencies": {
"framer-motion": "^11.0.0",
"lucide-react": "^0.400.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@types/node": "^20.19.30",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"framer-motion": "^11.18.2",
"lucide-react": "^0.553.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3",
"vitest": "^4.0.17"
}
}