52 lines
1.3 KiB
JSON
Executable file
52 lines
1.3 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": "tsc -p tsconfig.build.json",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"@lilith/ui-router": "1.2.0-dev.1769127628",
|
|
"react-router-dom": "^7.12.0",
|
|
"react-router": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"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"
|
|
}
|
|
}
|