@aigamo/hydrangean-diva 0.0.1-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/LICENSE +93 -0
  2. package/dist/App.d.ts +3 -0
  3. package/dist/AppRoutes.d.ts +4 -0
  4. package/dist/common/components/Compose.d.ts +7 -0
  5. package/dist/favicon.svg +39 -0
  6. package/dist/features/media-player/components/AddVideoButton.d.ts +7 -0
  7. package/dist/features/media-player/components/BottomBar.d.ts +12 -0
  8. package/dist/features/media-player/components/Header.d.ts +2 -0
  9. package/dist/features/media-player/components/HydrangeanDiva.d.ts +11 -0
  10. package/dist/features/media-player/components/MediaPlayerLayout.d.ts +8 -0
  11. package/dist/features/media-player/components/MiniPlayer.d.ts +15 -0
  12. package/dist/features/media-player/components/PlayQueueStoreContext.d.ts +8 -0
  13. package/dist/features/media-player/components/PlayQueueTable.d.ts +9 -0
  14. package/dist/features/media-player/components/PlayerStoreContext.d.ts +8 -0
  15. package/dist/features/media-player/components/index.d.ts +6 -0
  16. package/dist/features/media-player/index.d.ts +2 -0
  17. package/dist/features/media-player/pages/PlayQueuePage.d.ts +2 -0
  18. package/dist/features/media-player/stores/IObservableStateProvider.d.ts +4 -0
  19. package/dist/features/media-player/stores/IPlayQueueItemStore.d.ts +33 -0
  20. package/dist/features/media-player/stores/IPlayQueueStore.d.ts +15 -0
  21. package/dist/features/media-player/stores/MobXObservableStateProvider.d.ts +5 -0
  22. package/dist/features/media-player/stores/ObservableStateProvider.d.ts +5 -0
  23. package/dist/features/media-player/stores/PlayQueueItemStore.d.ts +39 -0
  24. package/dist/features/media-player/stores/PlayQueueLocalStorageState.d.ts +10 -0
  25. package/dist/features/media-player/stores/PlayQueueStore.d.ts +55 -0
  26. package/dist/features/media-player/stores/PlayerStore.d.ts +15 -0
  27. package/dist/features/media-player/stores/RepeatMode.d.ts +5 -0
  28. package/dist/features/media-player/stores/getOrAddSchema.d.ts +2 -0
  29. package/dist/features/media-player/stores/index.d.ts +6 -0
  30. package/dist/icons.d.ts +1 -0
  31. package/dist/index.cjs.js +45 -0
  32. package/dist/index.cjs.js.map +1 -0
  33. package/dist/index.d.ts +1 -0
  34. package/dist/index.es.js +2543 -0
  35. package/dist/index.es.js.map +1 -0
  36. package/dist/main.d.ts +1 -0
  37. package/dist/sw.d.ts +1 -0
  38. package/package.json +118 -0
