Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.212 to 0.0.220. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) --- updated-dependencies: - dependency-name: "@types/chrome" 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>
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "diff-viewer-extension",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^7.0.0",
|
|
"@kittycad/lib": "^0.0.19",
|
|
"@octokit/openapi-types": "^16.0.0",
|
|
"@octokit/rest": "^19.0.7",
|
|
"@octokit/types": "^9.0.0",
|
|
"@primer/react": "^35.20.0",
|
|
"@react-three/drei": "^9.57.1",
|
|
"@react-three/fiber": "^8.11.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.220",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/node": "^18.14.6",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
"@types/three": "^0.149.0",
|
|
"github-injection": "^1.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-is": "^18.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"styled-components": "^5.3.8",
|
|
"three": "^0.149.0",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "INLINE_RUNTIME_CHUNK=false craco build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"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": {
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"prettier": "^2.8.4"
|
|
}
|
|
}
|