2020-12-08 02:05:31 +02:00
|
|
|
{
|
|
|
|
"name": "network-resurrector-frontend",
|
2023-04-02 00:15:08 +03:00
|
|
|
"version": "1.2.4",
|
2023-02-04 13:33:39 +02:00
|
|
|
"description": "Frontend component of Network resurrector system",
|
2022-05-09 01:34:33 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Tudor Stanciu",
|
|
|
|
"email": "tudor.stanciu94@gmail.com",
|
2022-12-29 22:47:15 +02:00
|
|
|
"url": "https://lab.code-rove.com/tsp"
|
2022-05-09 01:34:33 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-04 13:33:39 +02:00
|
|
|
"url": "https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector-frontend"
|
2022-05-09 01:34:33 +03:00
|
|
|
},
|
2020-12-08 02:05:31 +02:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-03-30 19:33:30 +03:00
|
|
|
"@flare/js-utils": "^1.1.0",
|
2023-04-04 00:32:04 +03:00
|
|
|
"@flare/tuitio-client-react": "^1.2.3",
|
2020-12-08 02:34:58 +02:00
|
|
|
"@material-ui/core": "^4.11.2",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
2023-03-21 18:14:32 +02:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
2023-03-03 23:18:02 +02:00
|
|
|
"axios": "^1.3.4",
|
2020-12-23 02:24:38 +02:00
|
|
|
"i18next": "^19.4.4",
|
|
|
|
"i18next-browser-languagedetector": "^4.1.1",
|
2022-05-08 22:01:13 +03:00
|
|
|
"i18next-http-backend": "^1.4.0",
|
|
|
|
"moment": "^2.29.3",
|
2020-12-24 04:42:32 +02:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-flags": "^0.1.18",
|
|
|
|
"react-i18next": "^11.4.0",
|
2021-04-17 17:33:29 +03:00
|
|
|
"react-lazylog": "^4.5.3",
|
2020-12-24 04:42:32 +02:00
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-scripts": "4.0.1",
|
|
|
|
"react-toastify": "^6.2.0"
|
2020-12-08 02:05:31 +02:00
|
|
|
},
|
2023-03-03 23:18:02 +02:00
|
|
|
"devDependencies": {
|
2023-03-03 23:56:31 +02:00
|
|
|
"@babel/eslint-parser": "^7.16.5",
|
2023-03-03 23:18:02 +02:00
|
|
|
"@testing-library/jest-dom": "^5.11.6",
|
|
|
|
"@testing-library/react": "^11.2.2",
|
|
|
|
"@testing-library/user-event": "^12.5.0",
|
|
|
|
"prettier": "^2.5.1"
|
|
|
|
},
|
2020-12-08 02:05:31 +02:00
|
|
|
"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": [
|
2022-05-08 22:06:42 +03:00
|
|
|
">0.3%",
|
2020-12-08 02:05:31 +02:00
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
2022-05-08 22:06:42 +03:00
|
|
|
"last 1 safari version",
|
|
|
|
">0.3%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
2020-12-08 02:05:31 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|