d6b16f5e06
Auth BFF (OIDC + prompt=none silent SSO), Mongo data layer, admin CRUD (folders/tags/stories/chapters with TipTap), public reader with tag filtering. Built and verified same-session per design-018-stories.md.
31 lines
848 B
JSON
31 lines
848 B
JSON
{
|
|
"name": "stomping.me",
|
|
"version": "1.0.0",
|
|
"description": "AGWOL Stories Service (stomping.me)",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app.js",
|
|
"dev": "NODE_ENV=development node --watch src/app.js",
|
|
"build:editor": "esbuild src/editor/main.js --bundle --outfile=src/public/admin-js/editor-bundle.js --format=iife --minify"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "^3.27.1",
|
|
"@tiptap/extension-image": "^3.27.1",
|
|
"@tiptap/html": "^3.27.1",
|
|
"@tiptap/starter-kit": "^3.27.1",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.3.1",
|
|
"ejs": "^4.0.1",
|
|
"express": "^5.2.1",
|
|
"helmet": "^8.1.0",
|
|
"ioredis": "^5.9.3",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mongodb": "^7.1.0",
|
|
"sanitize-html": "^2.17.5"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.1"
|
|
}
|
|
}
|