IntProgLabs/front/package.json

41 lines
874 B
JSON
Raw Normal View History

2023-03-16 16:36:43 +04:00
{
2023-04-04 13:18:53 +04:00
"name": "front",
2023-04-12 16:13:25 +04:00
"version": "1.0.0",
2023-04-04 13:18:53 +04:00
"dependencies": {
2023-04-18 21:06:26 +04:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
2023-04-25 11:23:28 +04:00
"axios": "^1.3.6",
2023-04-18 21:06:26 +04:00
"bootstrap": "^5.2.2",
2023-04-04 13:18:53 +04:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-04-18 21:06:26 +04:00
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"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"
]
2023-04-04 13:18:53 +04:00
},
2023-04-18 21:06:26 +04:00
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2023-04-04 13:18:53 +04:00
}
}