{
  "name": "sbt-ui",
  "version": "0.1.0",
  "scripts": {
    "start": "NODE_ENV=development vite --host",
    "build": "NODE_ENV=production npm run extract && npm run compile && tsc && vite build",
    "serve": "vite preview",
    "extract": "lingui extract --clean",
    "compile": "lingui compile",
    "format": "prettier --config ./.prettierrc --write src/**/*.{ts,tsx,js,jsx}",
    "lint": "eslint . --ext .ts,.tsx --fix"
  },
  "engines": {
    "node": ">=16"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@ant-design/colors": "^6.0.0",
    "@ant-design/icons": "^4.8.0",
    "@ant-design/plots": "^1.2.3",
    "@ant-design/pro-layout": "^7.10.3",
    "@babel/core": "^7.13.10",
    "@cyntler/react-doc-viewer": "^1.14.1",
    "@react-pdf-viewer/core": "^3.12.0",
    "@react-pdf-viewer/default-layout": "^3.12.0",
    "@tanstack/react-query": "^4.20.4",
    "antd": "^5.4.0",
    "axios": "^1.2.2",
    "chart.js": "^4.4.1",
    "history": "^5.3.0",
    "lodash-es": "^4.17.21",
    "mousetrap": "^1.6.5",
    "pdfjs-dist": "^3.11.174",
    "process": "^0.11.10",
    "react": "^18.3.1",
    "react-awesome-lightbox": "^1.8.1",
    "react-chartjs-2": "^5.2.0",
    "react-dom": "^18.3.1",
    "react-hotkeys-hook": "^4.5.0",
    "react-json-view-lite": "^1.2.1",
    "react-office-viewer": "^1.0.4",
    "react-router-dom": "^6.6.1",
    "styled-components": "^5.3.6",
    "ts-node": "^10.9.2",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@babel/plugin-syntax-jsx": "^7.12.13",
    "@babel/plugin-transform-react-jsx-self": "^7.12.13",
    "@babel/plugin-transform-react-jsx-source": "^7.12.13",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "^7.13.10",
    "@lingui/cli": "^3.7.2",
    "@lingui/core": "^3.7.2",
    "@lingui/macro": "^3.7.2",
    "@lingui/react": "^3.7.2",
    "@tanstack/eslint-plugin-query": "^4.29.4",
    "@tanstack/react-query-devtools": "^4.20.4",
    "@types/babel-plugin-macros": "^2.8.4",
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^18.19.12",
    "@types/react": "^18.0.20",
    "@types/react-dom": "^18.0.10",
    "@types/uuid": "^9.0.1",
    "@vitejs/plugin-react": "^3.0.0",
    "babel-plugin-macros": "^3.0.1",
    "eslint": "^8.40.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-react-app": "^7.0.1",
    "make-plural": "^7.2.0",
    "prettier": "^2.8.1",
    "prettier-plugin-organize-imports": "^3.2.1",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.57.1",
    "typescript": "5.6.3",
    "vite": "^4.0.3",
    "vite-plugin-svgr": "^2.4.0",
    "vite-tsconfig-paths": "^4.0.3"
  }
}