{ "name": "EMS-ESP", "version": "3.6.0", "description": "build EMS-ESP TypeScript WebUI", "homepage": "https://emsesp.github.io/docs", "author": "proddy", "license": "MIT", "private": true, "scripts": { "dev": "vite", "build": "vite build", "build-hosted": "vite build --mode hosted", "preview": "vite preview", "preview-standalone": "npm-run-all -p preview typesafe-i18n mock-api", "mock-api": "nodemon --watch ../mock-api ../mock-api/server.js", "standalone": "npm-run-all -p dev typesafe-i18n mock-api", "typesafe-i18n": "typesafe-i18n", "format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'", "lint": "eslint . --cache --max-warnings=0", "lint-fixall": "eslint . --cache --fix" }, "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@msgpack/msgpack": "^3.0.0-beta2", "@mui/icons-material": "^5.11.16", "@mui/material": "^5.12.1", "@remix-run/router": "^1.5.0", "@table-library/react-table-library": "4.1.0", "@types/lodash-es": "^4.17.7", "@types/node": "^18.15.13", "@types/react": "^18.0.38", "@types/react-dom": "^18.0.11", "@types/react-router-dom": "^5.3.3", "@yarnpkg/pnpify": "^4.0.0-rc.42", "async-validator": "^4.2.5", "axios": "^1.3.6", "history": "^5.3.0", "jwt-decode": "^3.1.2", "lodash-es": "^4.17.21", "mime-types": "^2.1.35", "react": "latest", "react-dom": "latest", "react-dropzone": "^14.2.3", "react-icons": "^4.8.0", "react-router-dom": "^6.10.0", "react-toastify": "^9.1.2", "sockette": "^2.0.6", "typesafe-i18n": "^5.24.3", "typescript": "^5.0.4" }, "devDependencies": { "@types/mime-types": "^2", "@types/styled-components": "^5", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@vitejs/plugin-react-swc": "^3.3.0", "eslint": "^8.39.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-autofix": "^1.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "nodemon": "^2.0.22", "npm-run-all": "^4.1.5", "prettier": "^2.8.7", "rollup-plugin-visualizer": "^5.9.0", "terser": "^5.17.1", "vite": "^4.3.1", "vite-plugin-minify": "^1.5.2", "vite-plugin-svgr": "^2.4.0", "vite-tsconfig-paths": "^4.2.0" }, "packageManager": "yarn@3.4.1" }