@panneau/medias 4.0.56 → 4.0.58
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 +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/medias",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.58",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/folkloreinc/panneau-js.git"
|
|
12
12
|
},
|
|
13
|
+
"license": "ISC",
|
|
13
14
|
"author": {
|
|
14
15
|
"name": "Folklore",
|
|
15
16
|
"email": "info@folklore.email"
|
|
@@ -24,14 +25,10 @@
|
|
|
24
25
|
"email": "nrb@folklore.email"
|
|
25
26
|
}
|
|
26
27
|
],
|
|
27
|
-
"license": "ISC",
|
|
28
|
-
"type": "module",
|
|
29
|
-
"module": "dist/index.js",
|
|
30
|
-
"types": "dist/index.d.ts",
|
|
31
28
|
"sideEffects": [
|
|
32
29
|
"**/*.css"
|
|
33
30
|
],
|
|
34
|
-
"
|
|
31
|
+
"type": "module",
|
|
35
32
|
"exports": {
|
|
36
33
|
".": {
|
|
37
34
|
"types": "./dist/index.d.ts",
|
|
@@ -41,13 +38,37 @@
|
|
|
41
38
|
"./assets/css/styles": "./assets/css/styles.css",
|
|
42
39
|
"./assets/css/styles.css": "./assets/css/styles.css"
|
|
43
40
|
},
|
|
41
|
+
"module": "dist/index.js",
|
|
42
|
+
"types": "dist/index.d.ts",
|
|
43
|
+
"style": "assets/css/styles.css",
|
|
44
44
|
"files": [
|
|
45
45
|
"dist",
|
|
46
46
|
"assets"
|
|
47
47
|
],
|
|
48
48
|
"scripts": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"build": "../../scripts/prepare-package.sh --types",
|
|
50
|
+
"prepublishOnly": "npm run build"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@babel/runtime": "^7.28.6",
|
|
54
|
+
"@panneau/core": "^4.0.58",
|
|
55
|
+
"@panneau/data": "^4.0.58",
|
|
56
|
+
"@panneau/display-image": "^4.0.58",
|
|
57
|
+
"@panneau/element-button": "^4.0.58",
|
|
58
|
+
"@panneau/element-buttons": "^4.0.58",
|
|
59
|
+
"@panneau/element-form": "^4.0.58",
|
|
60
|
+
"@panneau/element-form-status": "^4.0.58",
|
|
61
|
+
"@panneau/element-grid": "^4.0.58",
|
|
62
|
+
"@panneau/element-icon": "^4.0.58",
|
|
63
|
+
"@panneau/element-media-card": "^4.0.58",
|
|
64
|
+
"@panneau/element-media-player": "^4.0.58",
|
|
65
|
+
"@panneau/element-pagination": "^4.0.58",
|
|
66
|
+
"@panneau/element-table": "^4.0.58",
|
|
67
|
+
"@panneau/field-upload": "^4.0.58",
|
|
68
|
+
"@panneau/filter-filters": "^4.0.58",
|
|
69
|
+
"classnames": "^2.5.1",
|
|
70
|
+
"lodash": "^4.17.21",
|
|
71
|
+
"react-intl": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0"
|
|
51
72
|
},
|
|
52
73
|
"devDependencies": {
|
|
53
74
|
"react": "^19.2.0",
|
|
@@ -57,29 +78,8 @@
|
|
|
57
78
|
"react": "^19.2.0",
|
|
58
79
|
"react-dom": "^19.0.0"
|
|
59
80
|
},
|
|
60
|
-
"dependencies": {
|
|
61
|
-
"@babel/runtime": "^7.28.6",
|
|
62
|
-
"@panneau/core": "^4.0.56",
|
|
63
|
-
"@panneau/data": "^4.0.56",
|
|
64
|
-
"@panneau/display-image": "^4.0.56",
|
|
65
|
-
"@panneau/element-button": "^4.0.56",
|
|
66
|
-
"@panneau/element-buttons": "^4.0.56",
|
|
67
|
-
"@panneau/element-form": "^4.0.56",
|
|
68
|
-
"@panneau/element-form-status": "^4.0.56",
|
|
69
|
-
"@panneau/element-grid": "^4.0.56",
|
|
70
|
-
"@panneau/element-icon": "^4.0.56",
|
|
71
|
-
"@panneau/element-media-card": "^4.0.56",
|
|
72
|
-
"@panneau/element-media-player": "^4.0.56",
|
|
73
|
-
"@panneau/element-pagination": "^4.0.56",
|
|
74
|
-
"@panneau/element-table": "^4.0.56",
|
|
75
|
-
"@panneau/field-upload": "^4.0.56",
|
|
76
|
-
"@panneau/filter-filters": "^4.0.56",
|
|
77
|
-
"classnames": "^2.5.1",
|
|
78
|
-
"lodash": "^4.17.21",
|
|
79
|
-
"react-intl": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0"
|
|
80
|
-
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "408b9bef2c15c0a6c55588721d13a965ead50a5f"
|
|
85
85
|
}
|