@nethesis/phone-island 1.0.6-dev.9 → 1.0.7

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