mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Introduced a new FeedModule with FeedService and FeedController for managing RSS feed generation. - Added CacheModule to handle caching of feed data, improving performance and reducing load. - Implemented generateRSSFeed function to create RSS XML from photo manifest data. - Enhanced static web service to include site metadata and configuration in the generated documents. - Refactored existing modules to integrate new feed functionalities and ensure proper dependency management. Signed-off-by: Innei <tukon479@gmail.com>
19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"name": "@afilmory/utils",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/builder": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"motion": "12.23.24"
|
|
}
|
|
}
|