react18-tools/esbuild-plugin-react18-css

View on GitHub
packages/shared-ui/package.json

Summary

Maintainability
Test Coverage
{
  "name": "shared-ui",
  "author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
  "private": true,
  "version": "0.0.0",
  "description": "Shared UI Package",
  "main": "./index.ts",
  "types": "./index.ts",
  "scripts": {
    "lint": "eslint ."
  },
  "devDependencies": {
    "@mayank1513/fork-me": "^2.1.2",
    "@types/node": "^20.14.5",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "esbuild-plugin-react18-css-example": "workspace:*",
    "eslint-config-custom": "workspace:*",
    "next": "^14.2.4",
    "nextjs-themes": "^3.1.3",
    "react": "^18.3.1",
    "tsconfig": "workspace:*",
    "typescript": "5.4.5"
  },
  "dependencies": {
    "eslint": "^9.5.0"
  }
}