{
  "name": "@aigamo/hydrangean-diva",
  "version": "0.0.1-alpha.68",
  "type": "module",
  "dependencies": {
    "@elastic/datemath": "^5.0.3",
    "@elastic/eui": "^113.1.0",
    "@emotion/cache": "^11.14.0",
    "@emotion/css": "^11.13.5",
    "@emotion/react": "^11.14.0",
    "@fluentui/react-icons": "^2.0.319",
    "@tanstack/react-router": "^1.144.0",
    "@tanstack/react-router-devtools": "^1.144.0",
    "ajv": "^8.20.0",
    "ez-modal-react": "^1.0.5",
    "lodash-es": "^4.18.1",
    "mobx": "^6.15.3",
    "mobx-react-lite": "^4.1.1",
    "moment": "^2.30.1",
    "nprogress": "^0.2.0",
    "prop-types": "^15.8.1",
    "qs": "^6.15.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-sortablejs": "^6.1.4",
    "sortablejs": "^1.15.7",
    "utility-types": "^3.11.0",
    "@aigamo/nostalgic-diva": "0.0.1-alpha.68",
    "@aigamo/route-sphere": "0.0.1-alpha.68"
  },
  "devDependencies": {
    "@eslint/compat": "^2.1.0",
    "@eslint/eslintrc": "^3.3.5",
    "@tanstack/router-plugin": "^1.145.2",
    "@trivago/prettier-plugin-sort-imports": "^6.0.2",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^25.0.3",
    "@types/nprogress": "^0.2.3",
    "@types/qs": "^6.15.1",
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18.3.7",
    "@typescript-eslint/eslint-plugin": "^8.59.3",
    "@typescript-eslint/parser": "^8.59.3",
    "@typescript/native-preview": "7.0.0-dev.20260421.2",
    "@vite-pwa/assets-generator": "^1.0.2",
    "@vitejs/plugin-react": "^6.0.2",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-react-app": "^7.0.1",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-boundaries": "^6.0.2",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "jsdom": "^29.1.1",
    "prettier": "^3.8.3",
    "vite": "^8.0.13",
    "vite-plugin-dts": "^5.0.0",
    "vite-plugin-externalize-deps": "^0.10.0",
    "vite-plugin-pwa": "^1.3.0",
    "vitest": "^4.1.6",
    "workbox-core": "^7.4.1",
    "workbox-precaching": "^7.4.1",
    "workbox-routing": "^7.4.1"
  },
  "peerDependencies": {
    "@elastic/datemath": "^5.0.3",
    "@elastic/eui": "^113.1.0",
    "@emotion/cache": "^11.14.0",
    "@emotion/css": "^11.13.5",
    "@emotion/react": "^11.14.0",
    "@fluentui/react-icons": "^2.0.319",
    "@tanstack/react-router": "^1.144.0",
    "@tanstack/react-router-devtools": "^1.144.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "@aigamo/route-sphere": "0.0.1-alpha.68"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.es.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs.js"
      }
    }
  },
  "description": "An open-source online media player that can be deployed to and hosted on GitHub pages.",
  "license": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ycanardeau/hydrangean-diva.git"
  },
  "keywords": [
    "react",
    "player",
    "audio",
    "dailymotion",
    "niconico",
    "soundcloud",
    "twitch",
    "vimeo",
    "youtube"
  ],
  "author": "Aigamo <51428094+ycanardeau@users.noreply.github.com>",
  "bugs": {
    "url": "https://github.com/ycanardeau/hydrangean-diva/issues"
  },
  "scripts": {
    "dev": "vite --config vite.config.app.ts",
    "build": "tsgo -b && vite build",
    "build:app": "tsgo -b && vite build --config vite.config.app.ts",
    "lint": "eslint .",
    "preview": "vite preview --config vite.config.app.ts",
    "test": "vitest --environment=jsdom"
  }
}