platform-codebase/features/share/frontend-public/package.json
2026-01-29 14:58:08 -08:00

28 lines
685 B
JSON

{
"name": "@lilith/share-frontend-public",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-router": "^1.2.0",
"@lilith/ui-theme": "^1.3.6",
"styled-components": "^6.3.8"
},
"devDependencies": {
"@lilith/build-core": "^1.2.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"@vitejs/plugin-react": "^4.3.4",
"vite-tsconfig-paths": "^5.1.4"
}
}