56 lines
1.4 KiB
JSON
Executable file
56 lines
1.4 KiB
JSON
Executable file
{
|
|
"name": "@lilith/email-admin",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Email management admin interface for Lilith Platform",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./hooks": {
|
|
"types": "./dist/hooks/index.d.ts",
|
|
"default": "./dist/hooks/index.js"
|
|
},
|
|
"./pages": {
|
|
"types": "./dist/pages/index.d.ts",
|
|
"default": "./dist/pages/index.js"
|
|
},
|
|
"./components": {
|
|
"types": "./dist/components/index.d.ts",
|
|
"default": "./dist/components/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "lixb",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/service-registry": "^1.3.0",
|
|
"@lilith/ui-router": "^1.2.0",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/lix-configs": "^1.0.1",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^5.62.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.0"
|
|
}
|
|
}
|