layerpro 1.2.3 → 1.5.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/README.md +21 -0
- package/index.js +1 -1
- package/package.json +80 -163
package/package.json
CHANGED
|
@@ -1,163 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "layerpro",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Custom modals, alert, confirm, prompt... by Dario Passariello",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"passariello",
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"@testing-library/react": "16.3.2",
|
|
82
|
-
"@types/jest": "30.0.0",
|
|
83
|
-
"@types/node": "^25.2.2",
|
|
84
|
-
"@types/webpack-env": "1.18.8",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "8.54.0",
|
|
86
|
-
"@typescript-eslint/parser": "8.54.0",
|
|
87
|
-
"copy-webpack-plugin": "^13.0.1",
|
|
88
|
-
"css-loader": "7.1.3",
|
|
89
|
-
"eslint": "10.0.0",
|
|
90
|
-
"file-loader": "6.2.0",
|
|
91
|
-
"jest": "30.2.0",
|
|
92
|
-
"jest-environment-jsdom": "30.2.0",
|
|
93
|
-
"jquery": "4.0.0",
|
|
94
|
-
"react": "19.2.4",
|
|
95
|
-
"react-dom": "19.2.4",
|
|
96
|
-
"sass": "^1.97.3",
|
|
97
|
-
"sass-loader": "^16.0.7",
|
|
98
|
-
"style-loader": "^4.0.0",
|
|
99
|
-
"terser-webpack-plugin": "^5.3.16",
|
|
100
|
-
"ts-jest": "29.4.6",
|
|
101
|
-
"ts-loader": "^9.5.4",
|
|
102
|
-
"ts-node": "10.9.2",
|
|
103
|
-
"tslib": "^2.8.1",
|
|
104
|
-
"typescript": "5.9.3",
|
|
105
|
-
"webpack": "^5.105.0",
|
|
106
|
-
"webpack-cli": "6.0.1",
|
|
107
|
-
"webpack-dev-server": "^5.2.3"
|
|
108
|
-
},
|
|
109
|
-
"engines": {
|
|
110
|
-
"node": ">=18"
|
|
111
|
-
},
|
|
112
|
-
"preferGlobal": true,
|
|
113
|
-
"app": {
|
|
114
|
-
"folder": "/",
|
|
115
|
-
"port": 3000,
|
|
116
|
-
"code": "layerpro",
|
|
117
|
-
"type": "alpha",
|
|
118
|
-
"host": {
|
|
119
|
-
"dev": "http://localhost",
|
|
120
|
-
"prod": "https://examplepage.picla.net"
|
|
121
|
-
},
|
|
122
|
-
"proxy": {
|
|
123
|
-
"api": {
|
|
124
|
-
"dev": "http://localhost:5003/",
|
|
125
|
-
"pro": "https://api.a51.dev/"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"socket": {
|
|
129
|
-
"url": {
|
|
130
|
-
"tst": "wss://ws.a51.dev/",
|
|
131
|
-
"dev": "wss://ws.a51.dev/",
|
|
132
|
-
"pro": "wss://ws.a51.dev/"
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
"company": {},
|
|
137
|
-
"copyright": "Dario Passariello",
|
|
138
|
-
"deprecated": false,
|
|
139
|
-
"globals": {
|
|
140
|
-
"layerpro": {}
|
|
141
|
-
},
|
|
142
|
-
"language": {
|
|
143
|
-
"en": {}
|
|
144
|
-
},
|
|
145
|
-
"npmFileMap": [
|
|
146
|
-
{
|
|
147
|
-
"basePath": "./dist/",
|
|
148
|
-
"files": [
|
|
149
|
-
"*.js"
|
|
150
|
-
]
|
|
151
|
-
}
|
|
152
|
-
],
|
|
153
|
-
"npmName": "layerpro",
|
|
154
|
-
"support": {
|
|
155
|
-
"name": "Dario Passariello",
|
|
156
|
-
"url": "https://dario.passariello.ca/",
|
|
157
|
-
"email": "dariopassariello@gmail.com"
|
|
158
|
-
},
|
|
159
|
-
"target": "web",
|
|
160
|
-
"typing": [
|
|
161
|
-
"types/*"
|
|
162
|
-
]
|
|
163
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "layerpro",
|
|
3
|
+
"version": "1.5.0",
|
|
4
|
+
"description": "Custom modals, alert, confirm, prompt... by Dario Passariello",
|
|
5
|
+
"company": {},
|
|
6
|
+
"copyright": "Dario Passariello",
|
|
7
|
+
"support": {
|
|
8
|
+
"name": "Dario Passariello",
|
|
9
|
+
"url": "https://dario.passariello.ca/",
|
|
10
|
+
"email": "dariopassariello@gmail.com"
|
|
11
|
+
},
|
|
12
|
+
"target": "web",
|
|
13
|
+
"typing": [
|
|
14
|
+
"types/*"
|
|
15
|
+
],
|
|
16
|
+
"keywords": [
|
|
17
|
+
"layer",
|
|
18
|
+
"popup",
|
|
19
|
+
"modal",
|
|
20
|
+
"passariello",
|
|
21
|
+
"layerpro",
|
|
22
|
+
"alert",
|
|
23
|
+
"confirmation",
|
|
24
|
+
"prompt",
|
|
25
|
+
"custom",
|
|
26
|
+
"dock",
|
|
27
|
+
"multi",
|
|
28
|
+
"window"
|
|
29
|
+
],
|
|
30
|
+
"funding": [
|
|
31
|
+
{
|
|
32
|
+
"type": "patreon",
|
|
33
|
+
"url": "https://www.patreon.com/passariello"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"author": "Dario Passariello",
|
|
38
|
+
"contributors": [
|
|
39
|
+
{
|
|
40
|
+
"name": "Dario Passariello",
|
|
41
|
+
"email": "dariopassarielloa@gmail.com"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "Valeria Cala Scaglitta",
|
|
45
|
+
"email": "valeriacalascaglitta@gmail.com"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"main": "./index.js",
|
|
49
|
+
"types": "./index.d.ts",
|
|
50
|
+
"typings": "./types/*",
|
|
51
|
+
"scripts": {
|
|
52
|
+
"build": "webpack --progress --color --mode production --config webpack.ts",
|
|
53
|
+
"watch": "webpack --watch --progress --color --mode production --config webpack.ts",
|
|
54
|
+
"npm publish": "npm run build && cd dist && ls -al && npm publish"
|
|
55
|
+
},
|
|
56
|
+
"dependencies": {
|
|
57
|
+
"react": "^19.2.4",
|
|
58
|
+
"react-dom": "^19.2.4"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@types/node": "^25.3.0",
|
|
62
|
+
"@types/webpack-env": "1.18.8",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
64
|
+
"@typescript-eslint/parser": "8.56.1",
|
|
65
|
+
"copy-webpack-plugin": "^13.0.1",
|
|
66
|
+
"css-loader": "7.1.4",
|
|
67
|
+
"file-loader": "6.2.0",
|
|
68
|
+
"sass": "^1.97.3",
|
|
69
|
+
"sass-loader": "^16.0.7",
|
|
70
|
+
"style-loader": "^4.0.0",
|
|
71
|
+
"terser-webpack-plugin": "^5.3.16",
|
|
72
|
+
"ts-loader": "^9.5.4",
|
|
73
|
+
"ts-node": "10.9.2",
|
|
74
|
+
"tslib": "^2.8.1",
|
|
75
|
+
"typescript": "5.9.3",
|
|
76
|
+
"webpack": "^5.105.2",
|
|
77
|
+
"webpack-cli": "6.0.1",
|
|
78
|
+
"webpack-dev-server": "^5.2.3"
|
|
79
|
+
}
|
|
80
|
+
}
|