layerpro 0.0.45 → 0.0.48

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/package.json CHANGED
@@ -1,42 +1,116 @@
1
- {
2
- "name": "layerpro",
3
- "version": "0.0.45",
4
- "description": "Manage your popups and customize them",
5
- "deprecated": false,
6
- "keywords": [
7
- "layer",
8
- "popup",
9
- "modal"
10
- ],
11
- "author": {
12
- "name": "Dario Passariello",
13
- "url": "https://github.com/passariello/",
14
- "email": "dariopassariello@gmail.com"
15
- },
16
- "contributors": [
17
- {
18
- "name": "Valeria Cala' Scaglitta",
19
- "email": "valeriacalascaglitta@gamil.com"
20
- }
21
- ],
22
- "license": "MIT",
23
- "homepage": "https://github.com/passariello/layerpro",
24
- "funding": [
25
- {
26
- "type": "individual",
27
- "url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"
28
- },
29
- {
30
- "type": "patreon",
31
- "url": "https://www.patreon.com/passariello"
32
- }
33
- ],
34
- "repository": {
35
- "type": "git",
36
- "url": "git+https://github.com/passariello/layerpro.git",
37
- "help": "git+https://github.com/passariello/layerpro.git#readme"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/passariello/layerpro/issues"
41
- }
42
- }
1
+ {
2
+ "name": "layerpro",
3
+ "version": "0.0.48",
4
+ "description": "Manage your popups and customize them",
5
+ "deprecated": false,
6
+ "appCode": "layerpro",
7
+ "appCodeRelease": "layerpro",
8
+ "appName": "layerpro",
9
+ "appType": "beta",
10
+ "appFolder": "/",
11
+ "appAPI": "api",
12
+ "apiDev": "",
13
+ "apiProd": "",
14
+ "main": "index.js",
15
+ "targets": {
16
+ "main": {
17
+ "includeNodeModules": {
18
+ "react": false,
19
+ "react-dom": false
20
+ },
21
+ "isLibrary": true
22
+ }
23
+ },
24
+ "engines": {
25
+ "node": ">=0.10.0"
26
+ },
27
+ "scripts": {
28
+ "make-dist": "webpack --progress --color --mode production --config webpack.config.js",
29
+ "git": "git add . && git commit -m \"(fix|patch)\" && git pull && git push --all",
30
+ "git-tags": "git push --tags",
31
+ "backup": "backup.bat",
32
+ "goLive": "npm version patch --force && webpack --progress --color --mode production --config webpack.config.js && cd dist && npm publish"
33
+ },
34
+ "eslintConfig": {
35
+ "globals": {
36
+ "window": true
37
+ }
38
+ },
39
+ "author": {
40
+ "name": "Dario Passariello",
41
+ "url": "https://github.com/passariello/",
42
+ "email": "dariopassariello@gmail.com"
43
+ },
44
+ "contributors": [
45
+ {
46
+ "name": "Valeria Cala' Scaglitta",
47
+ "email": "valeriacalascaglitta@gamil.com"
48
+ }
49
+ ],
50
+ "keywords": [
51
+ "layer",
52
+ "popup",
53
+ "modal"
54
+ ],
55
+ "license": "MIT",
56
+ "homepage": "https://github.com/passariello/layerpro",
57
+ "funding": [
58
+ {
59
+ "type": "individual",
60
+ "url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"
61
+ },
62
+ {
63
+ "type": "patreon",
64
+ "url": "https://www.patreon.com/passariello"
65
+ }
66
+ ],
67
+ "repository": {
68
+ "type": "git",
69
+ "url": "git+https://github.com/passariello/layerpro.git",
70
+ "help": "git+https://github.com/passariello/layerpro.git#readme"
71
+ },
72
+ "bugs": {
73
+ "url": "https://github.com/passariello/layerpro/issues"
74
+ },
75
+ "devDependencies": {
76
+ "css-loader": "6.7.1",
77
+ "eslint": "8.10.0",
78
+ "file-loader": "6.2.0",
79
+ "jest": "27.5.1",
80
+ "less-loader": "10.2.0",
81
+ "sass-loader": "12.6.0",
82
+ "style-loader": "3.3.1",
83
+ "webpack-cli": "4.9.2"
84
+ },
85
+ "dependencies": {
86
+ "@babel/plugin-proposal-class-properties": "7.16.7",
87
+ "@babel/plugin-transform-runtime": "7.17.0",
88
+ "@babel/preset-env": "7.16.11",
89
+ "@babel/preset-react": "7.16.7",
90
+ "@babel/preset-typescript": "7.16.7",
91
+ "@testing-library/jest-dom": "^5.16.2",
92
+ "@testing-library/user-event": "^13.5.0",
93
+ "babel-loader": "8.2.3",
94
+ "classnames": "2.3.1",
95
+ "compression-webpack-plugin": "9.2.0",
96
+ "concurrently": "7.0.0",
97
+ "copy-webpack-plugin": "10.2.4",
98
+ "css": "3.0.0",
99
+ "dotenv": "16.0.0",
100
+ "fs": "0.0.1-security",
101
+ "html-webpack-plugin": "5.5.0",
102
+ "jquery": "3.6.0",
103
+ "jsdom-worker": "0.2.1",
104
+ "jshint": "^2.13.4",
105
+ "less": "4.1.2",
106
+ "path": "0.12.7",
107
+ "progress-bar-webpack-plugin": "2.1.0",
108
+ "react": "17.0.2",
109
+ "react-dom": "17.0.2",
110
+ "require": "2.4.20",
111
+ "sass": "1.49.9",
112
+ "ts-jest": "27.1.3",
113
+ "tslint": "6.1.3",
114
+ "webpack": "5.70.0"
115
+ }
116
+ }