@wavoip/wavoip-webphone 1.0.2 → 1.1.0

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,72 +1,70 @@
1
- {
2
- "name": "@wavoip/wavoip-webphone",
3
- "version": "1.0.2",
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
- "./style.css": "./dist/style.css",
20
- "./web": {
21
- "import": "./dist/web.es.js",
22
- "require": "./dist/web.umd.js"
23
- }
24
- },
25
- "scripts": {
26
- "dev": "vite -c vite.react.config.ts",
27
- "build": "tsc -b && pnpm dlx @tailwindcss/cli -i ./src/index.css -o ./src/style.css && vite build -c vite.react.config.ts && vite build -c vite.web.config.ts",
28
- "lint": "pnpm exec biome check .",
29
- "preview": "vite preview"
30
- },
31
- "peerDependencies": {
32
- "react": "^18.0.0 || ^19.0.0",
33
- "react-dom": "^18.0.0 || ^19.0.0"
34
- },
35
- "dependencies": {
36
- "@phosphor-icons/react": "^2.1.10",
37
- "@radix-ui/react-dialog": "^1.1.15",
38
- "@radix-ui/react-slot": "^1.2.3",
39
- "@radix-ui/react-switch": "^1.2.6",
40
- "@radix-ui/react-tooltip": "^1.2.8",
41
- "@tailwindcss/vite": "^4.1.12",
42
- "@wavoip/wavoip-api": "^2.0.7",
43
- "class-variance-authority": "^0.7.1",
44
- "clsx": "^2.1.1",
45
- "lucide-react": "^0.540.0",
46
- "next-themes": "^0.4.6",
47
- "qrcode.react": "^4.2.0",
48
- "react": "^19.1.1",
49
- "react-dom": "^19.1.1",
50
- "react-qr-code": "^2.0.18",
51
- "sonner": "^2.0.7",
52
- "tailwind-merge": "^3.3.1",
53
- "tailwindcss": "^4.1.12"
54
- },
55
- "devDependencies": {
56
- "@biomejs/biome": "2.2.0",
57
- "@tailwindcss/cli": "^4.1.13",
58
- "@types/node": "^24.3.0",
59
- "@types/react": "^19.1.10",
60
- "@types/react-dom": "^19.1.7",
61
- "@vitejs/plugin-react": "^5.0.0",
62
- "globals": "^16.3.0",
63
- "tw-animate-css": "^1.3.7",
64
- "typescript": "~5.8.3",
65
- "typescript-eslint": "^8.39.1",
66
- "vite": "^7.1.2",
67
- "vite-plugin-css-injected-by-js": "^3.5.2",
68
- "vite-plugin-dts": "^4.5.4",
69
- "vite-plugin-static-copy": "^3.1.2",
70
- "vite-tsconfig-paths": "^5.1.4"
71
- }
72
- }
1
+ {
2
+ "name": "@wavoip/wavoip-webphone",
3
+ "version": "1.1.0",
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 -c vite.react.config.ts",
22
+ "build": "tsc -b && pnpm dlx @tailwindcss/cli -i ./src/assets/index.css -o ./src/assets/style.css && vite build -c vite.web.config.ts",
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.2",
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
+ }