controlForm/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "control-test",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-03-13 22:26:59 +03:00
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.14",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
2023-03-13 22:26:59 +03:00
"@types/react-redux": "^7.1.25",
"@types/redux-form": "^8.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-03-13 22:26:59 +03:00
"react-inlinesvg": "^3.0.2",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
2023-03-13 22:26:59 +03:00
"redux-form": "^8.3.9",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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"
]
2023-03-13 22:26:59 +03:00
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/react-bootstrap": "^0.32.32",
"bootstrap": "^5.2.3",
"react-bootstrap": "^2.7.2"
}
}