companion/@applications/web/package.json

35 lines
904 B
JSON
Raw Normal View History

{
"name": "@companion/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5850 --host",
"build": "vite build",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"preview": "vite preview --port 5850"
},
"dependencies": {
"@lilith/companion-client": "workspace:*",
"@lilith/ui-feedback": "^1.4.3",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@lilith/vite-plugin-pnpm-resolve": "^1.1.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^6.0.0",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^2.1.9"
}
}