Files
wlan-cloud-owprov-ui/package.json
2023-04-12 12:29:38 +02:00

110 lines
3.3 KiB
JSON

{
"name": "wlan-cloud-owprov-ui",
"version": "2.10.0(2)",
"description": "",
"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",
"@nivo/circle-packing": "^0.80.0",
"@nivo/core": "^0.80.0",
"@react-spring/web": "^9.5.5",
"axios": "^1.1.3",
"buffer": "^6.0.3",
"chakra-react-select": "^4.3.0",
"cronstrue": "2.14.0",
"currency-codes": "^2.1.0",
"dagre": "^0.8.5",
"dotenv": "^16.0.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.6",
"i18next": "^22.0.0",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^1.4.4",
"libphonenumber-js": "^1.10.14",
"papaparse": "^5.3.2",
"phosphor-react": "^1.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-country-flag": "^3.0.2",
"react-csv": "^2.2.2",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.0",
"react-flow-renderer": "^10.3.17",
"react-full-screen": "^1.1.1",
"react-i18next": "^11.18.6",
"react-masonry-css": "^1.0.16",
"react-papaparse": "^4.1.0",
"@tanstack/react-query": "^4.12.0",
"react-router-dom": "^6.4.2",
"react-table": "^7.8.0",
"react-tooltip": "^4.4.2",
"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/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-virtualized-auto-sizer": "^1.0.1",
"@types/react-datepicker": "4.8.0",
"@types/react-window": "^1.8.5",
"@types/uuid": "^8.3.4",
"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"
]
}
}