Update all package.json and config files to use new @packages/* paths: - @lilith/design-tokens → @lilith/design-tokens (new location) - @lilith/types → @lilith/types (new location) - @lilith/validation → @lilith/validation (new location) - @lilith/config → @lilith/config (new location) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
907 B
JSON
35 lines
907 B
JSON
{
|
|
"name": "@lilith/analytics-frontend-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.62.11",
|
|
"@lilith/ui-analytics": "^1.0.0",
|
|
"@lilith/ui-charts": "^1.0.0",
|
|
"@lilith/ui-primitives": "^1.0.0",
|
|
"@lilith/ui-typography": "^1.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^1.0.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|