51 lines
1.5 KiB
JSON
Executable file
51 lines
1.5 KiB
JSON
Executable file
{
|
|
"name": "@lilith/profile",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "User profile management and editing feature",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./pages": "./src/pages/index.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./configs": "./src/configs/index.ts"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --passWithNoTests",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/attributes-admin": "workspace:*",
|
|
"@lilith/auth-provider": "workspace:*",
|
|
"@lilith/feature-flags": "workspace:*",
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/types": "workspace:*",
|
|
"@lilith/ui-developer-fab": "^1.0.11",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-theme": "1.3.3",
|
|
"@lilith/ui-typography": "1.1.4",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"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",
|
|
"@lilith/ui-styled-components": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.2.0",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1",
|
|
"vitest": "^4.0.17"
|
|
},
|
|
"optionalDependencies": {
|
|
"@lilith/vite-version-plugin": "workspace:*"
|
|
}
|
|
}
|