bcgov/citz-imb-staff-purchasing-reimbursement

View on GitHub
app/package.json

Summary

Maintainability
Test Coverage
{
  "name": "dbarkowsky-capstone-app",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint src",
    "cypress:component": "cypress run --component",
    "cypress:e2e": "cypress run --e2e"
  },
  "dependencies": {
    "@bcgov/bc-sans": "1.0.1",
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "@mui/icons-material": "5.11.16",
    "@mui/material": "5.13.5",
    "@mui/x-date-pickers": "6.8.0",
    "axios": "1.4.0",
    "date-fns": "2.30.0",
    "dayjs": "1.11.8",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-router-dom": "6.13.0",
    "rsuite": "5.35.1",
    "zod": "3.21.4"
  },
  "devDependencies": {
    "@types/jest": "29.5.2",
    "@types/node": "20.3.1",
    "@types/react": "18.2.13",
    "@types/react-dom": "18.2.6",
    "@typescript-eslint/eslint-plugin": "5.60.0",
    "@typescript-eslint/parser": "5.60.0",
    "@vitejs/plugin-react": "4.0.1",
    "cypress": "12.14.0",
    "dotenv": "16.3.1",
    "eslint": "8.43.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.32.2",
    "prettier": "2.8.8",
    "typescript": "5.1.3",
    "vite": "4.3.9"
  }
}