react18-tools/esbuild-plugin-react18-css

View on GitHub
examples/nextjs/package.json

Summary

Maintainability
Test Coverage
{
  "name": "nextjs-example",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "postinstall": "next telemetry disable"
  },
  "dependencies": {
    "@mayank1513/fork-me": "^2.1.2",
    "esbuild-plugin-react18-css-example": "workspace:*",
    "next": "^14.2.4",
    "nextjs-themes": "^3.1.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "shared-ui": "workspace:*"
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "^14.2.4",
    "@types/node": "^20.14.5",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "eslint-config-custom": "workspace:*",
    "tsconfig": "workspace:*",
    "typescript": "^5.4.5"
  }
}