@nethesis/phone-island 1.0.7 → 1.0.8-dev.10

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nethesis/phone-island",
3
3
  "author": "Nethesis",
4
- "version": "1.0.7",
4
+ "version": "1.0.8-dev.10",
5
5
  "description": "NethVoice CTI Phone Island",
6
6
  "keywords": [
7
7
  "nethserver",
@@ -33,15 +33,14 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@fortawesome/free-solid-svg-icons": "^6.2.1",
37
- "@fortawesome/react-fontawesome": "^0.2.0",
36
+ "@fortawesome/fontawesome-svg-core": "6.2.1",
37
+ "@fortawesome/free-solid-svg-icons": "6.2.1",
38
+ "@fortawesome/react-fontawesome": "0.2.0",
38
39
  "@headlessui/react": "^2.2.8",
39
- "@nethesis/nethesis-light-svg-icons": "github:nethesis/Font-Awesome#ns-light",
40
40
  "@nethesis/nethesis-solid-svg-icons": "github:nethesis/Font-Awesome#ns-solid",
41
41
  "@rematch/core": "^2.2.0",
42
42
  "@rematch/immer": "^2.1.3",
43
43
  "@rematch/select": "^3.1.2",
44
- "@swc/helpers": "^0.4.12",
45
44
  "@testing-library/jest-dom": "^5.11.4",
46
45
  "@testing-library/user-event": "^12.1.10",
47
46
  "framer-motion": "^12.0.0",
@@ -56,27 +55,25 @@
56
55
  "react-i18next": "^12.1.5",
57
56
  "react-moment": "^1.1.2",
58
57
  "react-redux": "^8.0.5",
59
- "react-scripts": "^5.0.1",
60
58
  "react-tooltip": "^5.28.0",
61
59
  "socket.io-client": "^4.5.3",
62
60
  "styled-components": "^5.3.6",
63
61
  "webrtc-adapter": "^9.0.1"
64
62
  },
65
63
  "scripts": {
66
- "start": "react-scripts start",
67
- "dev": "storybook dev -p 6006",
68
- "test": "react-scripts test",
64
+ "start": "npm run dev",
65
+ "dev": "node scripts/generate-dev-host.js && parcel .dev/phone-island-dev.html --port 6006 --open",
66
+ "test": "tsc --noEmit",
69
67
  "watch": "rollup -w -c",
70
- "watch:css": "npx tailwindcss -o ./dist/index.css --watch",
68
+ "watch:css": "BROWSERSLIST_IGNORE_OLD_DATA=1 npx tailwindcss -o ./dist/index.css --watch",
71
69
  "build": "rm -rf ./dist && npm run build:css && rollup -c",
72
- "build:css": "NODE_ENV=production npx tailwindcss -o ./dist/index.css --minify",
70
+ "build:css": "BROWSERSLIST_IGNORE_OLD_DATA=1 NODE_ENV=production npx tailwindcss -o ./dist/index.css --minify",
73
71
  "build:win": "del /s /q dist && npm run build:wincss && rollup -c --configPlugin typescript",
74
- "build:wincss": "set NODE_ENV=production npx tailwindcss -o ./dist/index.css --minify",
72
+ "build:wincss": "set BROWSERSLIST_IGNORE_OLD_DATA=1 && set NODE_ENV=production && npx tailwindcss -o ./dist/index.css --minify",
75
73
  "build:widget": "rm -rf ./dist-widget && parcel build ./src/index.widget.tsx --no-source-maps",
76
74
  "serve:widget": "rm -rf ./widget-example/static/* && cp -rf ./dist-widget/* ./widget-example/static && npx http-server ./widget-example -o -c-1",
77
- "build-storybook": "storybook build -s public",
78
75
  "release": "npm publish",
79
- "release:widget": "np patch",
76
+ "release:widget": "node check-publish.js patch && npm version patch -m v%s",
80
77
  "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
81
78
  "bump": "node bump-version.js",
82
79
  "build-pack": "npm run bump && npm run build && npm pack",
@@ -111,38 +108,21 @@
111
108
  "@rollup/plugin-node-resolve": "^15.0.1",
112
109
  "@rollup/plugin-terser": "^0.4.4",
113
110
  "@rollup/plugin-typescript": "^9.0.2",
114
- "@storybook/addon-actions": "7.6.24",
115
- "@storybook/addon-essentials": "7.6.24",
116
- "@storybook/addon-interactions": "7.6.24",
117
- "@storybook/addon-links": "7.6.24",
118
- "@storybook/node-logger": "7.6.24",
119
- "@storybook/preset-create-react-app": "7.6.24",
120
- "@storybook/react": "7.6.24",
121
- "@storybook/react-webpack5": "^7.6.20",
122
- "@storybook/testing-library": "^0.0.13",
123
111
  "@testing-library/react": "^13.4.0",
124
- "@types/audioworklet": "^0.0.97",
112
+ "@types/audioworklet": "^0.0.98",
125
113
  "@types/jest": "^29.2.2",
126
114
  "@types/react": "^18.0.26",
127
115
  "@types/react-dom": "^18.0.9",
128
116
  "@types/styled-components": "^5.1.26",
129
- "autoprefixer": "^10.4.20",
130
117
  "babel": "^6.23.0",
131
- "babel-plugin-named-exports-order": "^0.0.2",
132
118
  "buffer": "^5.7.1",
133
- "css-loader": "^7.1.2",
134
- "eslint-plugin-storybook": "^0.9.0",
135
- "np": "^7.6.2",
136
119
  "parcel": "^2.0.0",
137
120
  "postcss": "^8.4.49",
138
- "postcss-loader": "^8.1.1",
139
121
  "prettier": "^2.8.0",
140
122
  "prop-types": "^15.8.1",
141
123
  "rollup": "^2.79.1",
142
124
  "rollup-plugin-generate-package-json": "^3.2.0",
143
125
  "rollup-plugin-postcss": "^4.0.2",
144
- "storybook": "^7.6.20",
145
- "style-loader": "^4.0.0",
146
126
  "tailwind-scrollbar": "^3.1.0",
147
127
  "tailwindcss": "^3.4.16",
148
128
  "typescript": "^4.8.4",
@@ -150,7 +130,11 @@
150
130
  "webpack": "^5.74.0"
151
131
  },
152
132
  "overrides": {
153
- "nth-check": "^2.0.1"
133
+ "@tootallnate/once": "^3.0.0",
134
+ "esbuild": "^0.25.11",
135
+ "nth-check": "^2.0.1",
136
+ "serialize-javascript": "^7.0.0",
137
+ "tar": "^7.5.1"
154
138
  },
155
139
  "license": "GPL-3.0-or-later"
156
140
  }