{
  "name": "@pie-element/rubric",
  "version": "0.1.0",
  "description": "Rubric Scoring Interaction",
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/style": "^0.8.0",
    "@mui/icons-material": "^7.3.4",
    "@mui/material": "^7.3.4",
    "@pie-lib/render-ui": "0.1.0",
    "prop-types": "^15.8.1",
    "@pie-element/shared-configure-events": "0.1.0",
    "@pie-lib/rubric": "0.1.0",
    "@pie-lib/config-ui": "0.1.0",
    "@pie-element/shared-math-rendering-mathjax": "0.1.0",
    "debug": "^4.1.1",
    "lodash-es": "^4.17.21"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./delivery": {
      "development": "./src/delivery/index.ts",
      "types": "./dist/delivery/index.d.ts",
      "default": "./dist/delivery/index.js"
    },
    "./author": {
      "development": "./src/author/index.ts",
      "types": "./dist/author/index.d.ts",
      "default": "./dist/author/index.js"
    },
    "./controller": {
      "development": "./src/controller/index.ts",
      "types": "./dist/controller/index.d.ts",
      "default": "./dist/controller/index.js"
    },
    "./print": {
      "development": "./src/print/index.tsx",
      "types": "./dist/print/index.d.ts",
      "default": "./dist/print/index.js"
    }
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "devDependencies": {
    "vite": "^8.0.1",
    "typescript": "^5.9.3",
    "@vitejs/plugin-react": "^6.0.1",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0"
  },
  "scripts": {
    "build": "bun x vite build && bun x vite build --config vite.config.iife.ts && bun x tsc --emitDeclarationOnly",
    "dev": "bun x vite",
    "demo": "bun x vite --mode demo",
    "test": "bun x vitest run"
  }
}
