@panneau/field-upload 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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.58",
|
|
4
4
|
"description": "An Upload field",
|
|
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"
|
|
@@ -32,14 +33,10 @@
|
|
|
32
33
|
"email": "tg@folklore.email"
|
|
33
34
|
}
|
|
34
35
|
],
|
|
35
|
-
"license": "ISC",
|
|
36
|
-
"type": "module",
|
|
37
|
-
"module": "dist/index.js",
|
|
38
|
-
"types": "dist/index.d.ts",
|
|
39
36
|
"sideEffects": [
|
|
40
37
|
"**/*.css"
|
|
41
38
|
],
|
|
42
|
-
"
|
|
39
|
+
"type": "module",
|
|
43
40
|
"exports": {
|
|
44
41
|
".": {
|
|
45
42
|
"types": "./dist/index.d.ts",
|
|
@@ -49,34 +46,29 @@
|
|
|
49
46
|
"./assets/css/styles": "./assets/css/styles.css",
|
|
50
47
|
"./assets/css/styles.css": "./assets/css/styles.css"
|
|
51
48
|
},
|
|
49
|
+
"module": "dist/index.js",
|
|
50
|
+
"types": "dist/index.d.ts",
|
|
51
|
+
"style": "assets/css/styles.css",
|
|
52
52
|
"files": [
|
|
53
53
|
"dist",
|
|
54
54
|
"assets"
|
|
55
55
|
],
|
|
56
56
|
"scripts": {
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"react": "^19.2.0",
|
|
62
|
-
"react-dom": "^19.0.0"
|
|
63
|
-
},
|
|
64
|
-
"peerDependencies": {
|
|
65
|
-
"react": "^19.2.0",
|
|
66
|
-
"react-dom": "^19.0.0"
|
|
57
|
+
"build": "../../scripts/prepare-package.sh --types",
|
|
58
|
+
"prepublishOnly": "npm run build"
|
|
67
59
|
},
|
|
68
60
|
"dependencies": {
|
|
69
61
|
"@babel/runtime": "^7.28.6",
|
|
70
62
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
71
63
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
72
64
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
73
|
-
"@panneau/core": "^4.0.
|
|
74
|
-
"@panneau/element-button": "^4.0.
|
|
75
|
-
"@panneau/element-label": "^4.0.
|
|
76
|
-
"@panneau/element-media-card": "^4.0.
|
|
77
|
-
"@panneau/modal-resource-items": "^4.0.
|
|
78
|
-
"@panneau/themes": "^4.0.
|
|
79
|
-
"@panneau/uppy": "^4.0.
|
|
65
|
+
"@panneau/core": "^4.0.58",
|
|
66
|
+
"@panneau/element-button": "^4.0.58",
|
|
67
|
+
"@panneau/element-label": "^4.0.58",
|
|
68
|
+
"@panneau/element-media-card": "^4.0.58",
|
|
69
|
+
"@panneau/modal-resource-items": "^4.0.58",
|
|
70
|
+
"@panneau/themes": "^4.0.58",
|
|
71
|
+
"@panneau/uppy": "^4.0.58",
|
|
80
72
|
"@uppy/core": "^5.1.1",
|
|
81
73
|
"@uppy/dashboard": "^5.0.4",
|
|
82
74
|
"@uppy/react": "^5.1.1",
|
|
@@ -86,8 +78,16 @@
|
|
|
86
78
|
"react-intl": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0",
|
|
87
79
|
"tailwindcss": "^4.1.17"
|
|
88
80
|
},
|
|
81
|
+
"devDependencies": {
|
|
82
|
+
"react": "^19.2.0",
|
|
83
|
+
"react-dom": "^19.0.0"
|
|
84
|
+
},
|
|
85
|
+
"peerDependencies": {
|
|
86
|
+
"react": "^19.2.0",
|
|
87
|
+
"react-dom": "^19.0.0"
|
|
88
|
+
},
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "408b9bef2c15c0a6c55588721d13a965ead50a5f"
|
|
93
93
|
}
|