{
  "name": "mui-toolpad-extended-tuni",
  "private": false,
  "description": "Extended Toolpad",
  "author": "Jaakko Rajala",
  "version": "3.1.0",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jalez/mui-toolpad-extended-tuni.git"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.es.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "mui",
    "toolpad",
    "education",
    "tuni"
  ],
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf dist && rm -rf build && rm -rf coverage && rm -rf node_modules/.cache",
    "dev": "vite --open --port 3100",
    "build": "tsc --project tsconfig.json && vite build",
    "lint": "eslint .",
    "preview": "vite preview",
    "test": "vitest --coverage"
  },
  "overrides": {
    "cross-spawn": "7.0.5",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^9.0.0",
    "@dnd-kit/sortable": "^10.0.0",
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "@fontsource/roboto": "^5.0.14",
    "@mui-toolpad-extended-tuni/core": "^3.1.0",
    "@mui/icons-material": "^7.3.4",
    "@mui/material": "^7.3.4",
    "@mui/x-date-pickers": "^7.25.0",
    "@toolpad/core": "^0.16.0",
    "@types/axios": "^0.9.36",
    "@types/react-router-dom": "^5.3.3",
    "@types/react-slider": "^1.3.6",
    "@xyflow/react": "^12.4.4",
    "axios": "^1.7.9",
    "chart.js": "^4.5.1",
    "d3-force": "^3.0.0",
    "lodash": "^4.17.21",
    "notistack": "^3.0.1",
    "react": "^19.0.0",
    "react-chartjs-2": "^5.2.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^19.0.0",
    "react-grid-layout": "^1.5.0",
    "react-router-dom": "^7.11.0",
    "styled-components": "^6.1.0",
    "uuid": "^10.0.0",
    "zustand": "^4.5.4"
  },
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@originjs/vite-plugin-federation": "^1.3.6",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/d3-force": "^3.0.10",
    "@types/lodash": "^4.17.20",
    "@types/node": "^24.8.1",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@types/react-grid-layout": "^1.3.5",
    "@types/uuid": "^10.0.0",
    "@vitejs/plugin-react": "^4.3.1",
    "@vitest/coverage-v8": "^3.2.4",
    "cross-env": "^7.0.3",
    "eslint": "^9.8.0",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.9",
    "globals": "^15.9.0",
    "jsdom": "^25.0.1",
    "msw": "^2.7.0",
    "mui-toolpad-extended-tuni": "^3.0.0",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.0.0",
    "vite": "^6.4.0",
    "vite-plugin-dts": "^4.5.0",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "msw": {
    "workerDirectory": [
      "public"
    ]
  }
}
