47 lines
2.1 KiB
JSON
47 lines
2.1 KiB
JSON
{
|
|
"name": "@lilith/messaging-showcase",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run start:cluster",
|
|
"dev:real": "REAL_WS=true LILITH_PROJECT_ROOT=../../../.. concurrently --names 'PROFILE,MESSAGING,SHOWCASE' -c 'blue,green,magenta' 'bun run profile:dev' 'cd ../backend-api && LILITH_PROJECT_ROOT=../../../.. bun run dev' 'wait-on http://localhost:5434/health && REAL_WS=true vite'",
|
|
"dev:vite": "vite",
|
|
"start:cluster": "concurrently --names 'PROFILE,SHOWCASE' -c 'blue,magenta' 'bun run profile:dev' 'wait-on http://localhost:5434/health && vite'",
|
|
"profile:dev": "cd ../../profile/backend-api && NODE_ENV=showcase DATABASE_AUTO_SEED=true DATABASE_POSTGRES_PORT=25442 DATABASE_POSTGRES_HOST=localhost DATABASE_POSTGRES_USER=lilith DATABASE_POSTGRES_PASSWORD=profile_dev DATABASE_POSTGRES_NAME=lilith_profile DATABASE_REDIS_HOST=localhost DATABASE_REDIS_PORT=26379 DATABASE_REDIS_PASSWORD=redis_dev DATABASE_SYNCHRONIZE=true IDENTIFIER_PEPPER=showcase_dev_pepper PORT=5434 bun run dev:showcase",
|
|
"build": "vite build",
|
|
"e2e": "npx playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/content-moderation": "^1.0.0",
|
|
"@lilith/text-processing-utils": "^1.3.2",
|
|
"@lilith/ui-feedback": "^1.3.12",
|
|
"@lilith/ui-forms": "^1.1.6",
|
|
"@lilith/ui-icons": "^1.1.10",
|
|
"@lilith/ui-motion": "^2.1.0",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-router": "^1.2.0",
|
|
"@lilith/ui-spellcheck": "^1.0.0",
|
|
"@lilith/ui-styled-components": "^6.3.8",
|
|
"@lilith/ui-theme": "^1.3.5",
|
|
"@lilith/ui-typography": "^1.1.0",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"date-fns": "^4.1.0",
|
|
"dompurify": "^3.3.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/playwright-e2e-docker": "^2.0.2",
|
|
"@playwright/test": "^1.52.0",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"concurrently": "^9.1.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"wait-on": "^8.0.2"
|
|
}
|
|
}
|