s3browser-frontend/package.json

71 lines
2.0 KiB
JSON
Raw Normal View History

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",
2021-08-25 12:11:48 +00:00
"@types/react-router-dom": "^5.1.8",
2021-07-26 12:54:22 +00:00
"graphql": "^15.5.1",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
2021-08-10 09:21:18 +00:00
"react-contexify": "^5.0.0",
2021-07-26 12:54:22 +00:00
"react-dom": "^17.0.2",
2021-08-20 17:24:05 +00:00
"react-icons": "^4.2.0",
2021-08-25 12:11:48 +00:00
"react-router-dom": "^5.2.0",
2021-07-26 12:54:22 +00:00
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
2021-08-16 20:51:09 +00:00
"start": "craco start",
"build": "craco build",
"test": "craco test",
2021-07-26 12:54:22 +00:00
"eject": "react-scripts eject",
"graphql:gen": "graphql-codegen --config codegen.yml",
2021-09-14 13:17:11 +00:00
"graphql:download": "apollo schema:download --endpoint=http://localhost:8080/api/graphql src/generated/schema.json"
2021-07-26 12:54:22 +00:00
},
"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": {
2021-08-16 20:51:09 +00:00
"@craco/craco": "^6.2.0",
2021-07-26 12:54:22 +00:00
"@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",
2021-08-16 20:51:09 +00:00
"autoprefixer": "^9",
2021-07-26 12:54:22 +00:00
"eslint": "^7.31.0",
2021-08-16 20:51:09 +00:00
"eslint-plugin-react": "^7.24.0",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
2021-07-27 17:24:52 +00:00
},
"proxy": "http://localhost:8080"
2021-07-26 12:54:22 +00:00
}