mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-28 17:02:21 +00:00
https://telecominfraproject.atlassian.net/browse/WIFI-14165 Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
113 lines
3.4 KiB
JSON
113 lines
3.4 KiB
JSON
{
|
|
"name": "ucentral-client",
|
|
"version": "3.2.1",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.tsx",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"format": "prettier --write \"src/**/*x.{ts,tsx,js,jsx}\"",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"lint": "TIMING=1 eslint \"src/**/*.{ts,tsx,js,jsx}\" --fix",
|
|
"clean": "rm -rf node_modules && rm -rf build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@chakra-ui/anatomy": "^2.1.1",
|
|
"@chakra-ui/icons": "^2.0.18",
|
|
"@chakra-ui/react": "^2.3.6",
|
|
"@chakra-ui/styled-system": "^2.9.0",
|
|
"@chakra-ui/theme-tools": "^2.0.12",
|
|
"@chakra-ui/utils": "^2.0.14",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@fontsource/inter": "^4.5.15",
|
|
"@googlemaps/react-wrapper": "^1.1.35",
|
|
"@googlemaps/typescript-guards": "^2.0.3",
|
|
"@hello-pangea/dnd": "^16.2.0",
|
|
"@phosphor-icons/react": "^2.0.8",
|
|
"@react-spring/web": "^9.7.2",
|
|
"@tanstack/react-query": "^4.29.3",
|
|
"@tanstack/react-table": "^8.8.5",
|
|
"@textea/json-viewer": "^2.16.2",
|
|
"axios": "^1.3.5",
|
|
"buffer": "^6.0.3",
|
|
"chakra-react-select": "^4.6.0",
|
|
"chart.js": "^3.9.1",
|
|
"dagre": "^0.8.5",
|
|
"fast-equals": "^5.0.1",
|
|
"formik": "^2.2.9",
|
|
"framer-motion": "^10.12.2",
|
|
"i18next": "^22.4.14",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"i18next-http-backend": "^2.2.0",
|
|
"libphonenumber-js": "^1.10.26",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-app-polyfill": "^3.0.0",
|
|
"react-chartjs-2": "^4.3.1",
|
|
"react-country-flag": "^3.1.0",
|
|
"react-csv": "^2.2.2",
|
|
"react-datepicker": "^4.11.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-compare": "^3.2.1",
|
|
"react-i18next": "^12.2.0",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-router-dom": "^6.10.0",
|
|
"react-table": "^7.8.0",
|
|
"react-virtualized-auto-sizer": "^1.0.15",
|
|
"react-window": "^1.8.9",
|
|
"source-map-explorer": "^2.5.3",
|
|
"typescript": "^5.0.4",
|
|
"uuid": "^9.0.0",
|
|
"vite": "^4.2.1",
|
|
"yup": "^0.32.11",
|
|
"zustand": "^4.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/google.maps": "^3.52.5",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^18.0.37",
|
|
"@types/react-csv": "^1.1.3",
|
|
"@types/react-datepicker": "4.10.0",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-table": "^7.7.14",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/uuid": "^9.0.1",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-no-inline-styles": "^1.0.5",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"lint-staged": "^13.2.1",
|
|
"prettier": "^2.8.7",
|
|
"vite-plugin-pwa": "^0.14.7",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|