UNPKG

@aigamo/hydrangean-diva

Version:

An open-source online media player that can be deployed to and hosted on GitHub pages.

120 lines 3.44 kB
{ "name": "@aigamo/hydrangean-diva", "version": "0.0.1-alpha.13", "type": "module", "dependencies": { "@aigamo/nostalgic-diva": "^1.14.2", "@aigamo/route-sphere": "^2.0.2", "@elastic/datemath": "^5.0.3", "@elastic/eui": "^102.3.0", "@emotion/cache": "^11.14.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@fluentui/react-icons": "^2.0.302", "ajv": "^8.17.1", "lodash-es": "^4.17.21", "mobx": "^6.13.5", "mobx-react-lite": "^4.0.7", "moment": "^2.30.1", "prop-types": "^15.8.1", "qs": "^6.13.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0", "react-sortablejs": "^6.1.4", "sortablejs": "^1.15.6", "utility-types": "^3.11.0" }, "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^22.10.1", "@types/qs": "^6.9.17", "@types/react": "^18.3.14", "@types/react-dom": "^18.3.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vite-pwa/assets-generator": "^0.2.6", "@vitejs/plugin-react": "^4.3.4", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-boundaries": "^5.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", "jsdom": "^26.1.0", "prettier": "^3.5.3", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vite-plugin-pwa": "^1.0.0", "vitest": "^3.2.0", "workbox-core": "^7.3.0", "workbox-precaching": "^7.3.0", "workbox-routing": "^7.3.0" }, "peerDependencies": { "@aigamo/nostalgic-diva": "^1.14.2", "@aigamo/route-sphere": "^2.0.2", "@elastic/datemath": "^5.0.3", "@elastic/eui": "^102.3.0", "@emotion/cache": "^11.14.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@fluentui/react-icons": "^2.0.302", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0" }, "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", "build": "tsc && vite build", "build:lib": "tsc && vite build --config vite.config.lib.ts", "preview": "vite preview", "test": "vitest --environment=jsdom" } }