{ "name": "react-ts", "private": true, "version": "0.0.0", "type": "module", "scripts": { "pretty": "prettier --write .", "dev": "vite", "build": "tsc && vite build --emptyOutDir", "preview": "vite preview" }, "dependencies": { "@tanstack/react-location": "^3.7.4", "@tanstack/react-query": "^4.2.3", "@tanstack/react-query-devtools": "^4.2.3", "@vanilla-extract/css": "^1.9.0", "@vanilla-extract/recipes": "^0.2.5", "@vanilla-extract/vite-plugin": "^3.5.0", "i18next": "^21.9.2", "immer": "^9.0.15", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.18.6", "uuid": "^9.0.0", "zustand": "^4.1.1" }, "devDependencies": { "@types/node": "^18.7.18", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@types/uuid": "^8.3.4", "@vitejs/plugin-react": "^2.0.1", "prettier": "^2.7.1", "typescript": "^4.6.4", "vite": "^3.0.7" }, "overrides": { "@vanilla-extract/vite-plugin": { "vite": "^3" } } }