Files
diff-viewer-extension/package.json
dependabot[bot] e4d9d958be Bump @types/three from 0.150.2 to 0.152.0 (#152)
Bumps [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) from 0.150.2 to 0.152.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

---
updated-dependencies:
- dependency-name: "@types/three"
  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>
2023-05-17 05:15:22 -04:00

94 lines
2.9 KiB
JSON

{
"name": "diff-viewer-extension",
"version": "0.1.5",
"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.7",
"@octokit/types": "^9.2.1",
"@primer/octicons-react": "^18.3.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.235",
"@types/jest": "^29.5.0",
"@types/node": "^20.1.2",
"@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.5.23",
"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' public/manifest.json --indent 4)\" > public/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.5",
"vite-plugin-node-polyfills": "^0.8.2",
"vitest": "^0.31.0"
},
"packageManager": "yarn@3.5.1",
"engines": {
"node": ">=18.0.0"
}
}