84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"name": "diff-viewer-extension",
|
|
"version": "0.1.4",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^7.0.0",
|
|
"@kittycad/lib": "^0.0.19",
|
|
"@octokit/openapi-types": "^17.0.0",
|
|
"@octokit/rest": "^19.0.7",
|
|
"@octokit/types": "^9.1.1",
|
|
"@primer/octicons-react": "^18.3.0",
|
|
"@primer/react": "^35.25.0",
|
|
"@react-three/drei": "^9.66.0",
|
|
"@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.233",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^18.16.1",
|
|
"@types/react": "^18.0.37",
|
|
"@types/react-dom": "^18.2.1",
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
"@types/three": "^0.150.2",
|
|
"buffer": "^6.0.3",
|
|
"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.10",
|
|
"three": "^0.151.3",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "INLINE_RUNTIME_CHUNK=false craco build",
|
|
"test": "react-scripts test",
|
|
"e2e": "yarn build && yarn playwright test",
|
|
"eject": "react-scripts eject",
|
|
"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": [
|
|
"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": {
|
|
"@playwright/test": "^1.32.3",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"prettier": "^2.8.7"
|
|
}
|
|
}
|