64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "network-resurrector-frontend",
|
|
"version": "1.1.2",
|
|
"description": "Frontend component of Network resurrector system",
|
|
"author": {
|
|
"name": "Tudor Stanciu",
|
|
"email": "tudor.stanciu94@gmail.com",
|
|
"url": "https://lab.code-rove.com/tsp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector-frontend"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@flare/tuitio-client-react": "^1.0.1",
|
|
"@material-ui/core": "^4.11.2",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@testing-library/jest-dom": "^5.11.6",
|
|
"@testing-library/react": "^11.2.2",
|
|
"@testing-library/user-event": "^12.5.0",
|
|
"axios": "^0.27.2",
|
|
"i18next": "^19.4.4",
|
|
"i18next-browser-languagedetector": "^4.1.1",
|
|
"i18next-http-backend": "^1.4.0",
|
|
"moment": "^2.29.3",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-flags": "^0.1.18",
|
|
"react-i18next": "^11.4.0",
|
|
"react-lazylog": "^4.5.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.1",
|
|
"react-toastify": "^6.2.0"
|
|
},
|
|
"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.3%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version",
|
|
">0.3%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
}
|
|
}
|