zarebin-player-library 1.0.19 → 1.0.21

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 CHANGED
@@ -1,94 +1,94 @@
1
- {
2
- "name": "zarebin-player-library",
3
- "version": "1.0.19",
4
- "type": "module",
5
- "main": "./dist/zarebin-player-library.js",
6
- "module": "./dist/zarebin-player-library.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/zarebin-player-library.js"
12
- },
13
- "./style.css": "./dist/zarebin-player-library.css"
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "scripts": {
19
- "dev": "vite",
20
- "build": "tsc -b && vite build",
21
- "lint": "npx eslint --fix . --config eslint.config.js",
22
- "preview": "vite preview",
23
- "prettier": "prettier . --check --cache --write",
24
- "prepare": "husky && husky install",
25
- "pre-commit-checks": "lint-staged && npm run build"
26
- },
27
- "lint-staged": {
28
- "src/**/*.{js,jsx,ts,tsx,mjs}": [
29
- "eslint --fix --config eslint.config.js",
30
- "prettier --write"
31
- ],
32
- "src/**/*.{json,css,scss,md,html}": [
33
- "prettier --write"
34
- ]
35
- },
36
- "peerDependencies": {
37
- "react": ">=18",
38
- "react-dom": ">=18",
39
- "react-redux": ">=9",
40
- "@reduxjs/toolkit": ">=2",
41
- "keen-slider": ">=6"
42
- },
43
- "dependencies": {
44
- "@egjs/view360": "^4.0.0-beta.7",
45
- "@emoji-mart/data": "^1.2.1",
46
- "@emoji-mart/react": "^1.1.1",
47
- "animate.css": "^4.1.1",
48
- "axios": "^1.6.0",
49
- "chart.js": "4.4.0",
50
- "hls.js": "^1.6.2",
51
- "socket.io-client": "^4.7.5",
52
- "emoji-mart": "^5.5.2",
53
- "js-cookie": "^3.0.5",
54
- "jwt-decode": "^4.0.0",
55
- "react-circular-progressbar": "^2.1.0",
56
- "react-confetti": "^6.1.0",
57
- "react-countdown": "^2.3.5",
58
- "react-toastify": "^11.1.0",
59
- "react-truncate-markup": "^5.1.2",
60
- "tailwind-merge": "^1.14.0",
61
- "use-count-up": "^3.0.1",
62
- "use-double-tap": "^1.3.4"
63
- },
64
- "devDependencies": {
65
- "react": "^19.2.6",
66
- "react-dom": "^19.2.6",
67
- "keen-slider": "^6.8.6",
68
- "@reduxjs/toolkit": "^2.11.2",
69
- "react-redux": "^9.2.0",
70
- "@types/chart.js": "2.9.41",
71
- "@types/js-cookie": "^3.0.6",
72
- "@types/node": "^24.12.3",
73
- "@types/react": "^19.2.14",
74
- "@types/react-dom": "^19.2.3",
75
- "@typescript-eslint/parser": "^8.59.2",
76
- "@vitejs/plugin-react": "^6.0.1",
77
- "autoprefixer": "^10.5.0",
78
- "eslint": "^9.39.4",
79
- "eslint-plugin-jsx-a11y": "^6.10.2",
80
- "eslint-plugin-react": "^7.37.5",
81
- "globals": "^17.6.0",
82
- "husky": "^9.1.7",
83
- "lint-staged": "^16.4.0",
84
- "postcss": "^8.5.14",
85
- "prettier": "^3.8.3",
86
- "prettier-plugin-tailwindcss": "^0.8.0",
87
- "tailwindcss": "^3.4.19",
88
- "typescript": "~6.0.2",
89
- "typescript-eslint": "^8.59.2",
90
- "vite": "^8.0.10",
91
- "vite-plugin-dts": "^5.0.0",
92
- "vite-plugin-svgr": "^5.2.0"
93
- }
1
+ {
2
+ "name": "zarebin-player-library",
3
+ "version": "1.0.21",
4
+ "type": "module",
5
+ "main": "./dist/zarebin-player-library.js",
6
+ "module": "./dist/zarebin-player-library.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/zarebin-player-library.js"
12
+ },
13
+ "./style.css": "./dist/zarebin-player-library.css"
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "scripts": {
19
+ "dev": "vite",
20
+ "build": "tsc -b && vite build",
21
+ "lint": "npx eslint --fix . --config eslint.config.js",
22
+ "preview": "vite preview",
23
+ "prettier": "prettier . --check --cache --write",
24
+ "prepare": "husky && husky install",
25
+ "pre-commit-checks": "lint-staged && npm run build"
26
+ },
27
+ "lint-staged": {
28
+ "src/**/*.{js,jsx,ts,tsx,mjs}": [
29
+ "eslint --fix --config eslint.config.js",
30
+ "prettier --write"
31
+ ],
32
+ "src/**/*.{json,css,scss,md,html}": [
33
+ "prettier --write"
34
+ ]
35
+ },
36
+ "peerDependencies": {
37
+ "react": ">=18",
38
+ "react-dom": ">=18",
39
+ "react-redux": ">=9",
40
+ "@reduxjs/toolkit": ">=2",
41
+ "keen-slider": ">=6"
42
+ },
43
+ "dependencies": {
44
+ "@egjs/view360": "^4.0.0-beta.7",
45
+ "@emoji-mart/data": "^1.2.1",
46
+ "@emoji-mart/react": "^1.1.1",
47
+ "animate.css": "^4.1.1",
48
+ "axios": "^1.6.0",
49
+ "chart.js": "4.4.0",
50
+ "hls.js": "^1.6.2",
51
+ "socket.io-client": "^4.7.5",
52
+ "emoji-mart": "^5.5.2",
53
+ "js-cookie": "^3.0.5",
54
+ "jwt-decode": "^4.0.0",
55
+ "react-circular-progressbar": "^2.1.0",
56
+ "react-confetti": "^6.1.0",
57
+ "react-countdown": "^2.3.5",
58
+ "react-toastify": "^11.1.0",
59
+ "react-truncate-markup": "^5.1.2",
60
+ "tailwind-merge": "^1.14.0",
61
+ "use-count-up": "^3.0.1",
62
+ "use-double-tap": "^1.3.4"
63
+ },
64
+ "devDependencies": {
65
+ "react": "^19.2.6",
66
+ "react-dom": "^19.2.6",
67
+ "keen-slider": "^6.8.6",
68
+ "@reduxjs/toolkit": "^2.11.2",
69
+ "react-redux": "^9.2.0",
70
+ "@types/chart.js": "2.9.41",
71
+ "@types/js-cookie": "^3.0.6",
72
+ "@types/node": "^24.12.3",
73
+ "@types/react": "^19.2.14",
74
+ "@types/react-dom": "^19.2.3",
75
+ "@typescript-eslint/parser": "^8.59.2",
76
+ "@vitejs/plugin-react": "^6.0.1",
77
+ "autoprefixer": "^10.5.0",
78
+ "eslint": "^9.39.4",
79
+ "eslint-plugin-jsx-a11y": "^6.10.2",
80
+ "eslint-plugin-react": "^7.37.5",
81
+ "globals": "^17.6.0",
82
+ "husky": "^9.1.7",
83
+ "lint-staged": "^16.4.0",
84
+ "postcss": "^8.5.14",
85
+ "prettier": "^3.8.3",
86
+ "prettier-plugin-tailwindcss": "^0.8.0",
87
+ "tailwindcss": "^3.4.19",
88
+ "typescript": "~6.0.2",
89
+ "typescript-eslint": "^8.59.2",
90
+ "vite": "^8.0.10",
91
+ "vite-plugin-dts": "^5.0.0",
92
+ "vite-plugin-svgr": "^5.2.0"
93
+ }
94
94
  }