layerpro 0.0.80 → 0.0.92
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/index.js +1 -1
- package/package.json +71 -63
package/package.json
CHANGED
|
@@ -1,28 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"
|
|
3
|
+
"displayName": "layerpro",
|
|
4
|
+
"version": "0.0.92",
|
|
4
5
|
"description": "Manage your popups and customize them",
|
|
5
6
|
"copyright": "Dario Passariello",
|
|
6
7
|
"deprecated": false,
|
|
7
8
|
"license": "MIT",
|
|
8
9
|
"homepage": "https://github.com/passariello/layerpro",
|
|
9
10
|
"targets": "web",
|
|
10
|
-
"main": "index.
|
|
11
|
-
"app": {
|
|
12
|
-
"url": {
|
|
13
|
-
"dev": "http://localhost"
|
|
14
|
-
},
|
|
15
|
-
"info": {
|
|
16
|
-
"type": "gold",
|
|
17
|
-
"code": "layerpro",
|
|
18
|
-
"codeRelease": "layerpro"
|
|
19
|
-
},
|
|
20
|
-
"cdn": ""
|
|
21
|
-
},
|
|
22
|
-
"socket": {
|
|
23
|
-
"test": "",
|
|
24
|
-
"dev": ""
|
|
25
|
-
},
|
|
11
|
+
"main": "index.tsx",
|
|
26
12
|
"author": {
|
|
27
13
|
"name": "Dario Passariello",
|
|
28
14
|
"url": "https://github.com/passariello/",
|
|
@@ -35,10 +21,6 @@
|
|
|
35
21
|
},
|
|
36
22
|
"company": {},
|
|
37
23
|
"contributors": [
|
|
38
|
-
{
|
|
39
|
-
"name": "Dario Passariello",
|
|
40
|
-
"email": "dariopassariello@gmail.com"
|
|
41
|
-
},
|
|
42
24
|
{
|
|
43
25
|
"name": "Valeria Cala Scaglitta",
|
|
44
26
|
"email": "valeriacalascaglitta@gmail.com"
|
|
@@ -47,22 +29,6 @@
|
|
|
47
29
|
"workspaces": [
|
|
48
30
|
"mcp"
|
|
49
31
|
],
|
|
50
|
-
"proxy": {},
|
|
51
|
-
"scripts": {
|
|
52
|
-
"dist": "webpack --env NAME=LAYERPRO --env MODE=PROD",
|
|
53
|
-
">---------------": "",
|
|
54
|
-
"goLive": "cd mcp/node && node goLive",
|
|
55
|
-
">--------------": "",
|
|
56
|
-
"git": "cd mcp/node && node gitDeploy",
|
|
57
|
-
">-------------": "",
|
|
58
|
-
"prepublish": "tsc",
|
|
59
|
-
"compile-tests": "tsc -p . --outDir out",
|
|
60
|
-
"watch-tests": "tsc -p . -w --outDir out",
|
|
61
|
-
">------------": "",
|
|
62
|
-
"update": "cd mcp/node && node npmUpdate",
|
|
63
|
-
"backup": "cd mcp/backup && run.bat",
|
|
64
|
-
"lint": "eslint {/src/**/*,*}.{js,ts,jsx,tsx} --fix"
|
|
65
|
-
},
|
|
66
32
|
"PROJECTS": {
|
|
67
33
|
"LAYERPRO": {
|
|
68
34
|
"API": {
|
|
@@ -80,6 +46,35 @@
|
|
|
80
46
|
"LOGO": ""
|
|
81
47
|
}
|
|
82
48
|
},
|
|
49
|
+
"app": {
|
|
50
|
+
"port": 3000,
|
|
51
|
+
"code": "layerpro",
|
|
52
|
+
"name": "layerpro",
|
|
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": "layerpro",
|
|
70
|
+
"codeRelease": "layerpro"
|
|
71
|
+
},
|
|
72
|
+
"socket": {
|
|
73
|
+
"test": "",
|
|
74
|
+
"dev": ""
|
|
75
|
+
},
|
|
76
|
+
"cdn": {}
|
|
77
|
+
},
|
|
83
78
|
"cordova": {
|
|
84
79
|
"platforms": [
|
|
85
80
|
"android"
|
|
@@ -88,10 +83,7 @@
|
|
|
88
83
|
"globals": {
|
|
89
84
|
"jQuery": {},
|
|
90
85
|
"$": {},
|
|
91
|
-
"
|
|
92
|
-
"menupro": {},
|
|
93
|
-
"layerpro": {},
|
|
94
|
-
"mui": {}
|
|
86
|
+
"layerpro": {}
|
|
95
87
|
},
|
|
96
88
|
"browserslist": {
|
|
97
89
|
"production": [
|
|
@@ -152,42 +144,58 @@
|
|
|
152
144
|
"bugs": {
|
|
153
145
|
"url": "https://github.com/passariello/layerpro/issues"
|
|
154
146
|
},
|
|
147
|
+
"scripts": {
|
|
148
|
+
"dist": "webpack --env NAME=LAYERPRO --env MODE=PROD",
|
|
149
|
+
"watch": "npm run dist && webpack --watch --mode development --config webpack.config.js ",
|
|
150
|
+
">--------------": "",
|
|
151
|
+
"git": "cd mcp/node && node gitDeploy",
|
|
152
|
+
">---------------": "",
|
|
153
|
+
"goLive": "cd mcp/node && node goLive",
|
|
154
|
+
">-------------": "",
|
|
155
|
+
"prepublish": "tsc",
|
|
156
|
+
"compile-tests": "tsc -p . --outDir out",
|
|
157
|
+
"watch-tests": "tsc -p . -w --outDir out",
|
|
158
|
+
">------------": "",
|
|
159
|
+
"update": "cd mcp/node && node npmUpdate",
|
|
160
|
+
"backup": "cd mcp/backup && run.bat",
|
|
161
|
+
"lint": "eslint {/src/**/*,*}.{js,ts,jsx,tsx} --fix"
|
|
162
|
+
},
|
|
155
163
|
"devDependencies": {
|
|
156
|
-
"@babel/core": "7.21.
|
|
164
|
+
"@babel/core": "7.21.4",
|
|
157
165
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
158
|
-
"@babel/plugin-transform-runtime": "7.21.
|
|
159
|
-
"@babel/preset-env": "7.
|
|
166
|
+
"@babel/plugin-transform-runtime": "7.21.4",
|
|
167
|
+
"@babel/preset-env": "7.21.4",
|
|
160
168
|
"@babel/preset-react": "7.18.6",
|
|
161
|
-
"@babel/preset-typescript": "7.21.
|
|
169
|
+
"@babel/preset-typescript": "7.21.4",
|
|
162
170
|
"@testing-library/user-event": "^14.4.3",
|
|
163
171
|
"@types/jquery": "3.5.16",
|
|
164
|
-
"@types/react": "18.0
|
|
165
|
-
"@types/react-dom": "18.
|
|
166
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
167
|
-
"@typescript-eslint/parser": "5.
|
|
172
|
+
"@types/react": "18.2.0",
|
|
173
|
+
"@types/react-dom": "18.2.1",
|
|
174
|
+
"@typescript-eslint/eslint-plugin": "5.59.1",
|
|
175
|
+
"@typescript-eslint/parser": "5.59.1",
|
|
168
176
|
"babel-loader": "9.1.2",
|
|
169
177
|
"babel-plugin-macros": "3.1.0",
|
|
170
178
|
"classnames": "2.3.2",
|
|
171
179
|
"cli-confirm": "1.0.1",
|
|
172
180
|
"compression-webpack-plugin": "10.0.0",
|
|
173
|
-
"concurrently": "
|
|
181
|
+
"concurrently": "8.0.1",
|
|
174
182
|
"copy-webpack-plugin": "11.0.0",
|
|
175
183
|
"crypto-browserify": "3.12.0",
|
|
176
184
|
"css": "3.0.0",
|
|
177
185
|
"css-loader": "6.7.3",
|
|
178
186
|
"dotenv": "16.0.3",
|
|
179
|
-
"eslint": "8.
|
|
187
|
+
"eslint": "8.39.0",
|
|
180
188
|
"eslint-plugin-import": "2.27.5",
|
|
181
189
|
"eslint-plugin-node": "11.1.0",
|
|
182
190
|
"eslint-plugin-promise": "6.1.1",
|
|
183
191
|
"eslint-plugin-react": "7.32.2",
|
|
184
|
-
"eslint-plugin-unicorn": "
|
|
192
|
+
"eslint-plugin-unicorn": "46.0.0",
|
|
185
193
|
"file-loader": "6.2.0",
|
|
186
194
|
"fs": "0.0.1-security",
|
|
187
195
|
"html-webpack-harddisk-plugin": "2.0.0",
|
|
188
|
-
"html-webpack-plugin": "5.5.
|
|
196
|
+
"html-webpack-plugin": "5.5.1",
|
|
189
197
|
"https-browserify": "1.0.0",
|
|
190
|
-
"jquery": "3.6.
|
|
198
|
+
"jquery": "3.6.4",
|
|
191
199
|
"jsdom-worker": "0.3.0",
|
|
192
200
|
"jshint": "^2.13.6",
|
|
193
201
|
"less": "4.1.3",
|
|
@@ -198,15 +206,15 @@
|
|
|
198
206
|
"progress-bar-webpack-plugin": "2.1.0",
|
|
199
207
|
"react": "18.2.0",
|
|
200
208
|
"react-dom": "18.2.0",
|
|
201
|
-
"sass": "1.
|
|
202
|
-
"sass-loader": "13.2.
|
|
209
|
+
"sass": "1.62.1",
|
|
210
|
+
"sass-loader": "13.2.2",
|
|
203
211
|
"stream-browserify": "3.0.0",
|
|
204
212
|
"stream-http": "3.2.0",
|
|
205
|
-
"style-loader": "3.3.
|
|
206
|
-
"terser-webpack-plugin": "5.3.
|
|
207
|
-
"typescript": "
|
|
208
|
-
"webpack": "5.
|
|
209
|
-
"webpack-cli": "5.0.
|
|
210
|
-
"webpack-dev-server": "4.
|
|
213
|
+
"style-loader": "3.3.2",
|
|
214
|
+
"terser-webpack-plugin": "5.3.7",
|
|
215
|
+
"typescript": "5.0.4",
|
|
216
|
+
"webpack": "5.77.0",
|
|
217
|
+
"webpack-cli": "5.0.2",
|
|
218
|
+
"webpack-dev-server": "4.13.3"
|
|
211
219
|
}
|
|
212
|
-
}
|
|
220
|
+
}
|