platform-codebase/@deployments/trustedmeet.www/package.json

34 lines
958 B
JSON

{
"name": "@deployments/trustedmeet.www",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/i18n": "workspace:*",
"@lilith/marketplace-public": "workspace:*",
"@lilith/marketplace-shared": "workspace:*",
"@lilith/service-registry": "1.3.0-dev.1769369525",
"@lilith/ui-styled-components": "^1.0.0",
"@lilith/ui-theme": "1.3.3",
"i18next": "^24.2.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.1.3",
"styled-components": "^6.3.8"
},
"devDependencies": {
"@lilith/configs": "^2.2.1",
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912",
"@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"
}
}