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.
Files changed (1) hide show
  1. package/package.json +104 -109
package/package.json CHANGED
@@ -1,109 +1,104 @@
1
- {
2
- "name": "hamrahi-player-library",
3
- "version": "1.3.12",
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
- "pre-commit-checks": "lint-staged && npm run build",
30
- "prepublishOnly": "node --require ts-node/register src/scripts/check-publish.ts"
31
- },
32
- "lint-staged": {
33
- "*.{js,jsx,ts,tsx,mjs}": [
34
- "eslint --fix --config eslint.config.js",
35
- "prettier --write"
36
- ],
37
- "*.{json,css,scss,md,html}": [
38
- "prettier --write"
39
- ]
40
- },
41
- "dependencies": {
42
- "@emoji-mart/data": "^1.1.2",
43
- "@emoji-mart/react": "^1.1.1",
44
- "@reduxjs/toolkit": "^2.5.0",
45
- "@types/node": "^22.10.7",
46
- "animate.css": "^4.1.1",
47
- "axios": "^1.6.8",
48
- "chart.js": "4.4.0",
49
- "emoji-mart": "^5.5.2",
50
- "hls.js": "^1.5.8",
51
- "js-cookie": "^3.0.5",
52
- "jwt-decode": "^4.0.0",
53
- "keen-slider": "^6.8.6",
54
- "mobin-toast": "^3.0.12",
55
- "react": "^18.3.1",
56
- "react-circular-progressbar": "^2.1.0",
57
- "react-confetti": "^6.1.0",
58
- "react-countdown": "^2.3.5",
59
- "react-dom": "^18.3.1",
60
- "react-redux": "^9.1.1",
61
- "react-router-dom": "^7.3.0",
62
- "react-truncate-markup": "^5.1.2",
63
- "redux": "^5.0.1",
64
- "socket.io-client": "^4.7.2",
65
- "tailwind-merge": "^1.14.0",
66
- "use-count-up": "^3.0.1",
67
- "use-double-tap": "^1.3.6"
68
- },
69
- "devDependencies": {
70
- "@egjs/view360": "^4.0.0-beta.7",
71
- "@eslint/js": "^9.17.0",
72
- "@types/chart.js": "2.9.41",
73
- "@types/js-cookie": "^3.0.6",
74
- "@types/node": "^20.5.2",
75
- "@types/react": "^18.3.18",
76
- "@types/react-dom": "^18.3.5",
77
- "@typescript-eslint/parser": "^8.58.1",
78
- "@vitejs/plugin-react": "^4.3.4",
79
- "@vitejs/plugin-react-refresh": "^1.3.6",
80
- "animate.css": "^4.1.1",
81
- "autoprefixer": "^10.4.20",
82
- "dotenv": "^17.4.1",
83
- "eslint": "^9.39.4",
84
- "eslint-plugin-jsx-a11y": "^6.10.2",
85
- "eslint-plugin-react": "^7.37.5",
86
- "eslint-plugin-react-hooks": "^5.0.0",
87
- "eslint-plugin-react-refresh": "^0.4.16",
88
- "globals": "^17.4.0",
89
- "hls.js": "^1.5.1",
90
- "husky": "^9.1.7",
91
- "jwt-decode": "^4.0.0",
92
- "keen-slider": "^6.8.6",
93
- "lint-staged": "^16.4.0",
94
- "postcss": "^8.5.1",
95
- "prettier": "^3.8.1",
96
- "prettier-plugin-organize-imports": "^4.3.0",
97
- "prettier-plugin-tailwindcss": "^0.6.14",
98
- "socket.io-client": "^4.7.2",
99
- "tailwindcss": "^3.4.17",
100
- "ts-node": "^10.9.2",
101
- "typescript": "~5.6.2",
102
- "typescript-eslint": "^8.58.1",
103
- "use-count-up": "^3.0.1",
104
- "use-double-tap": "^1.3.6",
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
+ }