@wavoip/wavoip-webphone 1.1.11 → 1.1.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/LICENSE +21 -21
- package/README.md +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.es.js +779 -788
- package/dist/index.umd.js +35 -35
- package/package.json +70 -70
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@wavoip/wavoip-webphone",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist",
|
|
8
|
-
"LICENSE"
|
|
9
|
-
],
|
|
10
|
-
"main": "dist/index.umd.js",
|
|
11
|
-
"types": "dist/index.d.ts",
|
|
12
|
-
"module": "dist/index.es.js",
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"import": "./dist/index.es.js",
|
|
17
|
-
"require": "./dist/index.umd.js"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"dev": "vite",
|
|
22
|
-
"build": "tsc -b && vite build",
|
|
23
|
-
"lint": "pnpm exec biome check .",
|
|
24
|
-
"preview": "vite preview"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@phosphor-icons/react": "^2.1.10",
|
|
28
|
-
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
29
|
-
"@radix-ui/react-avatar": "^1.1.10",
|
|
30
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
31
|
-
"@radix-ui/react-label": "^2.1.7",
|
|
32
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
33
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
34
|
-
"@radix-ui/react-separator": "^1.1.7",
|
|
35
|
-
"@radix-ui/react-slot": "^1.2.3",
|
|
36
|
-
"@radix-ui/react-switch": "^1.2.6",
|
|
37
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
38
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
39
|
-
"@wavoip/wavoip-api": "^2.1.
|
|
40
|
-
"class-variance-authority": "^0.7.1",
|
|
41
|
-
"clsx": "^2.1.1",
|
|
42
|
-
"lucide-react": "^0.540.0",
|
|
43
|
-
"moment": "^2.30.1",
|
|
44
|
-
"next-themes": "^0.4.6",
|
|
45
|
-
"qrcode.react": "^4.2.0",
|
|
46
|
-
"react": "^18.3.0",
|
|
47
|
-
"react-dom": "^18.3.0",
|
|
48
|
-
"react-qr-code": "^2.0.18",
|
|
49
|
-
"sonner": "^2.0.7",
|
|
50
|
-
"tailwind-merge": "^3.3.1",
|
|
51
|
-
"tailwindcss": "^4.1.12"
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@biomejs/biome": "2.2.0",
|
|
55
|
-
"@tailwindcss/cli": "^4.1.13",
|
|
56
|
-
"@tailwindcss/vite": "^4.1.12",
|
|
57
|
-
"@types/node": "^24.3.0",
|
|
58
|
-
"@types/react": "^19.1.10",
|
|
59
|
-
"@types/react-dom": "^19.1.7",
|
|
60
|
-
"@vitejs/plugin-react": "^5.0.0",
|
|
61
|
-
"globals": "^16.3.0",
|
|
62
|
-
"tw-animate-css": "^1.3.7",
|
|
63
|
-
"typescript": "~5.8.3",
|
|
64
|
-
"typescript-eslint": "^8.39.1",
|
|
65
|
-
"vite": "^7.1.2",
|
|
66
|
-
"vite-plugin-dts": "^4.5.4",
|
|
67
|
-
"vite-plugin-static-copy": "^3.1.2",
|
|
68
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@wavoip/wavoip-webphone",
|
|
3
|
+
"version": "1.1.13",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"LICENSE"
|
|
9
|
+
],
|
|
10
|
+
"main": "dist/index.umd.js",
|
|
11
|
+
"types": "dist/index.d.ts",
|
|
12
|
+
"module": "dist/index.es.js",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"import": "./dist/index.es.js",
|
|
17
|
+
"require": "./dist/index.umd.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"dev": "vite",
|
|
22
|
+
"build": "tsc -b && vite build",
|
|
23
|
+
"lint": "pnpm exec biome check .",
|
|
24
|
+
"preview": "vite preview"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@phosphor-icons/react": "^2.1.10",
|
|
28
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
29
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
30
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
31
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
32
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
33
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
34
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
35
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
36
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
37
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
38
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
39
|
+
"@wavoip/wavoip-api": "^2.1.7",
|
|
40
|
+
"class-variance-authority": "^0.7.1",
|
|
41
|
+
"clsx": "^2.1.1",
|
|
42
|
+
"lucide-react": "^0.540.0",
|
|
43
|
+
"moment": "^2.30.1",
|
|
44
|
+
"next-themes": "^0.4.6",
|
|
45
|
+
"qrcode.react": "^4.2.0",
|
|
46
|
+
"react": "^18.3.0",
|
|
47
|
+
"react-dom": "^18.3.0",
|
|
48
|
+
"react-qr-code": "^2.0.18",
|
|
49
|
+
"sonner": "^2.0.7",
|
|
50
|
+
"tailwind-merge": "^3.3.1",
|
|
51
|
+
"tailwindcss": "^4.1.12"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@biomejs/biome": "2.2.0",
|
|
55
|
+
"@tailwindcss/cli": "^4.1.13",
|
|
56
|
+
"@tailwindcss/vite": "^4.1.12",
|
|
57
|
+
"@types/node": "^24.3.0",
|
|
58
|
+
"@types/react": "^19.1.10",
|
|
59
|
+
"@types/react-dom": "^19.1.7",
|
|
60
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
61
|
+
"globals": "^16.3.0",
|
|
62
|
+
"tw-animate-css": "^1.3.7",
|
|
63
|
+
"typescript": "~5.8.3",
|
|
64
|
+
"typescript-eslint": "^8.39.1",
|
|
65
|
+
"vite": "^7.1.2",
|
|
66
|
+
"vite-plugin-dts": "^4.5.4",
|
|
67
|
+
"vite-plugin-static-copy": "^3.1.2",
|
|
68
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
69
|
+
}
|
|
70
|
+
}
|