Game-Control-Puzzle-Event-A.../client/package.json

73 строки
2.0 KiB
JSON

{
"name": "gamecontrolclient",
"version": "1.0.0",
"private": true,
"dependencies": {
"@restart/hooks": "^0.3.26",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.1",
"axios": "^0.21.2",
"bootstrap": "^4.5.0",
"history": "^4.7.2",
"humanize-duration": "^3.23.1",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"mini-create-react-context": "^0.4.1",
"moment": "^2.29.4",
"msal": "^0.1.3",
"node-sass": "^8.0.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.6.1",
"react-bootstrap-table-next": "^4.0.3",
"react-codemirror": "^1.0.0",
"react-datetime": "^2.14.0",
"react-dom": "^17.0.1",
"react-icons": "^3.10.0",
"react-images-upload": "^1.2.8",
"react-json-tree": "^0.13.0",
"react-onclickoutside": "^6.10.0",
"react-redux": "^7.2.2",
"react-router": "^5.3.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "5.0.1",
"redux": "^4.0.4",
"redux-auth-wrapper": "^2.0.2",
"redux-signalr": "0.0.6",
"redux-thunk": "^2.2.0",
"signalr": "^2.4.1",
"sockette": "^2.0.0",
"typescript": "^4.1.5",
"url": "^0.11.0",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^12.20.1",
"@types/react": "^17.0.2",
"@types/react-bootstrap-table-next": "^4.0.10",
"@types/react-codemirror": "^1.0.4",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.9",
"@types/react-router-bootstrap": "^0.24.5",
"ajv": "^6.9.1",
"eslint-webpack-plugin": "2.4.3"
}
}