@actdim/dynstruct-mui 0.9.2 → 1.5.5

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,133 +1,132 @@
1
- {
2
- "name": "@actdim/dynstruct-mui",
3
- "version": "0.9.2",
4
- "description": "MUI component wrappers for @actdim/dynstruct",
5
- "author": "Pavel Borodaev",
6
- "license": "MIT",
7
- "type": "module",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/actdim/dynstruct-mui.git"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/actdim/dynstruct-mui/issues"
14
- },
15
- "homepage": "https://github.com/actdim/dynstruct-mui/#readme",
16
- "keywords": [
17
- "typescript",
18
- "components",
19
- "react",
20
- "component-model",
21
- "architecture",
22
- "modularity",
23
- "structure",
24
- "communication"
25
- ],
26
- "files": [
27
- "dist",
28
- "docs",
29
- "README.md",
30
- "LICENSE"
31
- ],
32
- "files(src)": [
33
- "src",
34
- "docs",
35
- "README.md",
36
- "LICENSE"
37
- ],
38
- "exports": {
39
- "./*": {
40
- "types": "./dist/*.d.ts",
41
- "import": "./dist/*.es.js"
42
- }
43
- },
44
- "typesVersions": {
45
- "*": {
46
- "*": [
47
- "dist/*.d.ts"
48
- ]
49
- }
50
- },
51
- "publishConfig": {
52
- "access": "public"
53
- },
54
- "sideEffects": false,
55
- "packageManager": "pnpm@10.21.0",
56
- "scripts": {
57
- "test": "npx vitest --config=vitest.node.config.ts --no-cache",
58
- "test:w": "npx vitest --config=vitest.node.config.ts --watch",
59
- "test:v8": "npx vite",
60
- "lint": "eslint \"./**/*.{ts,tsx}\" -f visualstudio --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
61
- "build": "tsc -b tsconfig.json --noEmit && vite build",
62
- "pnpm:u": "pnpm update",
63
- "pnpm:ou": "pnpm outdated",
64
- "ncu:l": "ncu",
65
- "ncu:u": "ncu -u",
66
- "ncu:ud": "ncu -u --dev",
67
- "nvm:la": "nvm list available",
68
- "nvm:il": "nvm install lts",
69
- "format": "prettier --write .",
70
- "format:check": "prettier --check .",
71
- "storybook": "storybook dev -p 6006",
72
- "build-storybook": "storybook build",
73
- "typecheck": "tsc -p tsconfig.json --noEmit"
74
- },
75
- "peerDependencies": {
76
- "@actdim/dynstruct": ">=1.4.8",
77
- "@actdim/msgmesh": ">=1.5.5",
78
- "@actdim/utico": ">=1.2.7",
79
- "@emotion/react": ">=11.14.0",
80
- "@emotion/styled": ">=11.14.1",
81
- "@mui/material": ">=9.0.1",
82
- "http-status": ">=2.1.0",
83
- "jwt-decode": ">=4.0.0",
84
- "mobx": ">=6.15.0",
85
- "mobx-react-lite": ">=4.1.1",
86
- "mobx-utils": ">=6.1.1",
87
- "path-to-regexp": ">=8.3.0",
88
- "react": ">=19.2.0",
89
- "react-dom": ">=19.2.0",
90
- "react-router": ">=7.9.3",
91
- "react-router-dom": ">=7.9.4",
92
- "rxjs": ">=7.8.2",
93
- "uuid": ">=13.0.0"
94
- },
95
- "devDependencies": {
96
- "@faker-js/faker": "^10.4.0",
97
- "@storybook/addon-docs": "10.0.7",
98
- "@storybook/addon-onboarding": "10.0.7",
99
- "@storybook/react-vite": "10.0.7",
100
- "@swc/core": "^1.15.1",
101
- "@types/chai": "^5.2.3",
102
- "@types/mocha": "^10.0.10",
103
- "@types/node": "^24.10.0",
104
- "@types/react": "^19.2.14",
105
- "@types/react-dom": "^19.2.3",
106
- "@typescript-eslint/eslint-plugin": "^8.46.3",
107
- "@typescript-eslint/parser": "^8.46.3",
108
- "@vitejs/plugin-react-swc": "^4.2.1",
109
- "chai": "^6.2.0",
110
- "eslint": "^9.39.1",
111
- "eslint-config-prettier": "^10.1.8",
112
- "eslint-formatter-visualstudio": "^9.0.1",
113
- "eslint-plugin-prettier": "^5.5.4",
114
- "eslint-plugin-react": "^7.37.5",
115
- "eslint-plugin-react-hooks": "^7.0.1",
116
- "eslint-plugin-react-refresh": "^0.4.24",
117
- "eslint-plugin-storybook": "10.0.7",
118
- "globals": "^16.5.0",
119
- "mocha": "^11.7.5",
120
- "npm-check-updates": "^19.1.2",
121
- "prettier": "^3.6.2",
122
- "prettier-plugin-classnames": "^0.8.5",
123
- "shx": "^0.4.0",
124
- "storybook": "10.0.7",
125
- "typescript": "^5.9.3",
126
- "typescript-eslint": "^8.46.3",
127
- "vite": "^7.2.2",
128
- "vite-plugin-dts": "^4.5.4",
129
- "vite-tsconfig-paths": "^5.1.4",
130
- "vitest": "^4.0.8"
131
- },
132
- "dependencies": {}
133
- }
1
+ {
2
+ "name": "@actdim/dynstruct-mui",
3
+ "version": "1.5.5",
4
+ "description": "MUI component wrappers for @actdim/dynstruct",
5
+ "author": "Pavel Borodaev",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/actdim/dynstruct-mui.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/actdim/dynstruct-mui/issues"
14
+ },
15
+ "homepage": "https://github.com/actdim/dynstruct-mui/#readme",
16
+ "keywords": [
17
+ "typescript",
18
+ "components",
19
+ "react",
20
+ "component-model",
21
+ "architecture",
22
+ "modularity",
23
+ "structure",
24
+ "communication"
25
+ ],
26
+ "files": [
27
+ "dist",
28
+ "docs",
29
+ "README.md",
30
+ "LICENSE"
31
+ ],
32
+ "files(src)": [
33
+ "src",
34
+ "docs",
35
+ "README.md",
36
+ "LICENSE"
37
+ ],
38
+ "exports": {
39
+ "./*": {
40
+ "types": "./dist/*.d.ts",
41
+ "import": "./dist/*.es.js"
42
+ }
43
+ },
44
+ "typesVersions": {
45
+ "*": {
46
+ "*": [
47
+ "dist/*.d.ts"
48
+ ]
49
+ }
50
+ },
51
+ "publishConfig": {
52
+ "access": "public"
53
+ },
54
+ "sideEffects": false,
55
+ "peerDependencies": {
56
+ "@emotion/react": ">=11.14.0",
57
+ "@emotion/styled": ">=11.14.1",
58
+ "@mui/material": ">=9.0.1",
59
+ "http-status": ">=2.1.0",
60
+ "jwt-decode": ">=4.0.0",
61
+ "mobx": ">=6.15.0",
62
+ "mobx-react-lite": ">=4.1.1",
63
+ "mobx-utils": ">=6.1.1",
64
+ "path-to-regexp": ">=8.3.0",
65
+ "react": ">=19.2.0",
66
+ "react-dom": ">=19.2.0",
67
+ "react-router": ">=7.9.3",
68
+ "react-router-dom": ">=7.9.4",
69
+ "rxjs": ">=7.8.2",
70
+ "uuid": ">=13.0.0",
71
+ "@actdim/dynstruct": "1.5.5",
72
+ "@actdim/msgmesh": "1.5.5",
73
+ "@actdim/utico": "1.5.5"
74
+ },
75
+ "devDependencies": {
76
+ "@faker-js/faker": "^10.4.0",
77
+ "@storybook/addon-docs": "10.0.7",
78
+ "@storybook/addon-onboarding": "10.0.7",
79
+ "@storybook/react-vite": "10.0.7",
80
+ "@swc/core": "^1.15.1",
81
+ "@types/chai": "^5.2.3",
82
+ "@types/mocha": "^10.0.10",
83
+ "@types/node": "^24.10.0",
84
+ "@types/react": "^19.2.14",
85
+ "@types/react-dom": "^19.2.3",
86
+ "@typescript-eslint/eslint-plugin": "^8.46.3",
87
+ "@typescript-eslint/parser": "^8.46.3",
88
+ "@vitejs/plugin-react-swc": "^4.2.1",
89
+ "chai": "^6.2.0",
90
+ "eslint": "^9.39.1",
91
+ "eslint-config-prettier": "^10.1.8",
92
+ "eslint-formatter-visualstudio": "^9.0.1",
93
+ "eslint-plugin-prettier": "^5.5.4",
94
+ "eslint-plugin-react": "^7.37.5",
95
+ "eslint-plugin-react-hooks": "^7.0.1",
96
+ "eslint-plugin-react-refresh": "^0.4.24",
97
+ "eslint-plugin-storybook": "10.0.7",
98
+ "globals": "^16.5.0",
99
+ "mocha": "^11.7.5",
100
+ "npm-check-updates": "^19.1.2",
101
+ "prettier": "^3.6.2",
102
+ "prettier-plugin-classnames": "^0.8.5",
103
+ "shx": "^0.4.0",
104
+ "storybook": "10.0.7",
105
+ "typescript": "^5.9.3",
106
+ "typescript-eslint": "^8.46.3",
107
+ "vite": "^7.2.2",
108
+ "vite-plugin-dts": "^4.5.4",
109
+ "vite-tsconfig-paths": "^5.1.4",
110
+ "vitest": "^4.0.8"
111
+ },
112
+ "dependencies": {},
113
+ "scripts": {
114
+ "test": "npx vitest --config=vitest.node.config.ts --no-cache",
115
+ "test:w": "npx vitest --config=vitest.node.config.ts --watch",
116
+ "test:v8": "npx vite",
117
+ "lint": "eslint \"./**/*.{ts,tsx}\" -f visualstudio --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
118
+ "build": "tsc -b tsconfig.json --noEmit && vite build",
119
+ "pnpm:u": "pnpm update",
120
+ "pnpm:ou": "pnpm outdated",
121
+ "ncu:l": "ncu",
122
+ "ncu:u": "ncu -u",
123
+ "ncu:ud": "ncu -u --dev",
124
+ "nvm:la": "nvm list available",
125
+ "nvm:il": "nvm install lts",
126
+ "format": "prettier --write .",
127
+ "format:check": "prettier --check .",
128
+ "storybook": "storybook dev -p 6006",
129
+ "build-storybook": "storybook build",
130
+ "typecheck": "tsc -p tsconfig.json --noEmit"
131
+ }
132
+ }