platform-codebase/features/feature-flags/frontend-showcase/package.json
2026-02-22 09:13:41 -08:00

26 lines
617 B
JSON

{
"name": "@lilith/feature-flags-showcase",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/feature-flags": "*",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-theme": "^1.3.5",
"@tanstack/react-query": "^5.90.19",
"msw": "^2.7.5",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@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"
}
}