@gnwebsoft/ui 2.18.20 → 2.18.21
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 +92 -92
package/package.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gnwebsoft/ui",
|
|
3
|
-
"version": "2.18.
|
|
4
|
-
"description": "A set of reusable wrappers for MUI v6",
|
|
5
|
-
"author": "GNWebsoft Private Limited",
|
|
6
|
-
"license": "",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"MUI"
|
|
9
|
-
],
|
|
10
|
-
"publishConfig": {
|
|
11
|
-
"registry": "https://registry.npmjs.org/",
|
|
12
|
-
"access": "public"
|
|
13
|
-
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"link:self": "pnpm link --global",
|
|
16
|
-
"package": "npm publish --access public --scope=@gnwebsoft",
|
|
17
|
-
"types": "tsup src/index.ts --sourcemap inline",
|
|
18
|
-
"clean": "rimraf ./dist/* --glob --no-verbose --no-interactive",
|
|
19
|
-
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
20
|
-
"build": "pnpm run clean && tsup"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist"
|
|
24
|
-
],
|
|
25
|
-
"packageManager": "pnpm@10.
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": ">=22.0.0"
|
|
28
|
-
},
|
|
29
|
-
"exports": {
|
|
30
|
-
".": {
|
|
31
|
-
"import": "./dist/index.mjs",
|
|
32
|
-
"require": "./dist/index.js"
|
|
33
|
-
},
|
|
34
|
-
"./components": {
|
|
35
|
-
"import": "./dist/components/index.mjs",
|
|
36
|
-
"require": "./dist/components/index.js"
|
|
37
|
-
},
|
|
38
|
-
"./hooks": {
|
|
39
|
-
"import": "./dist/hooks/index.mjs",
|
|
40
|
-
"require": "./dist/hooks/index.js"
|
|
41
|
-
},
|
|
42
|
-
"./types": {
|
|
43
|
-
"import": "./dist/types/index.mjs",
|
|
44
|
-
"require": "./dist/types/index.js"
|
|
45
|
-
},
|
|
46
|
-
"./utils": {
|
|
47
|
-
"import": "./dist/utils/index.mjs",
|
|
48
|
-
"require": "./dist/utils/index.js"
|
|
49
|
-
},
|
|
50
|
-
"./wrappers": {
|
|
51
|
-
"import": "./dist/wrappers/index.mjs",
|
|
52
|
-
"require": "./dist/wrappers/index.js"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"devDependencies": {
|
|
56
|
-
"@arethetypeswrong/cli": "^0.17.2",
|
|
57
|
-
"@types/autosuggest-highlight": "^3.2.3",
|
|
58
|
-
"@types/lodash": "^4.17.13",
|
|
59
|
-
"@types/node": "22.10.3",
|
|
60
|
-
"@types/react": "^18.3.18",
|
|
61
|
-
"@types/react-dom": "^18.3.5",
|
|
62
|
-
"rimraf": "^6.0.1",
|
|
63
|
-
"tslib": "^2.8.1",
|
|
64
|
-
"tsup": "^8.4.0"
|
|
65
|
-
},
|
|
66
|
-
"peerDependencies": {
|
|
67
|
-
"@emotion/cache": "^11.14.0",
|
|
68
|
-
"@emotion/react": "^11.14.0",
|
|
69
|
-
"@emotion/styled": "^11.14.0",
|
|
70
|
-
"@fontsource/roboto": "^5.1.1",
|
|
71
|
-
"@hookform/resolvers": "^3.9.1",
|
|
72
|
-
"@mui/icons-material": "^6.4.11",
|
|
73
|
-
"@mui/lab": "^6.0.0-beta.21",
|
|
74
|
-
"@mui/material": "6.4.11",
|
|
75
|
-
"@mui/x-data-grid": "^7.23.5",
|
|
76
|
-
"@mui/x-date-pickers": "^7.28.3",
|
|
77
|
-
"@mui/x-tree-view": "^7.23.2",
|
|
78
|
-
"autosuggest-highlight": "^3.3.4",
|
|
79
|
-
"axios": "^1.8.4",
|
|
80
|
-
"dayjs": "^1.11.13",
|
|
81
|
-
"es-toolkit": "^1.31.0",
|
|
82
|
-
"lodash": "^4.17.21",
|
|
83
|
-
"react": "^18.3.1",
|
|
84
|
-
"react-dom": "^18.3.1",
|
|
85
|
-
"react-hook-form": "^7.54.2",
|
|
86
|
-
"react-router-dom": "^7.1.1",
|
|
87
|
-
"sonner": "
|
|
88
|
-
"typescript": "5.8.3",
|
|
89
|
-
"zod": "^3.24.1",
|
|
90
|
-
"zustand": "^5.0.2"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@gnwebsoft/ui",
|
|
3
|
+
"version": "2.18.21",
|
|
4
|
+
"description": "A set of reusable wrappers for MUI v6",
|
|
5
|
+
"author": "GNWebsoft Private Limited",
|
|
6
|
+
"license": "",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"MUI"
|
|
9
|
+
],
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"registry": "https://registry.npmjs.org/",
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"link:self": "pnpm link --global",
|
|
16
|
+
"package": "npm publish --access public --scope=@gnwebsoft",
|
|
17
|
+
"types": "tsup src/index.ts --sourcemap inline",
|
|
18
|
+
"clean": "rimraf ./dist/* --glob --no-verbose --no-interactive",
|
|
19
|
+
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
20
|
+
"build": "pnpm run clean && tsup"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
],
|
|
25
|
+
"packageManager": "pnpm@10.11.0",
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=22.0.0"
|
|
28
|
+
},
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"import": "./dist/index.mjs",
|
|
32
|
+
"require": "./dist/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./components": {
|
|
35
|
+
"import": "./dist/components/index.mjs",
|
|
36
|
+
"require": "./dist/components/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./hooks": {
|
|
39
|
+
"import": "./dist/hooks/index.mjs",
|
|
40
|
+
"require": "./dist/hooks/index.js"
|
|
41
|
+
},
|
|
42
|
+
"./types": {
|
|
43
|
+
"import": "./dist/types/index.mjs",
|
|
44
|
+
"require": "./dist/types/index.js"
|
|
45
|
+
},
|
|
46
|
+
"./utils": {
|
|
47
|
+
"import": "./dist/utils/index.mjs",
|
|
48
|
+
"require": "./dist/utils/index.js"
|
|
49
|
+
},
|
|
50
|
+
"./wrappers": {
|
|
51
|
+
"import": "./dist/wrappers/index.mjs",
|
|
52
|
+
"require": "./dist/wrappers/index.js"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@arethetypeswrong/cli": "^0.17.2",
|
|
57
|
+
"@types/autosuggest-highlight": "^3.2.3",
|
|
58
|
+
"@types/lodash": "^4.17.13",
|
|
59
|
+
"@types/node": "22.10.3",
|
|
60
|
+
"@types/react": "^18.3.18",
|
|
61
|
+
"@types/react-dom": "^18.3.5",
|
|
62
|
+
"rimraf": "^6.0.1",
|
|
63
|
+
"tslib": "^2.8.1",
|
|
64
|
+
"tsup": "^8.4.0"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"@emotion/cache": "^11.14.0",
|
|
68
|
+
"@emotion/react": "^11.14.0",
|
|
69
|
+
"@emotion/styled": "^11.14.0",
|
|
70
|
+
"@fontsource/roboto": "^5.1.1",
|
|
71
|
+
"@hookform/resolvers": "^3.9.1",
|
|
72
|
+
"@mui/icons-material": "^6.4.11",
|
|
73
|
+
"@mui/lab": "^6.0.0-beta.21",
|
|
74
|
+
"@mui/material": "6.4.11",
|
|
75
|
+
"@mui/x-data-grid": "^7.23.5",
|
|
76
|
+
"@mui/x-date-pickers": "^7.28.3",
|
|
77
|
+
"@mui/x-tree-view": "^7.23.2",
|
|
78
|
+
"autosuggest-highlight": "^3.3.4",
|
|
79
|
+
"axios": "^1.8.4",
|
|
80
|
+
"dayjs": "^1.11.13",
|
|
81
|
+
"es-toolkit": "^1.31.0",
|
|
82
|
+
"lodash": "^4.17.21",
|
|
83
|
+
"react": "^18.3.1",
|
|
84
|
+
"react-dom": "^18.3.1",
|
|
85
|
+
"react-hook-form": "^7.54.2",
|
|
86
|
+
"react-router-dom": "^7.1.1",
|
|
87
|
+
"sonner": "1.5.0",
|
|
88
|
+
"typescript": "5.8.3",
|
|
89
|
+
"zod": "^3.24.1",
|
|
90
|
+
"zustand": "^5.0.2"
|
|
91
|
+
}
|
|
92
|
+
}
|