react18-tools/webgl-generative-particles

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.15",
    "nextjs-darkmode": "^1.0.4",
    "nextjs-themes": "^4.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-mouse-trails": "^0.0.4",
    "react18-loaders": "^1.1.3",
    "webgl-generative-particles": "workspace:*"
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "^14.2.15",
    "@repo/eslint-config": "workspace:*",
    "@repo/typescript-config": "workspace:*",
    "@types/node": "^22.7.7",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.1",
    "typescript": "^5.6.3"
  }
}