Files
diff-viewer-extension/package.json
Pierre Jacquier 3df4275365 Migration to three r155+ (#538)
* Migration to three r155+
Fixes #497

* Broken snaps

* Trying migration rec from https://discourse.threejs.org/t/updates-to-lighting-in-three-js-r155/53733

* Add decay = 0
2024-01-22 06:57:42 -05:00

91 lines
2.7 KiB
JSON

{
"name": "diff-viewer-extension",
"version": "0.8.1",
"private": true,
"type": "module",
"dependencies": {
"@dicebear/avatars": "^4.10.8",
"@dicebear/avatars-bottts-sprites": "^4.10.8",
"@kittycad/lib": "^0.0.51",
"@octokit/openapi-types": "^19.1.0",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.4.0",
"@primer/octicons-react": "^19.8.0",
"@primer/react": "^36.5.0",
"@react-three/csg": "^3.2.0",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.15.14",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/chrome": "^0.0.258",
"@types/node": "^20.4.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.160.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.11",
"three": "^0.160.0",
"three-mesh-bvh": "^0.7.0",
"three-stdlib": "^2.29.4",
"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.23.8",
"@crxjs/vite-plugin": "^1.0.14",
"@playwright/test": "^1.41.0",
"@vitejs/plugin-react": "^4.2.1",
"dotenv": "^16.2.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"happy-dom": "^13.2.0",
"jest-canvas-mock": "^2.5.2",
"jsdom": "^23.2.0",
"prettier": "^3.2.4",
"vite": "^5.0.11",
"vite-plugin-node-polyfills": "^0.19.0",
"vitest": "^1.2.1",
"vitest-dom": "^0.1.1"
},
"packageManager": "yarn@3.6.0",
"engines": {
"node": ">=18.0.0"
}
}