@spaceandtimelabs/makeinfinite-ui 0.25.5 → 0.27.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/dist/index.d.ts +81 -36
- package/dist/makeinfinite-ui.es.js +11418 -42886
- package/dist/makeinfinite-ui.umd.js +136 -5847
- package/package.json +4 -36
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@spaceandtimelabs/makeinfinite-ui",
|
|
3
3
|
"author": "aw-sxt",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.27.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
@@ -32,54 +32,27 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|
|
34
34
|
"isomorphic-git": "^1.27.1",
|
|
35
|
-
"@mui/system": "^6.1.9",
|
|
36
|
-
"@spaceandtimelabs/dapp-mi-components": "^0.3.2",
|
|
37
35
|
"buffer": "^6.0.3",
|
|
38
|
-
"echarts": "^5.5.1",
|
|
39
|
-
"echarts-for-react": "^3.0.2",
|
|
40
|
-
"ethers": "5.0.0",
|
|
41
|
-
"fetch-intercept": "^2.4.0",
|
|
42
|
-
"lodash": "^4.17.21",
|
|
43
36
|
"react-grid-layout": "^1.5.0",
|
|
37
|
+
"styled-components": "^5.3.0",
|
|
44
38
|
"uuid": "^10.0.0",
|
|
45
39
|
"whatwg-fetch": "^3.6.20"
|
|
46
40
|
},
|
|
47
41
|
"peerDependencies": {
|
|
48
|
-
"@babel/standalone": "^7.26.2",
|
|
49
|
-
"@emotion/react": "^11.13.0",
|
|
50
|
-
"@emotion/styled": "^11.13.0",
|
|
51
|
-
"@mui/base": "^5.0.0-beta.62",
|
|
52
|
-
"@mui/icons-material": "^6.1.3",
|
|
53
|
-
"@mui/material": "^6.1.3",
|
|
54
|
-
"@mui/styles": "^6.1.8",
|
|
55
|
-
"@mui/utils": "^6.1.8",
|
|
56
42
|
"react": "^17.0.2",
|
|
57
|
-
"react-ace": "^9.5.0",
|
|
58
43
|
"react-dom": "^17.0.2",
|
|
59
|
-
"
|
|
60
|
-
"react-router-dom": "^5.3.0",
|
|
61
|
-
"styled-components": "^5.3.0"
|
|
44
|
+
"@babel/standalone": "^7.26.2"
|
|
62
45
|
},
|
|
63
46
|
"devDependencies": {
|
|
64
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
65
47
|
"@babel/standalone": "^7.26.2",
|
|
66
|
-
"@
|
|
67
|
-
"@emotion/styled": "^11.13.0",
|
|
48
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
68
49
|
"@eslint/js": "^9.11.1",
|
|
69
|
-
"@mui/base": "^5.0.0-beta.62",
|
|
70
|
-
"@mui/icons-material": "^6.1.3",
|
|
71
|
-
"@mui/material": "^6.1.3",
|
|
72
|
-
"@mui/styles": "^6.1.8",
|
|
73
|
-
"@mui/utils": "^6.1.8",
|
|
74
50
|
"@types/babel__standalone": "^7.1.9",
|
|
75
|
-
"@types/lodash": "^4.17.10",
|
|
76
51
|
"@types/node": "^22.7.6",
|
|
77
52
|
"@types/react": "^17.0.2",
|
|
78
53
|
"@types/react-dom": "^17.0.2",
|
|
79
54
|
"@types/react-grid-layout": "^1.3.5",
|
|
80
|
-
"@types/react-router-dom": "^5.3.3",
|
|
81
55
|
"@types/styled-components": "^5.1.34",
|
|
82
|
-
"@types/three": "^0.171.0",
|
|
83
56
|
"@types/uuid": "^10.0.0",
|
|
84
57
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
85
58
|
"@typescript-eslint/parser": "^8.15.0 ",
|
|
@@ -89,14 +62,9 @@
|
|
|
89
62
|
"eslint": "^9.11.1",
|
|
90
63
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
91
64
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
92
|
-
"isomorphic-git": "^1.27.1",
|
|
93
65
|
"prettier": "3.3.3",
|
|
94
66
|
"react": "^17.0.2",
|
|
95
|
-
"react-ace": "^9.5.0",
|
|
96
67
|
"react-dom": "^17.0.2",
|
|
97
|
-
"three": "^0.171.0",
|
|
98
|
-
"react-router-dom": "^5.3.0",
|
|
99
|
-
"styled-components": "^5.3.0",
|
|
100
68
|
"typescript": "^5.5.3",
|
|
101
69
|
"typescript-eslint": "^8.7.0",
|
|
102
70
|
"vite": "^5.4.8",
|