dphelper 0.2.111 → 0.3.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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.js.map +1 -1
  3. package/package.json +49 -69
package/package.json CHANGED
@@ -1,14 +1,41 @@
1
1
  {
2
2
  "name": "dphelper",
3
3
  "displayName": "dphelper",
4
- "version": "0.2.111",
5
- "license": "Apache-2.0",
6
4
  "description": "dphelper devtools | tools, store and state management brave developers",
7
- "copyright": "Dario Passariello",
5
+ "version": "0.3.0",
6
+ "license": "Apache-2.0",
7
+ "relaseType": "beta",
8
+ "port": 3000,
9
+ "code": "vulcano",
10
+ "codeRelease": "dphelper",
11
+ "folder": "/",
12
+ "appPort": "",
13
+ "main": "index.tsx",
14
+ "target": "web",
15
+ "logo": "",
16
+ "theme": "default",
8
17
  "deprecated": false,
9
- "homepage": "https://github.com/passariello/dphelper",
10
18
  "targets": "web",
11
- "main": "index.tsx",
19
+ "language": {
20
+ "en": {}
21
+ },
22
+ "proxy": {},
23
+ "url": {
24
+ "dev": "//localhost"
25
+ },
26
+ "apiPath": {
27
+ "folder": "api",
28
+ "local": "//api.biglogic.ca",
29
+ "dev": "//api.biglogic.ca",
30
+ "prod": "//api.biglogic.ca"
31
+ },
32
+ "socket": {
33
+ "test": "//ws.biglogic.ca",
34
+ "dev": "//ws.biglogic.ca"
35
+ },
36
+ "cdn": {},
37
+ "copyright": "Dario Passariello",
38
+ "homepage": "https://github.com/passariello/dphelper",
12
39
  "author": {
13
40
  "name": "Dario Passariello",
14
41
  "url": "https://github.com/passariello/",
@@ -29,52 +56,6 @@
29
56
  "workspaces": [
30
57
  "mcp"
31
58
  ],
32
- "PROJECTS": {
33
- "DPHELPER": {
34
- "API": {
35
- "DIR": "/api/",
36
- "LOCAL": "//api.biglogic.ca",
37
- "PROD": "//api.biglogic.ca",
38
- "DEV": "//api.biglogic.ca"
39
- },
40
- "BASE_PATH": "/",
41
- "TITLE": "dpHelper",
42
- "DESCRIPTION": "",
43
- "PORT": 3000,
44
- "THEME": "default",
45
- "LANGUAGE": "en",
46
- "LOGO": ""
47
- }
48
- },
49
- "app": {
50
- "port": 3000,
51
- "code": "dphelper",
52
- "name": "dphelper",
53
- "type": "beta",
54
- "folder": "/",
55
- "appPort": "",
56
- "main": "index.tsx",
57
- "target": "web",
58
- "proxy": {},
59
- "api": {
60
- "folder": "api",
61
- "dev": "",
62
- "prod": ""
63
- },
64
- "url": {
65
- "dev": "http://localhost"
66
- },
67
- "info": {
68
- "type": "gold",
69
- "code": "dphelper",
70
- "codeRelease": "dphelper"
71
- },
72
- "socket": {
73
- "test": "",
74
- "dev": ""
75
- },
76
- "cdn": {}
77
- },
78
59
  "cordova": {
79
60
  "platforms": [
80
61
  "android"
@@ -84,9 +65,7 @@
84
65
  "jQuery": {},
85
66
  "$": {},
86
67
  "dphelper": {},
87
- "layerpro": {},
88
- "menupro": {},
89
- "_": {}
68
+ "layerpro": {}
90
69
  },
91
70
  "browserslist": {
92
71
  "production": [
@@ -180,26 +159,27 @@
180
159
  },
181
160
  "devDependencies": {
182
161
  "@babel/cli": "7.21.5",
183
- "@babel/core": "7.21.8",
162
+ "@babel/core": "7.22.1",
184
163
  "@babel/eslint-parser": "^7.21.8",
185
164
  "@babel/plugin-proposal-class-properties": "7.18.6",
165
+ "@babel/plugin-proposal-object-rest-spread": "7.20.7",
186
166
  "@babel/plugin-transform-for-of": "^7.21.5",
187
- "@babel/plugin-transform-react-jsx": "^7.21.5",
188
- "@babel/plugin-transform-runtime": "7.21.4",
189
- "@babel/preset-env": "7.21.5",
190
- "@babel/preset-react": "7.18.6",
167
+ "@babel/plugin-transform-react-jsx": "^7.22.0",
168
+ "@babel/plugin-transform-runtime": "7.22.2",
169
+ "@babel/preset-env": "7.22.2",
170
+ "@babel/preset-react": "7.22.0",
191
171
  "@babel/preset-typescript": "7.21.5",
192
- "@babel/runtime": "^7.21.5",
172
+ "@babel/runtime": "^7.22.0",
193
173
  "@testing-library/react": "^14.0.0",
194
174
  "@testing-library/user-event": "^14.4.3",
195
- "@types/node": "20.2.1",
196
- "@types/react": "^18.2.6",
175
+ "@types/node": "20.2.5",
176
+ "@types/react": "^18.2.7",
197
177
  "@types/react-dom": "^18.2.4",
198
178
  "@types/react-redux": "^7.1.25",
199
179
  "@types/redux": "^3.6.31",
200
- "@types/webpack-env": "1.18.0",
201
- "@typescript-eslint/eslint-plugin": "5.59.6",
202
- "@typescript-eslint/parser": "5.59.6",
180
+ "@types/webpack-env": "1.18.1",
181
+ "@typescript-eslint/eslint-plugin": "5.59.7",
182
+ "@typescript-eslint/parser": "5.59.7",
203
183
  "babel-loader": "^9.1.2",
204
184
  "babel-polyfill": "^6.26.0",
205
185
  "babel-preset-es2015": "^6.24.1",
@@ -210,7 +190,7 @@
210
190
  "compression-webpack-plugin": "^10.0.0",
211
191
  "concurrently": "8.0.1",
212
192
  "copy-webpack-plugin": "^11.0.0",
213
- "cordova-android": "^11.0.0",
193
+ "cordova-android": "^12.0.0",
214
194
  "crypto-js": "4.1.1",
215
195
  "css": "3.0.0",
216
196
  "css-loader": "^6.7.4",
@@ -245,12 +225,12 @@
245
225
  "react-router": "^6.11.2",
246
226
  "react-router-dom": "^6.11.2",
247
227
  "sass": "^1.62.1",
248
- "sass-loader": "^13.2.2",
228
+ "sass-loader": "^13.3.0",
249
229
  "style-loader": "^3.3.3",
250
230
  "terser-webpack-plugin": "^5.3.9",
251
- "ts-loader": "^9.4.2",
231
+ "ts-loader": "^9.4.3",
252
232
  "typescript": "5.0.4",
253
- "webpack": "^5.83.1",
233
+ "webpack": "^5.84.1",
254
234
  "webpack-cli": "^5.1.1",
255
235
  "webpack-dev-server": "^4.15.0"
256
236
  }