{ "name": "dionysian-idle", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "type-check": "tsc --noEmit", "preview": "vite preview" }, "dependencies": { "@linaria/core": "^6.3.0", "@linaria/react": "^6.3.0", "immer": "^10.1.1", "react": "^18.3.1", "react-dom": "^18.3.1", "zustand": "^5.0.4" }, "devDependencies": { "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@types/debug": "^4.1.12", "@types/node": "^22.15.18", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "@wyw-in-js/vite": "^0.6.0", "typescript": "^5.8.3", "vite": "^6.0.1" } }