@spaceandtimelabs/makeinfinite-ui 0.24.1 → 0.25.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 +14 -0
- package/dist/makeinfinite-ui.es.js +46019 -22224
- package/dist/makeinfinite-ui.umd.js +5164 -316
- package/package.json +25 -14
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.25.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
@@ -26,19 +26,14 @@
|
|
|
26
26
|
"lint": "eslint . --ext ts,tsx",
|
|
27
27
|
"preview": "vite preview",
|
|
28
28
|
"prepublishOnly": "yarn build",
|
|
29
|
-
"commit": "cz"
|
|
29
|
+
"commit": "cz",
|
|
30
|
+
"watch-build": "chokidar 'src/**/*' 'lib/**/*' 'node_modules/@spaceandtimelabs/dapp-mi-components/dist/**/*' -c 'npm run build'"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@emotion/react": "^11.13.3",
|
|
33
|
-
"@emotion/styled": "^11.13.0",
|
|
34
33
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|
|
35
|
-
"
|
|
36
|
-
"@mui/icons-material": "^6.1.3",
|
|
37
|
-
"@mui/material": "^6.1.3",
|
|
38
|
-
"@mui/styles": "^6.1.8",
|
|
34
|
+
"isomorphic-git": "^1.27.1",
|
|
39
35
|
"@mui/system": "^6.1.9",
|
|
40
|
-
"@
|
|
41
|
-
"@spaceandtimelabs/dapp-mi-components": "^0.2.0",
|
|
36
|
+
"@spaceandtimelabs/dapp-mi-components": "^0.3.0",
|
|
42
37
|
"buffer": "^6.0.3",
|
|
43
38
|
"echarts": "^5.5.1",
|
|
44
39
|
"echarts-for-react": "^3.0.2",
|
|
@@ -46,23 +41,36 @@
|
|
|
46
41
|
"fetch-intercept": "^2.4.0",
|
|
47
42
|
"lodash": "^4.17.21",
|
|
48
43
|
"react-grid-layout": "^1.5.0",
|
|
49
|
-
"react-router-dom": "^5.3.0",
|
|
50
|
-
"styled-components": "^6.1.13",
|
|
51
44
|
"uuid": "^10.0.0",
|
|
52
45
|
"whatwg-fetch": "^3.6.20"
|
|
53
46
|
},
|
|
54
47
|
"peerDependencies": {
|
|
55
48
|
"@babel/standalone": "^7.26.2",
|
|
56
|
-
"
|
|
49
|
+
"@emotion/react": "^11.13.0",
|
|
50
|
+
"@emotion/styled": "^11.13.0",
|
|
51
|
+
"@mui/base": "^5.0.0-alpha.106",
|
|
52
|
+
"@mui/icons-material": "^5.6.0",
|
|
53
|
+
"@mui/material": "^6.0.0",
|
|
54
|
+
"@mui/styles": "^5.8.0",
|
|
55
|
+
"@mui/utils": "^5.9.0",
|
|
57
56
|
"react": "^17.0.2",
|
|
58
57
|
"react-ace": "^9.5.0",
|
|
59
58
|
"react-dom": "^17.0.2",
|
|
60
|
-
"three": "^0.171.0"
|
|
59
|
+
"three": "^0.171.0",
|
|
60
|
+
"react-router-dom": "^5.3.0",
|
|
61
|
+
"styled-components": "^5.3.0"
|
|
61
62
|
},
|
|
62
63
|
"devDependencies": {
|
|
63
64
|
"@babel/preset-typescript": "^7.26.0",
|
|
64
65
|
"@babel/standalone": "^7.26.2",
|
|
66
|
+
"@emotion/react": "^11.13.3",
|
|
67
|
+
"@emotion/styled": "^11.13.0",
|
|
65
68
|
"@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",
|
|
66
74
|
"@types/babel__standalone": "^7.1.9",
|
|
67
75
|
"@types/lodash": "^4.17.10",
|
|
68
76
|
"@types/node": "^22.7.6",
|
|
@@ -76,6 +84,7 @@
|
|
|
76
84
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
77
85
|
"@typescript-eslint/parser": "^8.15.0 ",
|
|
78
86
|
"@vitejs/plugin-react": "^4.3.2",
|
|
87
|
+
"chokidar-cli": "^3.0.0",
|
|
79
88
|
"cz-conventional-changelog": "^3.3.0",
|
|
80
89
|
"eslint": "^9.11.1",
|
|
81
90
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
@@ -86,6 +95,8 @@
|
|
|
86
95
|
"react-ace": "^9.5.0",
|
|
87
96
|
"react-dom": "^17.0.2",
|
|
88
97
|
"three": "^0.171.0",
|
|
98
|
+
"react-router-dom": "^5.3.0",
|
|
99
|
+
"styled-components": "^6.1.13",
|
|
89
100
|
"typescript": "^5.5.3",
|
|
90
101
|
"typescript-eslint": "^8.7.0",
|
|
91
102
|
"vite": "^5.4.8",
|