{
  "name": "@performer/playground",
  "private": false,
  "bin": {
    "playground": "./bin/playground.mjs"
  },
  "version": "0.0.39",
  "type": "module",
  "dependencies": {
    "@codesandbox/sandpack-client": "^2.12.0",
    "@codesandbox/sandpack-react": "^2.12.1",
    "@radix-ui/react-tabs": "^1.0.4",
    "@vitejs/plugin-react": "^4.2.1",
    "chokidar": "^3.6.0",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "consola": "^3.2.3",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "lucide-react": "^0.356.0",
    "react": "18.3.0-canary-338dddc08-20240307",
    "react-dom": "18.3.0-canary-338dddc08-20240307",
    "react-markdown": "^9.0.1",
    "react-router-dom": "^6.22.1",
    "react-syntax-highlighter": "^15.5.0",
    "remark-gfm": "^4.0.0",
    "remark-math": "^6.0.0",
    "tailwind-merge": "^2.2.1",
    "tailwindcss-animate": "^1.0.7",
    "vite": "^5.0.8",
    "vite-plugin-svgr": "^4.2.0",
    "ws": "^8.16.0",
    "@performer/core": "0.0.39"
  },
  "devDependencies": {
    "@playwright/test": "^1.41.2",
    "@types/express": "^4.17.20",
    "@types/node": "^20.11.17",
    "@types/react": "^18.2.64",
    "@types/react-dom": "^18.2.21",
    "@types/react-syntax-highlighter": "^15.5.11",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "autoprefixer": "^10.4.18",
    "esbuild": "^0.19.10",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "tshy": "^1.11.1",
    "typescript": "^5.2.2"
  },
  "tshy": {
    "dialects": [
      "esm"
    ],
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts",
      "./sandpack": "./src/sandpack/index.tsx"
    }
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    },
    "./sandpack": {
      "import": {
        "types": "./dist/esm/sandpack/index.d.ts",
        "default": "./dist/esm/sandpack/index.js"
      }
    }
  },
  "scripts": {
    "dev": "vite --port 3011",
    "typecheck": "tsc --noEmit",
    "e2e": "playwright test",
    "test": "vitest",
    "watch": "tailwindcss -i ./src/index.css -o ./src/output.css --watch"
  }
}