spring-graphql-demo/client/package.json
2023-01-17 04:57:10 +00:00

52 lines
1.1 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.5",
"antd": "^4.16.10",
"graphql": "^15.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"subscriptions-transport-ws": "^0.11.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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": {
"@craco/craco": "^6.2.0",
"craco-less": "^1.18.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^17.0.0",
"react-scripts": "4.0.3",
"typescript": "^4.1.2"
}
}