{
  "name": "tailwind-pdf-viewer",
  "version": "0.1.5",
  "description": "PDF Viewer made with React and Tailwind CSS.",
  "license": "MIT",
  "author": "Khoi Tuan Nguyen",
  "keywords": [
    "Tailwind CSS",
    "PDF Viewer",
    "React"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/KhoiUna/tailwind-pdf-viewer.git"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "test": "vitest",
    "coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@iconify/react": "^4.0.1",
    "pdfjs-dist": "^3.1.81",
    "react": "^18.2.0",
    "react-device-detect": "^2.2.2",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@testing-library/react": "^13.4.0",
    "@types/react": "^18.0.24",
    "@types/react-dom": "^18.0.8",
    "@vitejs/plugin-react": "^2.2.0",
    "autoprefixer": "^10.4.13",
    "jsdom": "^20.0.3",
    "postcss": "^8.4.19",
    "tailwindcss": "^3.2.4",
    "typescript": "^4.6.4",
    "vite": "^3.2.3",
    "vitest": "^0.25.3"
  }
}
