Files
diff-viewer-extension/package.json
dependabot[bot] 17026c5b25 Bump @react-three/drei from 9.78.1 to 9.78.2 (#314)
Bumps [@react-three/drei](https://github.com/pmndrs/drei) from 9.78.1 to 9.78.2.
- [Release notes](https://github.com/pmndrs/drei/releases)
- [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
- [Commits](https://github.com/pmndrs/drei/compare/v9.78.1...v9.78.2)

---
updated-dependencies:
- dependency-name: "@react-three/drei"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 07:21:31 -04:00

90 lines
2.8 KiB
JSON

{
"name": "diff-viewer-extension",
"version": "0.5.0",
"private": true,
"dependencies": {
"@dicebear/avatars": "^4.10.8",
"@dicebear/avatars-bottts-sprites": "^4.10.8",
"@kittycad/lib": "^0.0.20",
"@octokit/openapi-types": "^18.0.0",
"@octokit/rest": "^20.0.1",
"@octokit/types": "^11.1.0",
"@primer/octicons-react": "^19.4.0",
"@primer/react": "^35.26.1",
"@react-three/csg": "^3.0.0",
"@react-three/drei": "^9.78.2",
"@react-three/fiber": "^8.13.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/chrome": "^0.0.241",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/testing-library__jest-dom": "^5.14.7",
"@types/three": "^0.152.1",
"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.11",
"three": "^0.153.0",
"three-mesh-bvh": "^0.6.1",
"three-stdlib": "^2.23.13",
"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"
},
"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.22.6",
"@crxjs/vite-plugin": "^1.0.14",
"@playwright/test": "^1.35.0",
"@vitejs/plugin-react": "^4.0.3",
"dotenv": "^16.2.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"vite": "^4.4.3",
"vite-plugin-node-polyfills": "^0.9.0",
"vitest": "^0.33.0"
},
"packageManager": "yarn@3.6.0",
"engines": {
"node": ">=18.0.0"
}
}