Bumps [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) from 0.5.24 to 0.6.0. - [Release notes](https://github.com/gkjohnson/three-mesh-bvh/releases) - [Changelog](https://github.com/gkjohnson/three-mesh-bvh/blob/master/CHANGELOG.md) - [Commits](https://github.com/gkjohnson/three-mesh-bvh/compare/v0.5.24...v0.6.0) --- updated-dependencies: - dependency-name: three-mesh-bvh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			94 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			94 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "diff-viewer-extension",
 | 
						|
    "version": "0.2.0",
 | 
						|
    "private": true,
 | 
						|
    "dependencies": {
 | 
						|
        "@dicebear/avatars": "^4.10.8",
 | 
						|
        "@dicebear/avatars-bottts-sprites": "^4.10.8",
 | 
						|
        "@kittycad/lib": "^0.0.19",
 | 
						|
        "@octokit/openapi-types": "^17.2.0",
 | 
						|
        "@octokit/rest": "^19.0.8",
 | 
						|
        "@octokit/types": "^9.2.2",
 | 
						|
        "@primer/octicons-react": "^19.1.0",
 | 
						|
        "@primer/react": "^35.25.0",
 | 
						|
        "@react-three/csg": "^2.2.0",
 | 
						|
        "@react-three/drei": "^9.68.3",
 | 
						|
        "@react-three/fiber": "^8.12.2",
 | 
						|
        "@testing-library/jest-dom": "^5.14.1",
 | 
						|
        "@testing-library/react": "^14.0.0",
 | 
						|
        "@testing-library/user-event": "^14.4.3",
 | 
						|
        "@types/chrome": "^0.0.236",
 | 
						|
        "@types/jest": "^29.5.0",
 | 
						|
        "@types/node": "^20.2.3",
 | 
						|
        "@types/react": "^18.2.6",
 | 
						|
        "@types/react-dom": "^18.2.4",
 | 
						|
        "@types/testing-library__jest-dom": "^5.14.5",
 | 
						|
        "@types/three": "^0.152.0",
 | 
						|
        "buffer": "^6.0.3",
 | 
						|
        "github-injection": "^1.1.0",
 | 
						|
        "isomorphic-fetch": "^3.0.0",
 | 
						|
        "react": "^18.2.0",
 | 
						|
        "react-dom": "^18.2.0",
 | 
						|
        "react-is": "^18.2.0",
 | 
						|
        "styled-components": "^5.3.10",
 | 
						|
        "three": "^0.152.2",
 | 
						|
        "three-mesh-bvh": "^0.6.0",
 | 
						|
        "typescript": "^4.9.5"
 | 
						|
    },
 | 
						|
    "scripts": {
 | 
						|
        "start": "vite",
 | 
						|
        "build": "vite build",
 | 
						|
        "test": "vitest",
 | 
						|
        "e2e": "yarn build && yarn playwright test",
 | 
						|
        "bump": "echo \"$(jq --arg v \"$VERSION\" '.version=$v' package.json --indent 4)\" > package.json && echo \"$(jq --arg v \"$VERSION\" '.version=$v' manifest.json --indent 4)\" > manifest.json"
 | 
						|
    },
 | 
						|
    "eslintConfig": {
 | 
						|
        "extends": [
 | 
						|
            "prettier"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "prettier": {
 | 
						|
        "tabWidth": 4,
 | 
						|
        "semi": false,
 | 
						|
        "singleQuote": true,
 | 
						|
        "arrowParens": "avoid",
 | 
						|
        "trailingComma": "es5"
 | 
						|
    },
 | 
						|
    "jest": {
 | 
						|
        "moduleNameMapper": {
 | 
						|
            "three/examples/jsm": "<rootDir>/jest.mockundefined.js"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "browserslist": {
 | 
						|
        "production": [
 | 
						|
            ">0.2%",
 | 
						|
            "not dead",
 | 
						|
            "not op_mini all"
 | 
						|
        ],
 | 
						|
        "development": [
 | 
						|
            "last 1 chrome version",
 | 
						|
            "last 1 firefox version",
 | 
						|
            "last 1 safari version"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "@babel/runtime": "^7.21.0",
 | 
						|
        "@crxjs/vite-plugin": "^1.0.14",
 | 
						|
        "@playwright/test": "^1.32.3",
 | 
						|
        "@vitejs/plugin-react": "^4.0.0",
 | 
						|
        "dotenv": "^16.0.3",
 | 
						|
        "eslint": "^8.40.0",
 | 
						|
        "eslint-config-prettier": "^8.8.0",
 | 
						|
        "eslint-plugin-react": "^7.32.2",
 | 
						|
        "jsdom": "^22.0.0",
 | 
						|
        "prettier": "^2.8.7",
 | 
						|
        "vite": "^4.3.8",
 | 
						|
        "vite-plugin-node-polyfills": "^0.8.2",
 | 
						|
        "vitest": "^0.31.1"
 | 
						|
    },
 | 
						|
    "packageManager": "yarn@3.5.1",
 | 
						|
    "engines": {
 | 
						|
        "node": ">=18.0.0"
 | 
						|
    }
 | 
						|
}
 |