spring-graphql-demo/client/package.json

52 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.5",
2023-01-19 15:50:48 +07:00
"antd": "^5.0.0",
2023-01-17 14:37:43 +07:00
"graphql": "^16.0.0",
2023-01-19 19:31:45 +07:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
"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": {
2023-01-19 15:49:17 +07:00
"@craco/craco": "^7.0.0",
2023-01-17 14:37:17 +07:00
"craco-less": "^2.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
2023-01-17 02:00:11 +07:00
"@types/jest": "^29.0.0",
2023-01-17 11:57:10 +07:00
"@types/node": "^18.0.0",
2023-01-17 09:37:45 +07:00
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
2023-01-17 18:11:01 +07:00
"react-scripts": "5.0.1",
"typescript": "^4.1.2"
}
}