mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-10-29 01:42:32 +00:00
109 lines
3.3 KiB
JSON
109 lines
3.3 KiB
JSON
{
|
|
"name": "ucentral-client",
|
|
"version": "2.10.0(14)",
|
|
"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/icons": "^2.0.11",
|
|
"@chakra-ui/react": "^2.3.6",
|
|
"@chakra-ui/theme-tools": "^2.0.12",
|
|
"@chakra-ui/utils": "^2.0.11",
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@fontsource/inter": "^4.5.14",
|
|
"@googlemaps/react-wrapper": "^1.1.35",
|
|
"@googlemaps/typescript-guards": "^2.0.3",
|
|
"@react-spring/web": "^9.5.5",
|
|
"axios": "^1.1.3",
|
|
"buffer": "^6.0.3",
|
|
"chakra-react-select": "^4.6.0",
|
|
"dagre": "^0.8.5",
|
|
"formik": "^2.2.9",
|
|
"fast-equals": "^4.0.3",
|
|
"framer-motion": "^7.6.1",
|
|
"i18next": "^22.0.0",
|
|
"i18next-browser-languagedetector": "^6.1.8",
|
|
"i18next-http-backend": "^1.4.4",
|
|
"libphonenumber-js": "^1.10.14",
|
|
"phosphor-react": "^1.4.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-app-polyfill": "^3.0.0",
|
|
"react-chartjs-2": "^4.3.1",
|
|
"chart.js": "^3.9.1",
|
|
"react-country-flag": "^3.0.2",
|
|
"react-csv": "^2.2.2",
|
|
"react-datepicker": "^4.8.0",
|
|
"react-dom": "^18.2.0",
|
|
"@textea/json-viewer": "^2.10.0",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-i18next": "^11.18.6",
|
|
"react-masonry-css": "^1.0.16",
|
|
"@tanstack/react-query": "^4.12.0",
|
|
"@tanstack/react-table": "^8.7.9",
|
|
"react-router-dom": "^6.4.2",
|
|
"react-table": "^7.8.0",
|
|
"react-virtualized-auto-sizer": "^1.0.7",
|
|
"react-window": "^1.8.8",
|
|
"source-map-explorer": "^2.5.3",
|
|
"vite": "^3.1.8",
|
|
"typescript": "^4.8.4",
|
|
"uuid": "^9.0.0",
|
|
"yup": "^0.32.11",
|
|
"zustand": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/google.maps": "^3.51.0",
|
|
"@types/node": "^18.11.2",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-csv": "^1.1.3",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-table": "^7.7.12",
|
|
"@types/react-datepicker": "4.8.0",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"eslint": "8.25.0",
|
|
"vite-tsconfig-paths": "^3.5.1",
|
|
"lint-staged": "^13.0.3",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"vite-plugin-pwa": "^0.13.1",
|
|
"prettier": "^2.7.1",
|
|
"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.5.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
"eslint-plugin-no-inline-styles": "^1.0.5",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|