{ "name": "oxygen-ui", "private": true, "version": "1.0.0-SNAPSHOT", "type": "module", "scripts": { "dev": "vite", "dev-host": "vite --host 0.0.0.0", "build": "vite build && npm run typecheck", "build-test": "vite build --mode testing && npm run typecheck", "typecheck": "tsc", "clean": "rimraf dist .eslintrc-auto-import.json auto-imports.d.ts", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write src/", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.3.6", "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@marsidev/react-turnstile": "^0.6.0", "@monaco-editor/react": "^4.6.0", "@typescript/ata": "^0.9.4", "antd": "^5.16.5", "axios": "^1.6.8", "custom-protocol-check": "^1.4.0", "dayjs": "^1.11.11", "echarts": "^5.5.0", "esbuild-wasm": "^0.20.2", "fast-deep-equal": "^3.1.3", "fflate": "^0.8.2", "jwt-decode": "^4.0.0", "localforage": "^1.10.0", "lodash": "^4.17.21", "match-sorter": "^6.3.4", "moment": "^2.30.1", "monaco-editor": "^0.48.0", "monaco-jsx-syntax-highlight": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-router": "^6.23.0", "react-router-dom": "^6.23.0", "size-sensor": "^1.0.2", "vanilla-tilt": "^1.8.1" }, "devDependencies": { "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@types/jsdom": "^21.1.6", "@types/lodash": "^4.17.0", "@types/node": "^20.12.7", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-config-love": "^47.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.6", "jsdom": "^24.0.0", "prettier": "^3.2.5", "sass": "^1.76.0", "stylelint-config-prettier": "^9.0.5", "typescript": "^5.4.5", "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.19.0", "vite": "^5.2.10" } }