dphelper 0.2.112 → 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.
- package/.github/FUNDING.yml +12 -12
- package/.github/dependabot.yml +12 -12
- package/assets/logos/logo.svg +64 -64
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +42 -62
package/package.json
CHANGED
|
@@ -1,14 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dphelper",
|
|
3
3
|
"displayName": "dphelper",
|
|
4
|
-
"version": "0.2.112",
|
|
5
|
-
"license": "Apache-2.0",
|
|
6
4
|
"description": "dphelper devtools | tools, store and state management brave developers",
|
|
7
|
-
"
|
|
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
|
-
"
|
|
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,19 +159,20 @@
|
|
|
180
159
|
},
|
|
181
160
|
"devDependencies": {
|
|
182
161
|
"@babel/cli": "7.21.5",
|
|
183
|
-
"@babel/core": "7.
|
|
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.
|
|
188
|
-
"@babel/plugin-transform-runtime": "7.
|
|
189
|
-
"@babel/preset-env": "7.
|
|
190
|
-
"@babel/preset-react": "7.
|
|
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.
|
|
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.
|
|
175
|
+
"@types/node": "20.2.5",
|
|
196
176
|
"@types/react": "^18.2.7",
|
|
197
177
|
"@types/react-dom": "^18.2.4",
|
|
198
178
|
"@types/react-redux": "^7.1.25",
|
|
@@ -250,7 +230,7 @@
|
|
|
250
230
|
"terser-webpack-plugin": "^5.3.9",
|
|
251
231
|
"ts-loader": "^9.4.3",
|
|
252
232
|
"typescript": "5.0.4",
|
|
253
|
-
"webpack": "^5.84.
|
|
233
|
+
"webpack": "^5.84.1",
|
|
254
234
|
"webpack-cli": "^5.1.1",
|
|
255
235
|
"webpack-dev-server": "^4.15.0"
|
|
256
236
|
}
|