{ "name": "ycb_objects_app", "version": "0.1.0", "private": true, "dependencies": { "@react-three/drei": "^6.0.3", "@react-three/fiber": "^7.0.1", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "bootstrap": "^5.0.1", "bootstrap-icons": "^1.5.0", "node-sass": "^6.0.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1", "react-dom": "^17.0.2", "react-player": "^2.9.0", "react-scripts": "4.0.3", "three": "^0.129.0", "web-vitals": "^1.1.2", "zustand": "^3.5.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }