57 lines
2 KiB
JSON
57 lines
2 KiB
JSON
{
|
|
"name": "@lilith/content-strategy",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"scan": "bun scripts/scan-files.ts",
|
|
"generate": "bun scripts/generate-content.ts",
|
|
"generate:apply": "bun scripts/generate-content.ts --apply",
|
|
"generate:stats": "bun scripts/generate-content.ts --stats",
|
|
"db:build": "bun scripts/parse-authors.ts && bun scripts/parse-citations.ts && bun scripts/parse-excerpts.ts && bun scripts/parse-content.ts && bun scripts/parse-blog-links.ts && bun scripts/export-citations.ts && bun scripts/export-content.ts",
|
|
"db:fetch": "bun scripts/fetch-articles.ts",
|
|
"db:validate": "bun scripts/validate-citation-links.ts",
|
|
"predev": "bun scripts/scan-files.ts && bun run db:build",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/admin-shell": "1.0.3-dev.2",
|
|
"@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/tracked-changes": "*",
|
|
"@lilith/ui-tracked-changes": "1.0.0",
|
|
"@lilith/chart-math": "^1.0.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-calendar": "^1.0.0",
|
|
"@lilith/ui-theme": "^1.3.4",
|
|
"@tanstack/react-query": "^5.80.7",
|
|
"@lilith/build-core": "*",
|
|
"@lilith/vite-version-plugin": "*",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"@lilith/content-engine-shared": "workspace:*",
|
|
"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"
|
|
}
|
|
}
|