44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@lilith/moderated-text-input",
|
|
"version": "1.0.0",
|
|
"description": "Reusable content-moderated text input components with Web Worker pipeline integration",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "lixbuild",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "lixtest"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/content-moderation": "^1.0.0",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-styled-components": "*",
|
|
"@lilith/ui-theme": "^1.3.5",
|
|
"styled-components": "6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/lix-configs": "^1.0.1",
|
|
"@lilith/lix-test": "^1.0.0",
|
|
"@lilith/test-utils": "*",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"jsdom": "^26.1.0",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
}
|
|
}
|