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": {
|
2024-03-25 01:35:56 +02:00
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2024-03-25 02:28:47 +02:00
|
|
|
"@flare/js-utils": "^1.1.0",
|
|
|
|
"@flare/tuitio-client-react": "^1.2.6",
|
2024-03-25 01:35:56 +02:00
|
|
|
"@mui/icons-material": "^5.14.16",
|
2024-03-25 02:28:47 +02:00
|
|
|
"@mui/lab": "^5.0.0-alpha.169",
|
2024-03-25 01:35:56 +02:00
|
|
|
"@mui/material": "^5.14.16",
|
2024-03-25 00:56:50 +02:00
|
|
|
"axios": "^1.6.0",
|
2024-03-25 01:35:56 +02:00
|
|
|
"i18next": "^22.4.15",
|
|
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
|
|
"i18next-http-backend": "^2.2.0",
|
|
|
|
"moment": "^2.29.4",
|
2024-03-25 00:56:50 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2024-03-25 01:35:56 +02:00
|
|
|
"react-i18next": "^12.2.2",
|
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",
|
2024-03-25 02:28:47 +02:00
|
|
|
"react-toastify": "^9.1.3",
|
|
|
|
"react-world-flags": "^1.5.1"
|
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
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|