Files
dev-connect/client/package.json
T
2023-05-05 23:10:06 +03:00

56 lines
1.3 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.1.3",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moment": "^1.1.2",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"web-vitals": "^2.1.4"
},
"scripts": {
<<<<<<< HEAD
"start": "react-scripts start --openssl-legacy-provider start",
=======
"start": "react-scripts start",
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
"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"
]
},
<<<<<<< HEAD
"proxy":"http://localhost:5000"
=======
"proxy":"http://localhost:5000/"
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
}