44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/content-strategy",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"scan": "bun scripts/scan-files.ts",
|
|
"predev": "bun scripts/scan-files.ts",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/admin-shell": "^1.0.1",
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/ui-analytics": "^1.0.0",
|
|
"@lilith/ui-charts": "^1.7.0",
|
|
"@lilith/ui-story-charts": "^1.0.0",
|
|
"@lilith/ui-utils": "^1.2.0",
|
|
"@lilith/ui-data": "^1.1.2",
|
|
"@lilith/ui-error-pages": "^1.1.8",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-router": "^1.2.0",
|
|
"@lilith/ui-styled-components": "^6.3.8",
|
|
"@lilith/ui-theme": "^1.3.4",
|
|
"@lilith/vite-version-plugin": "*",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0",
|
|
"styled-components": "6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|