69 lines
No EOL
2 KiB
JSON
69 lines
No EOL
2 KiB
JSON
{
|
|
"name": "@life-platform/frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@life-platform/shared": "workspace:*",
|
|
"@lilith/format": "^1.0.0",
|
|
"@lilith/service-react-bootstrap": "^1.2.7",
|
|
"@lilith/spellchecker-wasm": "^1.0.3",
|
|
"@lilith/text-processing-utils": "^1.3.1",
|
|
"@lilith/tts-client": "^0.4.1",
|
|
"@lilith/ui-accessibility": "1.2.1",
|
|
"@lilith/ui-analytics": "^1.1.9",
|
|
"@lilith/ui-backgrounds": "^1.1.7",
|
|
"@lilith/ui-calendar": "^1.2.1",
|
|
"@lilith/ui-charts": "^1.7.2",
|
|
"@lilith/ui-data": "^1.2.1",
|
|
"@lilith/ui-dnd": "^1.1.5",
|
|
"@lilith/ui-feedback": "^1.4.0",
|
|
"@lilith/ui-forms": "^1.1.10",
|
|
"@lilith/ui-glassmorphism": "^1.1.6",
|
|
"@lilith/ui-icons": "^1.2.0",
|
|
"@lilith/messenger-ui": "^1.0.0",
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
"@lilith/ui-navigation": "^1.2.9",
|
|
"@lilith/ui-primitives": "^1.2.15",
|
|
"@lilith/ui-quotes": "^1.0.0",
|
|
"@lilith/ui-theme": "^1.5.0",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"axios": "^1.6.0",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"socket.io-client": "^4.7.0",
|
|
"styled-components": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.9.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@types/styled-components": "^5.1.0",
|
|
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"jsdom": "^25.0.0",
|
|
"msw": "^2.12.10",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^3.2.0"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
"public"
|
|
]
|
|
}
|
|
} |