{
  "name": "joycra",
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "private": true,
  "dependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.5.0",
    "@mui/material": "^5.5.0",
    "axios": "^0.26.0",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.2",
    "echarts": "^5.3.2",
    "echarts-for-react": "^3.0.2",
    "joyutils": "^1.0.2",
    "lodash": "^4.17.21",
    "numbro": "^2.3.6",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.2.2"
  },
  "devDependencies": {
    "@babel/core": ">=7.0.0 <8.0.0",
    "@types/lodash": "^4.14.182",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@vitejs/plugin-react": "^1.3.0",
    "chalk": "^5.0.0",
    "eslint": "8",
    "husky": "^7.0.4",
    "joylint": "^1.1.13",
    "lint-staged": "^12.4.1",
    "msw": "^0.39.2",
    "prettier": "2",
    "stylelint": "14",
    "typescript": "^4.6.3",
    "vite": "^3.0.3",
    "zx": "^6.1.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "volta": {
    "node": "16.14.2"
  },
  "msw": {
    "workerDirectory": "public"
  }
}
