life-platform/DISSOLVE-showcase/package.json
2026-03-20 13:23:14 -07:00

31 lines
813 B
JSON

{
"name": "@life-platform/showcase",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@life-platform/shared": "workspace:*",
"@lilith/spellchecker-wasm": "^1.0.3",
"@lilith/text-processing-utils": "^1.3.1",
"@lilith/ui-primitives": "^1.2.15",
"@lilith/ui-theme": "^1.3.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/styled-components": "^5.1.0",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
}
}