@inceptionbg/iui 1.0.309 → 1.0.312
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/dist/index.d.ts +24 -18
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +55 -55
package/package.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@inceptionbg/iui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "UI components, elements & utils for Inception ecosystem",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist"
|
|
8
|
-
],
|
|
9
|
-
"main": "dist/index.js",
|
|
10
|
-
"types": "dist/index.d.ts",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"build": "rollup -c",
|
|
13
|
-
"tsc": "npx tsc --noEmit",
|
|
14
|
-
"release": "npm version patch && npm run build && npm publish",
|
|
15
|
-
"release-legacy": "npm version patch && npm run build && npm publish --tag legacy",
|
|
16
|
-
"update-all": "ncu -t minor -u"
|
|
17
|
-
},
|
|
18
|
-
"author": "Aleksandar Sadzak",
|
|
19
|
-
"license": "ISC",
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
22
|
-
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
23
|
-
"clsx": "^2.1.0",
|
|
24
|
-
"i18next": "^25.1.1",
|
|
25
|
-
"moment": "^2.29.4",
|
|
26
|
-
"react-beautiful-dnd": "^13.1.1",
|
|
27
|
-
"react-calendar": "^4.3.0",
|
|
28
|
-
"react-i18next": "^15.5.1",
|
|
29
|
-
"react-select": "^5.10.0",
|
|
30
|
-
"react-select-async-paginate": "^0.7.9",
|
|
31
|
-
"react-toastify": "^9.1.3"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@rollup/plugin-commonjs": "^25.0.2",
|
|
35
|
-
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
36
|
-
"@rollup/plugin-terser": "^0.4.3",
|
|
37
|
-
"@rollup/plugin-typescript": "^11.1.2",
|
|
38
|
-
"@types/react": "^18.3.18",
|
|
39
|
-
"@types/react-beautiful-dnd": "^13.1.4",
|
|
40
|
-
"@types/react-dom": "^18.2.6",
|
|
41
|
-
"@types/react-router-dom": "^5.3.3",
|
|
42
|
-
"rollup": "^3.26.0",
|
|
43
|
-
"rollup-plugin-delete": "^2.0.0",
|
|
44
|
-
"rollup-plugin-dts": "^5.3.0",
|
|
45
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
46
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
47
|
-
"tslib": "^2.6.1"
|
|
48
|
-
},
|
|
49
|
-
"peerDependencies": {
|
|
50
|
-
"react": "^18.2.0",
|
|
51
|
-
"react-dom": "^18.2.0",
|
|
52
|
-
"react-router-dom": "^6.14.1",
|
|
53
|
-
"sass": "^1.63.6"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@inceptionbg/iui",
|
|
3
|
+
"version": "1.0.312",
|
|
4
|
+
"description": "UI components, elements & utils for Inception ecosystem",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"main": "dist/index.js",
|
|
10
|
+
"types": "dist/index.d.ts",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "rollup -c",
|
|
13
|
+
"tsc": "npx tsc --noEmit",
|
|
14
|
+
"release": "npm version patch && npm run build && npm publish",
|
|
15
|
+
"release-legacy": "npm version patch && npm run build && npm publish --tag legacy",
|
|
16
|
+
"update-all": "ncu -t minor -u"
|
|
17
|
+
},
|
|
18
|
+
"author": "Aleksandar Sadzak",
|
|
19
|
+
"license": "ISC",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
22
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
23
|
+
"clsx": "^2.1.0",
|
|
24
|
+
"i18next": "^25.1.1",
|
|
25
|
+
"moment": "^2.29.4",
|
|
26
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
27
|
+
"react-calendar": "^4.3.0",
|
|
28
|
+
"react-i18next": "^15.5.1",
|
|
29
|
+
"react-select": "^5.10.0",
|
|
30
|
+
"react-select-async-paginate": "^0.7.9",
|
|
31
|
+
"react-toastify": "^9.1.3"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@rollup/plugin-commonjs": "^25.0.2",
|
|
35
|
+
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
36
|
+
"@rollup/plugin-terser": "^0.4.3",
|
|
37
|
+
"@rollup/plugin-typescript": "^11.1.2",
|
|
38
|
+
"@types/react": "^18.3.18",
|
|
39
|
+
"@types/react-beautiful-dnd": "^13.1.4",
|
|
40
|
+
"@types/react-dom": "^18.2.6",
|
|
41
|
+
"@types/react-router-dom": "^5.3.3",
|
|
42
|
+
"rollup": "^3.26.0",
|
|
43
|
+
"rollup-plugin-delete": "^2.0.0",
|
|
44
|
+
"rollup-plugin-dts": "^5.3.0",
|
|
45
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
46
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
47
|
+
"tslib": "^2.6.1"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"react": "^18.2.0",
|
|
51
|
+
"react-dom": "^18.2.0",
|
|
52
|
+
"react-router-dom": "^6.14.1",
|
|
53
|
+
"sass": "^1.63.6"
|
|
54
|
+
}
|
|
55
|
+
}
|