imajin/studio/package.json
2026-04-04 06:15:10 -07:00

33 lines
848 B
JSON

{
"name": "@lilith/studio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"start:dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@lilith/imajin-config": "workspace:*",
"@lilith/imajin-diffusion-client": "^0.2.1",
"@lilith/imajin-media-gallery-client": "workspace:*",
"@tanstack/react-query": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.1",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/ui": "^4.1.0",
"typescript": "^5.4.0",
"vite": "^6.0.0",
"vitest": "^4.1.0"
}
}