{ "name": "ui", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build ", "watch": "vite build --watch", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "antd": "^5.5.2", "less": "4.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", "@ant-design/icons": "^5.1.4", "@netuno/service-client": "^1.1.0", "@netuno/ws-client": "^1.0.8", "json-loader": "^0.5.7" }, "devDependencies": { "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react-swc": "^3.0.0", "eslint": "^8.38.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "prop-types": "^15.8.1", "vite": "^4.3.9", "vite-plugin-imp": "^2.4.0" } }