package/package.json ADDED
@@ -0,0 +1,118 @@
1
+ {
2
+ "name": "@aigamo/hydrangean-diva",
3
+ "version": "0.0.1-alpha.10",
4
+ "type": "module",
5
+ "dependencies": {
6
+ "@aigamo/nostalgic-diva": "^1.14.2",
7
+ "@aigamo/route-sphere": "^2.0.2",
8
+ "@elastic/datemath": "^5.0.3",
9
+ "@elastic/eui": "^102.3.0",
10
+ "@emotion/cache": "^11.14.0",
11
+ "@emotion/css": "^11.13.5",
12
+ "@emotion/react": "^11.14.0",
13
+ "@fluentui/react-icons": "^2.0.302",
14
+ "ajv": "^8.17.1",
15
+ "lodash-es": "^4.17.21",
16
+ "mobx": "^6.13.5",
17
+ "mobx-react-lite": "^4.0.7",
18
+ "moment": "^2.30.1",
19
+ "prop-types": "^15.8.1",
20
+ "qs": "^6.13.1",
21
+ "react": "^18.3.1",
22
+ "react-dom": "^18.3.1",
23
+ "react-router-dom": "^6.28.0",
24
+ "react-sortablejs": "^6.1.4",
25
+ "sortablejs": "^1.15.6",
26
+ "utility-types": "^3.11.0"
27
+ },
28
+ "devDependencies": {
29
+ "@types/lodash-es": "^4.17.12",
30
+ "@types/node": "^22.10.1",
31
+ "@types/qs": "^6.9.17",
32
+ "@types/react": "^18.3.14",
33
+ "@types/react-dom": "^18.3.2",
34
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
35
+ "@typescript-eslint/parser": "^5.62.0",
36
+ "@vite-pwa/assets-generator": "^0.2.6",
37
+ "@vitejs/plugin-react": "^4.3.4",
38
+ "eslint": "^8.57.1",
39
+ "eslint-config-prettier": "^9.1.0",
40
+ "eslint-config-react-app": "^7.0.1",
41
+ "eslint-plugin-flowtype": "^8.0.3",
42
+ "eslint-plugin-import": "^2.31.0",
43
+ "eslint-plugin-jsx-a11y": "^6.10.2",
44
+ "eslint-plugin-prettier": "^5.2.1",
45
+ "eslint-plugin-react": "^7.37.2",
46
+ "eslint-plugin-react-hooks": "^4.6.2",
47
+ "eslint-plugin-simple-import-sort": "^12.1.1",
48
+ "jsdom": "^26.1.0",
49
+ "prettier": "^3.5.3",
50
+ "typescript": "^5.8.3",
51
+ "vite": "^6.3.5",
52
+ "vite-plugin-dts": "^4.5.4",
53
+ "vite-plugin-pwa": "^1.0.0",
54
+ "vitest": "^3.2.0",
55
+ "workbox-core": "^7.3.0",
56
+ "workbox-precaching": "^7.3.0",
57
+ "workbox-routing": "^7.3.0"
58
+ },
59
+ "peerDependencies": {
60
+ "@aigamo/nostalgic-diva": "^1.14.2",
61
+ "@aigamo/route-sphere": "^2.0.2",
62
+ "@elastic/datemath": "^5.0.3",
63
+ "@elastic/eui": "^102.3.0",
64
+ "@emotion/cache": "^11.14.0",
65
+ "@emotion/css": "^11.13.5",
66
+ "@emotion/react": "^11.14.0",
67
+ "@fluentui/react-icons": "^2.0.302",
68
+ "react": "^18.3.1",
69
+ "react-dom": "^18.3.1",
70
+ "react-router-dom": "^6.28.0"
71
+ },
72
+ "files": [
73
+ "dist"
74
+ ],
75
+ "main": "./dist/index.cjs.js",
76
+ "module": "./dist/index.es.js",
77
+ "types": "./dist/index.d.ts",
78
+ "exports": {
79
+ ".": {
80
+ "import": {
81
+ "types": "./dist/index.d.ts",
82
+ "default": "./dist/index.es.js"
83
+ },
84
+ "require": {
85
+ "types": "./dist/index.d.ts",
86
+ "default": "./dist/index.cjs.js"
87
+ }
88
+ }
89
+ },
90
+ "description": "An open-source online media player that can be deployed to and hosted on GitHub pages.",
91
+ "license": "",
92
+ "repository": {
93
+ "type": "git",
94
+ "url": "git+https://github.com/ycanardeau/hydrangean-diva.git"
95
+ },
96
+ "keywords": [
97
+ "react",
98
+ "player",
99
+ "audio",
100
+ "dailymotion",
101
+ "niconico",
102
+ "soundcloud",
103
+ "twitch",
104
+ "vimeo",
105
+ "youtube"
106
+ ],
107
+ "author": "Aigamo <51428094+ycanardeau@users.noreply.github.com>",
108
+ "bugs": {
109
+ "url": "https://github.com/ycanardeau/hydrangean-diva/issues"
110
+ },
111
+ "scripts": {
112
+ "dev": "vite",
113
+ "build": "tsc && vite build",
114
+ "build:lib": "tsc && vite build --config vite.config.lib.ts",
115
+ "preview": "vite preview",
116
+ "test": "vitest --environment=jsdom"
117
+ }
118
+ }