layerpro 0.0.76 → 0.0.80
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 -0
- package/.github/dependabot.yml +12 -0
- package/README.md +1 -1
- package/SECURITY.md +3 -0
- package/index.html +1 -0
- package/index.js +1 -1
- package/index.js.LICENSE.txt +29 -0
- package/package.json +136 -68
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-dom.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @license React
|
|
13
|
+
* react.production.min.js
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the MIT license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @license React
|
|
23
|
+
* scheduler.production.min.js
|
|
24
|
+
*
|
|
25
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
26
|
+
*
|
|
27
|
+
* This source code is licensed under the MIT license found in the
|
|
28
|
+
* LICENSE file in the root directory of this source tree.
|
|
29
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,45 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.80",
|
|
4
4
|
"description": "Manage your popups and customize them",
|
|
5
|
+
"copyright": "Dario Passariello",
|
|
5
6
|
"deprecated": false,
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"appName": "layerpro",
|
|
9
|
-
"appType": "beta",
|
|
10
|
-
"appFolder": "/",
|
|
11
|
-
"appAPI": "api",
|
|
12
|
-
"apiDev": "",
|
|
13
|
-
"apiProd": "",
|
|
14
|
-
"main": "index.js",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/passariello/layerpro",
|
|
15
9
|
"targets": "web",
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"node:update": "cd mcp/node && node npmUpdate",
|
|
28
|
-
"backup": "cd mcp/backup && run.bat",
|
|
29
|
-
"test:lint": "eslint {/src/**/*,*}.{js,ts,jsx,tsx} --fix"
|
|
10
|
+
"main": "index.js",
|
|
11
|
+
"app": {
|
|
12
|
+
"url": {
|
|
13
|
+
"dev": "http://localhost"
|
|
14
|
+
},
|
|
15
|
+
"info": {
|
|
16
|
+
"type": "gold",
|
|
17
|
+
"code": "layerpro",
|
|
18
|
+
"codeRelease": "layerpro"
|
|
19
|
+
},
|
|
20
|
+
"cdn": ""
|
|
30
21
|
},
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
"dphelper": true,
|
|
35
|
-
"layerpro": true
|
|
36
|
-
}
|
|
22
|
+
"socket": {
|
|
23
|
+
"test": "",
|
|
24
|
+
"dev": ""
|
|
37
25
|
},
|
|
38
26
|
"author": {
|
|
39
27
|
"name": "Dario Passariello",
|
|
40
28
|
"url": "https://github.com/passariello/",
|
|
41
29
|
"email": "dariopassariello@gmail.com"
|
|
42
30
|
},
|
|
31
|
+
"support": {
|
|
32
|
+
"name": "Dario Passariello",
|
|
33
|
+
"url": "https://github.com/passariello/",
|
|
34
|
+
"email": "dariopassariello@gmail.com"
|
|
35
|
+
},
|
|
36
|
+
"company": {},
|
|
43
37
|
"contributors": [
|
|
44
38
|
{
|
|
45
39
|
"name": "Dario Passariello",
|
|
@@ -50,13 +44,47 @@
|
|
|
50
44
|
"email": "valeriacalascaglitta@gmail.com"
|
|
51
45
|
}
|
|
52
46
|
],
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"popup",
|
|
56
|
-
"modal",
|
|
57
|
-
"passariello",
|
|
58
|
-
"layerpro"
|
|
47
|
+
"workspaces": [
|
|
48
|
+
"mcp"
|
|
59
49
|
],
|
|
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
|
+
"PROJECTS": {
|
|
67
|
+
"LAYERPRO": {
|
|
68
|
+
"API": {
|
|
69
|
+
"DIR": "/api/",
|
|
70
|
+
"LOCAL": "//api.biglogic.ca",
|
|
71
|
+
"PROD": "//api.biglogic.ca",
|
|
72
|
+
"DEV": "//api.biglogic.ca"
|
|
73
|
+
},
|
|
74
|
+
"BASE_PATH": "/",
|
|
75
|
+
"TITLE": "LayerPro",
|
|
76
|
+
"DESCRIPTION": "",
|
|
77
|
+
"PORT": 3000,
|
|
78
|
+
"THEME": "default",
|
|
79
|
+
"LANGUAGE": "en",
|
|
80
|
+
"LOGO": ""
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"cordova": {
|
|
84
|
+
"platforms": [
|
|
85
|
+
"android"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
60
88
|
"globals": {
|
|
61
89
|
"jQuery": {},
|
|
62
90
|
"$": {},
|
|
@@ -65,8 +93,47 @@
|
|
|
65
93
|
"layerpro": {},
|
|
66
94
|
"mui": {}
|
|
67
95
|
},
|
|
68
|
-
"
|
|
69
|
-
|
|
96
|
+
"browserslist": {
|
|
97
|
+
"production": [
|
|
98
|
+
"last 2 Chrome major versions",
|
|
99
|
+
"last 2 Firefox major versions",
|
|
100
|
+
"last 2 Safari major versions",
|
|
101
|
+
"last 2 Edge major versions",
|
|
102
|
+
"last 2 Opera versions",
|
|
103
|
+
"last 2 iOS major versions",
|
|
104
|
+
"last 1 Explorer major version",
|
|
105
|
+
"last 1 ChromeAndroid version",
|
|
106
|
+
"last 1 UCAndroid version",
|
|
107
|
+
"last 1 Samsung version",
|
|
108
|
+
"last 1 OperaMini version",
|
|
109
|
+
"Firefox ESR",
|
|
110
|
+
">0.2%",
|
|
111
|
+
"not dead",
|
|
112
|
+
"not op_mini all"
|
|
113
|
+
],
|
|
114
|
+
"development": [
|
|
115
|
+
"last 1 chrome version",
|
|
116
|
+
"last 1 firefox version",
|
|
117
|
+
"last 1 safari version"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"engines": {
|
|
121
|
+
"node": ">=12.0.0"
|
|
122
|
+
},
|
|
123
|
+
"eslintConfig": {
|
|
124
|
+
"globals": {
|
|
125
|
+
"window": true,
|
|
126
|
+
"dphelper": true,
|
|
127
|
+
"layerpro": true
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"keywords": [
|
|
131
|
+
"layer",
|
|
132
|
+
"popup",
|
|
133
|
+
"modal",
|
|
134
|
+
"passariello",
|
|
135
|
+
"layerpro"
|
|
136
|
+
],
|
|
70
137
|
"funding": [
|
|
71
138
|
{
|
|
72
139
|
"type": "individual",
|
|
@@ -85,60 +152,61 @@
|
|
|
85
152
|
"bugs": {
|
|
86
153
|
"url": "https://github.com/passariello/layerpro/issues"
|
|
87
154
|
},
|
|
88
|
-
"files": [
|
|
89
|
-
"scripts",
|
|
90
|
-
"index.tsx",
|
|
91
|
-
"init.tsx",
|
|
92
|
-
"types/**/*.d.ts"
|
|
93
|
-
],
|
|
94
155
|
"devDependencies": {
|
|
95
|
-
"@
|
|
96
|
-
"@types/react-dom": "18.0.10",
|
|
97
|
-
"@typescript-eslint/eslint-plugin": "5.48.0",
|
|
98
|
-
"css-loader": "6.7.3",
|
|
99
|
-
"eslint": "8.31.0",
|
|
100
|
-
"eslint-plugin-import": "2.26.0",
|
|
101
|
-
"eslint-plugin-node": "11.1.0",
|
|
102
|
-
"eslint-plugin-promise": "6.1.1",
|
|
103
|
-
"eslint-plugin-react": "7.31.11",
|
|
104
|
-
"eslint-plugin-unicorn": "45.0.2",
|
|
105
|
-
"file-loader": "6.2.0",
|
|
106
|
-
"less-loader": "11.1.0",
|
|
107
|
-
"sass-loader": "13.2.0",
|
|
108
|
-
"style-loader": "3.3.1",
|
|
109
|
-
"webpack": "5.75.0",
|
|
110
|
-
"webpack-cli": "5.0.1"
|
|
111
|
-
},
|
|
112
|
-
"dependencies": {
|
|
113
|
-
"@babel/core": "7.20.12",
|
|
156
|
+
"@babel/core": "7.21.0",
|
|
114
157
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
115
|
-
"@babel/plugin-transform-runtime": "7.
|
|
158
|
+
"@babel/plugin-transform-runtime": "7.21.0",
|
|
116
159
|
"@babel/preset-env": "7.20.2",
|
|
117
160
|
"@babel/preset-react": "7.18.6",
|
|
118
|
-
"@babel/preset-typescript": "7.
|
|
161
|
+
"@babel/preset-typescript": "7.21.0",
|
|
119
162
|
"@testing-library/user-event": "^14.4.3",
|
|
120
|
-
"@
|
|
163
|
+
"@types/jquery": "3.5.16",
|
|
164
|
+
"@types/react": "18.0.28",
|
|
165
|
+
"@types/react-dom": "18.0.11",
|
|
166
|
+
"@typescript-eslint/eslint-plugin": "5.54.0",
|
|
167
|
+
"@typescript-eslint/parser": "5.54.0",
|
|
121
168
|
"babel-loader": "9.1.2",
|
|
169
|
+
"babel-plugin-macros": "3.1.0",
|
|
122
170
|
"classnames": "2.3.2",
|
|
123
171
|
"cli-confirm": "1.0.1",
|
|
124
172
|
"compression-webpack-plugin": "10.0.0",
|
|
125
173
|
"concurrently": "7.6.0",
|
|
126
174
|
"copy-webpack-plugin": "11.0.0",
|
|
175
|
+
"crypto-browserify": "3.12.0",
|
|
127
176
|
"css": "3.0.0",
|
|
177
|
+
"css-loader": "6.7.3",
|
|
128
178
|
"dotenv": "16.0.3",
|
|
179
|
+
"eslint": "8.35.0",
|
|
180
|
+
"eslint-plugin-import": "2.27.5",
|
|
181
|
+
"eslint-plugin-node": "11.1.0",
|
|
182
|
+
"eslint-plugin-promise": "6.1.1",
|
|
183
|
+
"eslint-plugin-react": "7.32.2",
|
|
184
|
+
"eslint-plugin-unicorn": "45.0.2",
|
|
185
|
+
"file-loader": "6.2.0",
|
|
129
186
|
"fs": "0.0.1-security",
|
|
187
|
+
"html-webpack-harddisk-plugin": "2.0.0",
|
|
130
188
|
"html-webpack-plugin": "5.5.0",
|
|
189
|
+
"https-browserify": "1.0.0",
|
|
131
190
|
"jquery": "3.6.3",
|
|
132
191
|
"jsdom-worker": "0.3.0",
|
|
133
192
|
"jshint": "^2.13.6",
|
|
134
193
|
"less": "4.1.3",
|
|
194
|
+
"less-loader": "11.1.0",
|
|
135
195
|
"moment": "2.29.4",
|
|
196
|
+
"os-browserify": "0.3.0",
|
|
136
197
|
"path": "0.12.7",
|
|
137
198
|
"progress-bar-webpack-plugin": "2.1.0",
|
|
138
199
|
"react": "18.2.0",
|
|
139
200
|
"react-dom": "18.2.0",
|
|
140
|
-
"sass": "1.
|
|
201
|
+
"sass": "1.58.3",
|
|
202
|
+
"sass-loader": "13.2.0",
|
|
203
|
+
"stream-browserify": "3.0.0",
|
|
204
|
+
"stream-http": "3.2.0",
|
|
205
|
+
"style-loader": "3.3.1",
|
|
141
206
|
"terser-webpack-plugin": "5.3.6",
|
|
142
|
-
"typescript": "4.9.
|
|
207
|
+
"typescript": "4.9.5",
|
|
208
|
+
"webpack": "5.75.0",
|
|
209
|
+
"webpack-cli": "5.0.1",
|
|
210
|
+
"webpack-dev-server": "4.11.1"
|
|
143
211
|
}
|
|
144
212
|
}
|