34 lines
811 B
JSON
Executable file
34 lines
811 B
JSON
Executable file
{
|
|
"name": "@lilith/wizard-provider",
|
|
"version": "1.0.0",
|
|
"description": "Reusable multi-step wizard/onboarding system following Tier 1 Provider Pattern",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"wizard",
|
|
"onboarding",
|
|
"multi-step",
|
|
"form",
|
|
"react",
|
|
"provider"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/service-registry": "^1.3.0",
|
|
"@lilith/ui-styled-components": "^6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
}
|