hamrahi-player-library 1.3.12 → 1.3.13
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.
- package/package.json +104 -109
package/package.json
CHANGED
|
@@ -1,109 +1,104 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hamrahi-player-library",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/hamrahi-player-library.umd.cjs",
|
|
9
|
-
"module": "./dist/hamrahi-player-library.js",
|
|
10
|
-
"types": "./dist/videoPlayerLibrary/index.d.ts",
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"import": "./dist/hamrahi-player-library.js",
|
|
14
|
-
"require": "./dist/hamrahi-player-library.umd.cjs",
|
|
15
|
-
"types": "./dist/videoPlayerLibrary/index.d.ts"
|
|
16
|
-
},
|
|
17
|
-
"./dist/hamrahi-player-library.css": {
|
|
18
|
-
"import": "./dist/hamrahi-player-library.css",
|
|
19
|
-
"require": "./dist/hamrahi-player-library.css"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite",
|
|
24
|
-
"build": "tsc -b && vite build",
|
|
25
|
-
"lint": "npx eslint --fix . --config eslint.config.js",
|
|
26
|
-
"preview": "vite preview",
|
|
27
|
-
"prettier": "prettier . --check --cache --write",
|
|
28
|
-
"prepare": "husky"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"js
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"react-circular-progressbar": "^2.1.0",
|
|
57
|
-
"react-confetti": "^6.1.0",
|
|
58
|
-
"react-countdown": "^2.3.5",
|
|
59
|
-
"react-
|
|
60
|
-
"react-
|
|
61
|
-
"react-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"use-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@types/
|
|
73
|
-
"@types/
|
|
74
|
-
"@types/
|
|
75
|
-
"@types/react": "^18.3.
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@vitejs/plugin-react": "^
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"eslint": "^
|
|
84
|
-
"eslint-plugin-
|
|
85
|
-
"eslint-plugin-react": "^
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"vite": "^6.0.5",
|
|
106
|
-
"vite-plugin-dts": "^4.5.0",
|
|
107
|
-
"vite-plugin-svgr": "^4.3.0"
|
|
108
|
-
}
|
|
109
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "hamrahi-player-library",
|
|
3
|
+
"version": "1.3.13",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/hamrahi-player-library.umd.cjs",
|
|
9
|
+
"module": "./dist/hamrahi-player-library.js",
|
|
10
|
+
"types": "./dist/videoPlayerLibrary/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/hamrahi-player-library.js",
|
|
14
|
+
"require": "./dist/hamrahi-player-library.umd.cjs",
|
|
15
|
+
"types": "./dist/videoPlayerLibrary/index.d.ts"
|
|
16
|
+
},
|
|
17
|
+
"./dist/hamrahi-player-library.css": {
|
|
18
|
+
"import": "./dist/hamrahi-player-library.css",
|
|
19
|
+
"require": "./dist/hamrahi-player-library.css"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite",
|
|
24
|
+
"build": "tsc -b && vite build",
|
|
25
|
+
"lint": "npx eslint --fix . --config eslint.config.js",
|
|
26
|
+
"preview": "vite preview",
|
|
27
|
+
"prettier": "prettier . --check --cache --write",
|
|
28
|
+
"prepare": "husky"
|
|
29
|
+
},
|
|
30
|
+
"lint-staged": {
|
|
31
|
+
"*.{js,jsx,ts,tsx,mjs}": [
|
|
32
|
+
"eslint --fix --config eslint.config.js",
|
|
33
|
+
"prettier --write"
|
|
34
|
+
],
|
|
35
|
+
"*.{json,css,scss,md,html}": [
|
|
36
|
+
"prettier --write"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": "^18.0.0",
|
|
41
|
+
"react-dom": "^18.0.0"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@emoji-mart/data": "^1.1.2",
|
|
45
|
+
"@emoji-mart/react": "^1.1.1",
|
|
46
|
+
"@reduxjs/toolkit": "^2.5.0",
|
|
47
|
+
"animate.css": "^4.1.1",
|
|
48
|
+
"axios": "^1.6.8",
|
|
49
|
+
"chart.js": "4.4.0",
|
|
50
|
+
"emoji-mart": "^5.5.2",
|
|
51
|
+
"hls.js": "^1.5.8",
|
|
52
|
+
"js-cookie": "^3.0.5",
|
|
53
|
+
"jwt-decode": "^4.0.0",
|
|
54
|
+
"keen-slider": "^6.8.6",
|
|
55
|
+
"mobin-toast": "^3.0.12",
|
|
56
|
+
"react-circular-progressbar": "^2.1.0",
|
|
57
|
+
"react-confetti": "^6.1.0",
|
|
58
|
+
"react-countdown": "^2.3.5",
|
|
59
|
+
"react-redux": "^9.1.1",
|
|
60
|
+
"react-router-dom": "^7.3.0",
|
|
61
|
+
"react-truncate-markup": "^5.1.2",
|
|
62
|
+
"redux": "^5.0.1",
|
|
63
|
+
"socket.io-client": "^4.7.2",
|
|
64
|
+
"tailwind-merge": "^1.14.0",
|
|
65
|
+
"use-count-up": "^3.0.1",
|
|
66
|
+
"use-double-tap": "^1.3.6"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@egjs/view360": "^4.0.0-beta.7",
|
|
70
|
+
"@eslint/js": "^9.17.0",
|
|
71
|
+
"@types/chart.js": "2.9.41",
|
|
72
|
+
"@types/js-cookie": "^3.0.6",
|
|
73
|
+
"@types/node": "^20.5.2",
|
|
74
|
+
"@types/react": "^18.3.18",
|
|
75
|
+
"@types/react-dom": "^18.3.5",
|
|
76
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
77
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
78
|
+
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
79
|
+
"autoprefixer": "^10.4.20",
|
|
80
|
+
"dotenv": "^17.4.1",
|
|
81
|
+
"eslint": "^9.39.4",
|
|
82
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
83
|
+
"eslint-plugin-react": "^7.37.5",
|
|
84
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
85
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
86
|
+
"globals": "^17.4.0",
|
|
87
|
+
"husky": "^9.1.7",
|
|
88
|
+
"lint-staged": "^16.4.0",
|
|
89
|
+
"postcss": "^8.5.1",
|
|
90
|
+
"prettier": "^3.8.1",
|
|
91
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
92
|
+
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
93
|
+
"react": "^18.0.0",
|
|
94
|
+
"react-dom": "^18.0.0",
|
|
95
|
+
"tailwindcss": "^3.4.17",
|
|
96
|
+
"ts-node": "^10.9.2",
|
|
97
|
+
"tsx": "^4.22.4",
|
|
98
|
+
"typescript": "~5.6.2",
|
|
99
|
+
"typescript-eslint": "^8.58.1",
|
|
100
|
+
"vite": "^6.0.5",
|
|
101
|
+
"vite-plugin-dts": "^4.5.0",
|
|
102
|
+
"vite-plugin-svgr": "^4.3.0"
|
|
103
|
+
}
|
|
104
|
+
}
|