@spaceandtimelabs/dapp-mi-components 0.81.2-beta.0 → 0.81.2-beta.2
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/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +160 -151
package/package.json
CHANGED
|
@@ -1,153 +1,162 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
2
|
+
"name": "@spaceandtimelabs/dapp-mi-components",
|
|
3
|
+
"version": "0.81.2-beta.2",
|
|
4
|
+
"packageManager": "yarn@1.22.22",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"main": "dist/index.umd.js",
|
|
7
|
+
"module": "dist/index.es.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"development": "./src/index.ts",
|
|
18
|
+
"types": "./dist/types/index.d.ts",
|
|
19
|
+
"import": "./dist/index.es.js",
|
|
20
|
+
"require": "./dist/index.umd.js",
|
|
21
|
+
"default": "./dist/index.es.js"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"dev": "vite",
|
|
26
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
27
|
+
"build": "vite build && yarn build:types",
|
|
28
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
29
|
+
"lint:check": "eslint --quiet \"**/*.{ts,tsx}\"",
|
|
30
|
+
"lint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
|
|
31
|
+
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
|
|
32
|
+
"format:fix": "prettier --write \"**/*.{ts,tsx}\"",
|
|
33
|
+
"prepublishOnly": "yarn run build"
|
|
34
|
+
},
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@atlaskit/tree": "^9.0.0",
|
|
37
|
+
"@spaceandtimelabs/makeinfinite-ui": "^0.72.2-beta.2",
|
|
38
|
+
"@types/chroma-js": "^3.1.1",
|
|
39
|
+
"chroma-js": "^3.1.2",
|
|
40
|
+
"color-thief-react": "^2.1.0",
|
|
41
|
+
"prop-types": "^15.8.1",
|
|
42
|
+
"query-string": "^7.1.1",
|
|
43
|
+
"react-color-palette": "^7.3.0",
|
|
44
|
+
"react-grid-layout": "^1.5.0",
|
|
45
|
+
"react-markdown": "^10.0.0",
|
|
46
|
+
"react-query": "3",
|
|
47
|
+
"react-simple-typewriter": "^5.0.1",
|
|
48
|
+
"remark-gfm": "^4.0.1",
|
|
49
|
+
"sass": "^1.78.0",
|
|
50
|
+
"systemjs": "^6.15.1",
|
|
51
|
+
"typewriter-effect": "^2.21.0",
|
|
52
|
+
"zustand": "^4.5.5"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"@babel/standalone": "^7.26.2",
|
|
56
|
+
"@emotion/react": "^11.13.0",
|
|
57
|
+
"@emotion/styled": "^11.13.0",
|
|
58
|
+
"@mui/base": "^5.0.0-beta.62",
|
|
59
|
+
"@mui/icons-material": "^6.1.3",
|
|
60
|
+
"@mui/material": "^6.1.3",
|
|
61
|
+
"@mui/styles": "^6.1.8",
|
|
62
|
+
"@mui/utils": "^6.1.8",
|
|
63
|
+
"dayjs": "^1.11.5",
|
|
64
|
+
"echarts": "^5.3.3",
|
|
65
|
+
"echarts-for-react": "3.0.2",
|
|
66
|
+
"ethers": "^5.7.1",
|
|
67
|
+
"history": "^4.10.1",
|
|
68
|
+
"lodash": "^4.17.21",
|
|
69
|
+
"react": "^17.0.2",
|
|
70
|
+
"react-ace": "^9.5.0",
|
|
71
|
+
"react-dom": "^17.0.2",
|
|
72
|
+
"react-icons": "^4.7.1",
|
|
73
|
+
"react-router-dom": "^5.3.0",
|
|
74
|
+
"styled-components": "^5.3.0",
|
|
75
|
+
"three": ">= 0.107.0 < 0.140.0"
|
|
76
|
+
},
|
|
77
|
+
"resolutions": {
|
|
78
|
+
"@types/react": "^17.0.2",
|
|
79
|
+
"@types/react-dom": "^17.0.2",
|
|
80
|
+
"ws": "8.17.1",
|
|
81
|
+
"elliptic": "6.5.7",
|
|
82
|
+
"strip-ansi": "6.0.1"
|
|
83
|
+
},
|
|
84
|
+
"browserslist": [
|
|
85
|
+
">0.2%",
|
|
86
|
+
"not dead",
|
|
87
|
+
"not ie <= 11",
|
|
88
|
+
"not op_mini all"
|
|
89
|
+
],
|
|
90
|
+
"devDependencies": {
|
|
91
|
+
"@babel/core": "^7.17.9",
|
|
92
|
+
"@babel/standalone": "^7.26.2",
|
|
93
|
+
"@chromatic-com/storybook": "^1.6.1",
|
|
94
|
+
"@emotion/react": "^11.13.3",
|
|
95
|
+
"@emotion/styled": "^11.13.0",
|
|
96
|
+
"@faker-js/faker": "^9.9.0",
|
|
97
|
+
"@mui/base": "^5.0.0-beta.62",
|
|
98
|
+
"@mui/icons-material": "^6.1.3",
|
|
99
|
+
"@mui/material": "^6.1.3",
|
|
100
|
+
"@mui/styles": "^6.1.8",
|
|
101
|
+
"@mui/utils": "^6.1.8",
|
|
102
|
+
"@types/faker": "5.5.3",
|
|
103
|
+
"@types/lodash": "^4.17.14",
|
|
104
|
+
"@types/react": "^17.0.2",
|
|
105
|
+
"@types/react-dom": "17.0.2",
|
|
106
|
+
"@types/react-grid-layout": "^1.3.5",
|
|
107
|
+
"@types/react-router-dom": "^5.3.3",
|
|
108
|
+
"@types/styled-components": "^5.1.25",
|
|
109
|
+
"@types/three": "^0.140.0",
|
|
110
|
+
"@types/uuid": "^10.0.0",
|
|
111
|
+
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
112
|
+
"@typescript-eslint/parser": "^5.0.0",
|
|
113
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
114
|
+
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
115
|
+
"babel-eslint": "^10.1.0",
|
|
116
|
+
"babel-loader": "^8.2.5",
|
|
117
|
+
"chokidar-cli": "^3.0.0",
|
|
118
|
+
"cross-env": "^7.0.3",
|
|
119
|
+
"dayjs": "^1.11.5",
|
|
120
|
+
"echarts": "^5.3.3",
|
|
121
|
+
"echarts-for-react": "3.0.2",
|
|
122
|
+
"env-cmd": "^10.1.0",
|
|
123
|
+
"eslint": "^8.2.0",
|
|
124
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
125
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
126
|
+
"eslint-config-prettier": "^8.5.0",
|
|
127
|
+
"eslint-config-react-app": "^7.0.1",
|
|
128
|
+
"eslint-config-standard": "^17.1.0",
|
|
129
|
+
"eslint-config-standard-react": "^13.0.0",
|
|
130
|
+
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
131
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
132
|
+
"eslint-plugin-import": "^2.25.3",
|
|
133
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
134
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
135
|
+
"eslint-plugin-react": "^7.28.0",
|
|
136
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
137
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
138
|
+
"ethers": "^5.7.1",
|
|
139
|
+
"faker": "5.5.3",
|
|
140
|
+
"fetch-intercept": "^2.4.0",
|
|
141
|
+
"history": "^4.10.1",
|
|
142
|
+
"lodash": "^4.17.21",
|
|
143
|
+
"prettier": "^2.6.2",
|
|
144
|
+
"react": "^17.0.2",
|
|
145
|
+
"react-ace": "^9.5.0",
|
|
146
|
+
"react-dom": "^17.0.2",
|
|
147
|
+
"react-icons": "^4.7.1",
|
|
148
|
+
"react-router-dom": "^5.3.0",
|
|
149
|
+
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
150
|
+
"styled-components": "^5.3.5",
|
|
151
|
+
"three": ">= 0.107.0 < 0.140.0",
|
|
152
|
+
"typescript": "^5.8.3",
|
|
153
|
+
"vite": "^4.5.0",
|
|
154
|
+
"vite-plugin-dts": "^4.3.0"
|
|
155
|
+
},
|
|
156
|
+
"engines": {
|
|
157
|
+
"node": "^18.19.0",
|
|
158
|
+
"yarn": "^1.22.21",
|
|
159
|
+
"npm": "^10.2.3"
|
|
160
|
+
},
|
|
161
|
+
"gitHead": "606bf3e13620081dd9df3d7861a408b59e7c9874"
|
|
153
162
|
}
|