2020-12-08 02:05:31 +02:00
|
|
|
{
|
|
|
|
"name": "network-resurrector-frontend",
|
2023-05-08 01:37:12 +03:00
|
|
|
"version": "1.2.7",
|
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",
|
2024-03-25 00:56:50 +02:00
|
|
|
"url": "https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector"
|
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-15 00:07:15 +03:00
|
|
|
"@flare/tuitio-client-react": "^1.2.6",
|
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",
|
2024-03-25 00:56:50 +02:00
|
|
|
"axios": "^1.6.0",
|
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",
|
2024-03-25 00:56:50 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2020-12-24 04:42:32 +02:00
|
|
|
"react-flags": "^0.1.18",
|
|
|
|
"react-i18next": "^11.4.0",
|
2021-04-17 17:33:29 +03:00
|
|
|
"react-lazylog": "^4.5.3",
|
2024-03-25 00:56:50 +02:00
|
|
|
"react-router-dom": "^6.10.0",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"react-toastify": "^9.1.3"
|
2020-12-08 02:05:31 +02:00
|
|
|
},
|
2023-03-03 23:18:02 +02:00
|
|
|
"devDependencies": {
|
2024-03-25 00:56:50 +02:00
|
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
|
|
"@types/react": "^18.2.33",
|
|
|
|
"@types/react-dom": "^18.2.14",
|
|
|
|
"eslint": "^8.34.0",
|
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"prettier": "^2.8.4",
|
|
|
|
"typescript": "^4.9.5"
|
2023-03-03 23:18:02 +02:00
|
|
|
},
|
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": [
|
2024-03-25 00:56:50 +02:00
|
|
|
">0.2%",
|
2020-12-08 02:05:31 +02:00
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
2024-03-25 00:56:50 +02:00
|
|
|
"last 1 safari version"
|
2020-12-08 02:05:31 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|