{ "name": "framesight", "private": true, "version": "1.1.6", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview", "predeploy": "npm run build", "deploy": "gh-pages -d dist" }, "dependencies": { "@tailwindcss/vite": "^4.1.17", "@techstark/opencv-js": "^4.12.0-release.1", "framer-motion": "^12.6.0", "gh-pages": "^6.3.0", "onnxruntime-web": "^1.23.2", "react": "^19.2.0", "react-dom": "^19.2.0", "tailwindcss": "^4.1.17" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "vite": "npm:rolldown-vite@7.2.5" }, "resolutions": { "vite": "npm:rolldown-vite@7.2.5" } }