1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "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": {
- "@date-io/dayjs": "1.x",
- "@json2csv/plainjs": "^7.0.1",
- "@material-ui/core": "4.11.4",
- "@material-ui/icons": "^4.11.3",
- "@material-ui/lab": "4.0.0-alpha.58",
- "@material-ui/pickers": "^3.3.10",
- "@mui/x-data-grid": "^4.0.0",
- "axios": "^0.21.3",
- "d3": "^7.8.2",
- "dayjs": "^1.10.5",
- "file-saver": "^2.0.5",
- "i18next": "^20.3.1",
- "papaparse": "^5.3.1",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-highlight-words": "^0.17.0",
- "react-i18next": "^12.0.0",
- "react-router-dom": "^6.4.3",
- "react-syntax-highlighter": "^15.4.4",
- "socket.io-client": "^4.1.3",
- "vite": "^3.2.2",
- "vite-plugin-svgr": "^0.3.0",
- "web-vitals": "^1.0.1"
- },
- "devDependencies": {
- "@testing-library/jest-dom": "^5.16.5",
- "@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.4",
- "@types/loadable__component": "^5.13.4",
- "@types/node": "^12.0.0",
- "@types/papaparse": "^5.2.6",
- "@types/react": "^18.0.25",
- "@types/react-dom": "^18.0.8",
- "@types/react-highlight-words": "^0.16.2",
- "@types/react-router-dom": "^5.3.3",
- "@types/react-syntax-highlighter": "^13.5.2",
- "@types/webpack-env": "^1.16.3",
- "@vitejs/plugin-react": "^2.2.0",
- "@vitejs/plugin-react-refresh": "^1.3.6",
- "@vitest/coverage-c8": "^0.25.0",
- "jsdom": "^20.0.2",
- "prettier": "2.3.2",
- "vitest": "^0.24.5",
- "typescript": "^4.1.2"
- },
- "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"
- ]
- }
- }
|