{ "name": "EMS-ESP", "version": "3.7", "description": "Build the EMS-ESP WebUI", "homepage": "https://emsesp.github.io/docs", "author": "proddy", "license": "MIT", "private": true, "type": "module", "scripts": { "build": "vite build", "preview": "vite preview", "build-hosted": "typesafe-i18n --no-watch && vite build --mode hosted", "preview-standalone": "typesafe-i18n --no-watch && vite build && concurrently -c \"auto\" \"npm:mock-rest\" \"vite preview\"", "mock-rest": "bun --watch ../mock-api/rest_server.ts", "mock-es": "bun --watch ../mock-api/es_server.ts", "mock-upload": "bun --watch ../mock-api/upload_server.ts", "standalone": "concurrently -c \"auto\" \"typesafe-i18n\" \"npm:mock-rest\" \"npm:mock-es\" \"npm:mock-upload\" \"vite\"", "typesafe-i18n": "typesafe-i18n --no-watch", "webUI": "node progmem-generator.js", "format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'", "lint": "eslint . --fix" }, "dependencies": { "@alova/adapter-xhr": "^1.0.6", "@alova/scene-react": "^1.6.1", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", "@table-library/react-table-library": "4.1.7", "@types/lodash-es": "^4.17.12", "@types/node": "^20.14.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-router-dom": "^5.3.3", "alova": "^2.21.3", "async-validator": "^4.2.5", "history": "^5.3.0", "jwt-decode": "^4.0.0", "lodash-es": "^4.17.21", "mime-types": "^2.1.35", "react": "latest", "react-dom": "latest", "react-dropzone": "^14.2.3", "react-icons": "^5.2.1", "react-router-dom": "^6.23.1", "react-toastify": "^10.0.5", "typesafe-i18n": "^5.26.2", "typescript": "^5.4.5" }, "devDependencies": { "@babel/core": "^7.24.7", "@eslint/js": "^9.5.0", "@preact/compat": "^17.1.2", "@preact/preset-vite": "^2.8.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/babel__core": "^7", "concurrently": "^8.2.2", "eslint": "^9.5.0", "eslint-config-prettier": "^9.1.0", "preact": "^10.22.0", "prettier": "^3.3.2", "rollup-plugin-visualizer": "^5.12.0", "terser": "^5.31.1", "typescript-eslint": "^7.13.0", "vite": "^5.3.1", "vite-plugin-imagemin": "^0.6.1", "vite-tsconfig-paths": "^4.3.2" }, "packageManager": "yarn@4.2.1" }