react18-tools/react-mouse-trail

View on GitHub
packages/shared/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@repo/shared",
  "version": "0.0.4",
  "private": true,
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup && tsc -p tsconfig-build.json",
    "clean": "rm -rf dist",
    "dev": "tsup --watch && tsc -p tsconfig-build.json -w",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "test": "vitest run --coverage"
  },
  "devDependencies": {
    "@repo/eslint-config": "workspace:*",
    "@repo/typescript-config": "workspace:*",
    "@testing-library/react": "^16.0.1",
    "@types/node": "^22.5.5",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "@vitest/coverage-v8": "^2.1.1",
    "esbuild-plugin-react18": "^0.2.5",
    "esbuild-plugin-react18-css": "^0.0.4",
    "jsdom": "^25.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tsup": "^8.2.4",
    "typescript": "^5.6.2",
    "vite-tsconfig-paths": "^5.0.1",
    "vitest": "^2.1.1"
  },
  "dependencies": {
    "@mayank1513/fork-me": "^2.1.2",
    "@repo/scripts": "workspace:*",
    "nextjs-darkmode": "^1.0.4",
    "nextjs-themes": "^4.0.3",
    "r18gs": "^2.0.0",
    "react-live": "^4.1.7",
    "react-mouse-trails": "workspace:*",
    "react18-loaders": "^1.1.3"
  },
  "peerDependencies": {
    "@types/react": "16.8 - 19",
    "next": "10 - 14",
    "react": "16.8 - 19"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    }
  }
}