Bumps [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) from 8.13.0 to 8.13.1. - [Release notes](https://github.com/pmndrs/react-three-fiber/releases) - [Commits](https://github.com/pmndrs/react-three-fiber/compare/v8.13.0...v8.13.1) --- updated-dependencies: - dependency-name: "@react-three/fiber" 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>
94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"name": "diff-viewer-extension",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@dicebear/avatars": "^4.10.8",
|
|
"@dicebear/avatars-bottts-sprites": "^4.10.8",
|
|
"@kittycad/lib": "^0.0.20",
|
|
"@octokit/openapi-types": "^17.2.0",
|
|
"@octokit/rest": "^19.0.11",
|
|
"@octokit/types": "^9.2.3",
|
|
"@primer/octicons-react": "^19.1.0",
|
|
"@primer/react": "^35.25.0",
|
|
"@react-three/csg": "^2.2.0",
|
|
"@react-three/drei": "^9.74.8",
|
|
"@react-three/fiber": "^8.13.1",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/chrome": "^0.0.237",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/node": "^20.2.5",
|
|
"@types/react": "^18.2.9",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@types/testing-library__jest-dom": "^5.14.6",
|
|
"@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.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.22.3",
|
|
"@crxjs/vite-plugin": "^1.0.14",
|
|
"@playwright/test": "^1.35.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"dotenv": "^16.1.4",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"jsdom": "^22.1.0",
|
|
"prettier": "^2.8.7",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-node-polyfills": "^0.9.0",
|
|
"vitest": "^0.32.0"
|
|
},
|
|
"packageManager": "yarn@3.5.1",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|