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