react18-tools/react-mouse-trail

View on GitHub
examples/nextjs/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@example/nextjs",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "next build",
    "clean": "rm -rf .next",
    "dev": "next dev -p 3002",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "start": "next start"
  },
  "dependencies": {
    "@repo/shared": "workspace:*",
    "next": "^14.2.11",
    "nextjs-darkmode": "^1.0.4",
    "nextjs-themes": "^4.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-mouse-trails": "workspace:*",
    "react18-loaders": "^1.1.3"
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "^14.2.11",
    "@repo/eslint-config": "workspace:*",
    "@repo/typescript-config": "workspace:*",
    "@types/node": "^22.5.5",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "typescript": "^5.6.2"
  }
}