{ "name": "attu-client", "version": "2.0.0", "description": "Attu UI Client", "license": "Apache-2.0", "bugs": "https://github.com/zilliztech/attu/issues", "private": true, "dependencies": { "@codemirror/commands": "^6.6.0", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/language": "^6.10.1", "@codemirror/lint": "^6.8.0", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.28.6", "@date-io/dayjs": "1.x", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@json2csv/plainjs": "^7.0.3", "@mui/icons-material": "^5.16.7", "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^5.16.7", "@mui/styles": "^5.16.7", "@mui/x-tree-view": "^7.12.1", "axios": "^1.7.4", "codemirror": "^6.0.1", "d3": "^7.8.5", "dayjs": "^1.11.9", "file-saver": "^2.0.5", "i18next": "^20.3.1", "i18next-browser-languagedetector": "^7.2.0", "papaparse": "^5.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-highlight-words": "^0.17.0", "react-i18next": "^13.5.0", "react-router-dom": "^6.23.1", "react-syntax-highlighter": "^15.5.0", "socket.io-client": "^4.7.5", "web-vitals": "^1.0.1" }, "devDependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "^7.0.1", "@testing-library/user-event": "^12.1.10", "@types/d3": "^7.4.0", "@types/file-saver": "^2.0.5", "@types/loadable__component": "^5.13.4", "@types/node": "^12.0.0", "@types/papaparse": "^5.3.14", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/react-highlight-words": "^0.16.4", "@types/react-router-dom": "^5.3.3", "@types/react-syntax-highlighter": "^15.5.13", "@types/webpack-env": "^1.18.1", "@vitejs/plugin-react": "^4.0.3", "@vitejs/plugin-react-refresh": "^1.3.6", "@vitest/coverage-c8": "^0.25.0", "jsdom": "^20.0.2", "prettier": "2.3.2", "typescript": "^4.1.2", "vite": "^5.3.4", "vite-plugin-svgr": "^4.2.0", "vitest": "^1.2.1" }, "homepage": "./", "scripts": { "start": "vite", "build": "vite build", "test": "vitest", "test:coverage": "vitest --coverage", "test:watch": "vitest --watchAll", "format": "prettier --write '**/*.{ts,js,tsx,jsx,css}'" }, "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }