2021-07-26 12:54:22 +00:00
|
|
|
{
|
|
|
|
"name": "s3browser-web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@apollo/client": "^3.3.21",
|
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
|
|
|
"@types/jest": "^26.0.15",
|
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
"@types/react-dom": "^17.0.0",
|
|
|
|
"graphql": "^15.5.1",
|
|
|
|
"node-sass": "^6.0.1",
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-scripts": "4.0.3",
|
2021-07-27 17:24:52 +00:00
|
|
|
"spectre.css": "^0.5.9",
|
2021-07-26 12:54:22 +00:00
|
|
|
"typescript": "^4.1.2",
|
|
|
|
"web-vitals": "^1.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"graphql:gen": "graphql-codegen --config codegen.yml",
|
|
|
|
"graphql:download": "apollo schema:download --endpoint=http://localhost:8080/graphql src/generated/schema.json"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@graphql-codegen/cli": "1.21.7",
|
|
|
|
"@graphql-codegen/introspection": "1.18.2",
|
|
|
|
"@graphql-codegen/typescript": "^1.23.0",
|
|
|
|
"@graphql-codegen/typescript-operations": "1.18.4",
|
|
|
|
"@graphql-codegen/typescript-react-apollo": "2.3.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
|
|
|
"@typescript-eslint/parser": "^4.28.4",
|
|
|
|
"apollo": "^2.33.4",
|
|
|
|
"eslint": "^7.31.0",
|
|
|
|
"eslint-plugin-react": "^7.24.0"
|
2021-07-27 17:24:52 +00:00
|
|
|
},
|
|
|
|
"proxy": "http://localhost:8080"
|
2021-07-26 12:54:22 +00:00
|
|
|
}
|