{ "name": "@olli/frontend", "version": "0.0.0", "description": "", "type": "module", "scripts": { "start": "vite", "dev": "vite", "dev:watch": "vite", "build": "vite build", "serve": "vite preview", "test": "vitest run", "test:watch": "vitest --watch" }, "license": "MIT", "devDependencies": { "@solidjs/testing-library": "^0.8.10", "@testing-library/jest-dom": "^6.6.3", "jsdom": "^25.0.1", "solid-devtools": "^0.34.3", "typescript": "^5.7.2", "vite": "^7.1.4", "vite-plugin-solid": "2.11.9", "vitest": "^4.0.0" }, "dependencies": { "solid-js": "^1.9.5", "@olli/api-client-backend": "workspace:*" } }