{ "name": "whattoplay", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "op run --env-file=.env.1password -- vite", "dev:no-op": "vite", "build": "vite build", "preview": "vite preview", "test": "node --test server/**/*.test.mjs", "deploy": "./deploy.sh" }, "dependencies": { "@ionic/react": "^8.0.0", "@ionic/react-router": "^8.0.0", "@react-spring/web": "^9.7.5", "ionicons": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router": "^5.3.4", "react-router-dom": "^5.3.4", "react-tinder-card": "^1.6.4" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.3.3", "vite": "^5.0.0" } }