@mamrp/components 1.0.47 → 1.0.49

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,83 +1,83 @@
1
- {
2
- "name": "@mamrp/components",
3
- "version": "1.0.47",
4
- "description": "A comprehensive suite of reusable React components.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "exports": {
12
- ".": {
13
- "import": "./dist/index.mjs",
14
- "require": "./dist/index.js"
15
- },
16
- "./charts": {
17
- "import": "./dist/charts/index.mjs",
18
- "require": "./dist/charts/index.js"
19
- },
20
- "./selectors": {
21
- "import": "./dist/selectors/index.mjs",
22
- "require": "./dist/selectors/index.js"
23
- }
24
- },
25
- "scripts": {
26
- "build": "tsup",
27
- "dev": "tsup --watch"
28
- },
29
- "keywords": [],
30
- "author": "Mamrp Frontend Team",
31
- "license": "ISC",
32
- "dependencies": {
33
- "@emotion/cache": "^11.14.0",
34
- "@emotion/react": "^11.14.0",
35
- "@emotion/styled": "^11.14.0",
36
- "@hookform/resolvers": "^4.1.3",
37
- "@mamrp/icons": "1.0.17",
38
- "@mamrp/layout": "1.2.2",
39
- "@mamrp/utils": "1.0.15",
40
- "@mui/lab": "6.0.0-beta.28",
41
- "@mui/material": "^6.4.6",
42
- "@mui/material-nextjs": "^6.4.3",
43
- "@mui/system": "^6.4.6",
44
- "@mui/x-data-grid": "^7.27.2",
45
- "@mui/x-date-pickers": "^7.27.1",
46
- "@tanstack/react-query": "^5.67.1",
47
- "axios": "^1.8.1",
48
- "chart.js": "^4.5.0",
49
- "chartjs-plugin-datalabels": "^2.2.0",
50
- "dayjs": "^1.11.13",
51
- "jwt-decode": "^4.0.0",
52
- "leaflet": "^1.9.4",
53
- "moment": "^2.30.1",
54
- "moment-jalaali": "^0.10.4",
55
- "next": "^15.2.1",
56
- "next-nprogress-bar": "^2.4.7",
57
- "react": "^19.0.0",
58
- "react-chartjs-2": "^5.3.0",
59
- "react-dom": "^19.0.0",
60
- "react-hook-form": "^7.54.2",
61
- "react-hot-toast": "^2.5.2",
62
- "react-icons": "^5.5.0",
63
- "react-leaflet": "^5.0.0",
64
- "react-number-format": "^5.4.3",
65
- "stylis": "^4.3.6",
66
- "stylis-plugin-rtl": "^2.1.1",
67
- "yup": "^1.6.1"
68
- },
69
- "devDependencies": {
70
- "@types/leaflet": "^1.9.16",
71
- "@types/moment-jalaali": "^0.7.9",
72
- "@types/node": "^22.13.9",
73
- "@types/react": "^19.0.10",
74
- "@types/react-dom": "^19.0.4",
75
- "@types/stylis": "^4.2.7",
76
- "eslint": "^9.21.0",
77
- "eslint-config-prettier": "^10.0.2",
78
- "eslint-plugin-react": "^7.37.4",
79
- "prettier": "^3.5.3",
80
- "tsup": "^8.4.0",
81
- "typescript": "^5.8.2"
82
- }
83
- }
1
+ {
2
+ "name": "@mamrp/components",
3
+ "version": "1.0.49",
4
+ "description": "A comprehensive suite of reusable React components.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.esm.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.mjs",
14
+ "require": "./dist/index.js"
15
+ },
16
+ "./charts": {
17
+ "import": "./dist/charts/index.mjs",
18
+ "require": "./dist/charts/index.js"
19
+ },
20
+ "./selectors": {
21
+ "import": "./dist/selectors/index.mjs",
22
+ "require": "./dist/selectors/index.js"
23
+ }
24
+ },
25
+ "scripts": {
26
+ "build": "tsup",
27
+ "dev": "tsup --watch"
28
+ },
29
+ "keywords": [],
30
+ "author": "Mamrp Frontend Team",
31
+ "license": "ISC",
32
+ "dependencies": {
33
+ "@emotion/cache": "^11.14.0",
34
+ "@emotion/react": "^11.14.0",
35
+ "@emotion/styled": "^11.14.0",
36
+ "@hookform/resolvers": "^4.1.3",
37
+ "@mamrp/icons": "1.0.17",
38
+ "@mamrp/layout": "1.2.2",
39
+ "@mamrp/utils": "1.0.15",
40
+ "@mui/lab": "6.0.0-beta.28",
41
+ "@mui/material": "^6.4.6",
42
+ "@mui/material-nextjs": "^6.4.3",
43
+ "@mui/system": "^6.4.6",
44
+ "@mui/x-data-grid": "^7.27.2",
45
+ "@mui/x-date-pickers": "^7.27.1",
46
+ "@tanstack/react-query": "^5.67.1",
47
+ "axios": "^1.8.1",
48
+ "chart.js": "^4.5.0",
49
+ "chartjs-plugin-datalabels": "^2.2.0",
50
+ "dayjs": "^1.11.13",
51
+ "jwt-decode": "^4.0.0",
52
+ "leaflet": "^1.9.4",
53
+ "moment": "^2.30.1",
54
+ "moment-jalaali": "^0.10.4",
55
+ "next": "^15.2.1",
56
+ "next-nprogress-bar": "^2.4.7",
57
+ "react": "^19.0.0",
58
+ "react-chartjs-2": "^5.3.0",
59
+ "react-dom": "^19.0.0",
60
+ "react-hook-form": "^7.54.2",
61
+ "react-hot-toast": "^2.5.2",
62
+ "react-icons": "^5.5.0",
63
+ "react-leaflet": "^5.0.0",
64
+ "react-number-format": "^5.4.3",
65
+ "stylis": "^4.3.6",
66
+ "stylis-plugin-rtl": "^2.1.1",
67
+ "yup": "^1.6.1"
68
+ },
69
+ "devDependencies": {
70
+ "@types/leaflet": "^1.9.16",
71
+ "@types/moment-jalaali": "^0.7.9",
72
+ "@types/node": "^22.13.9",
73
+ "@types/react": "^19.0.10",
74
+ "@types/react-dom": "^19.0.4",
75
+ "@types/stylis": "^4.2.7",
76
+ "eslint": "^9.21.0",
77
+ "eslint-config-prettier": "^10.0.2",
78
+ "eslint-plugin-react": "^7.37.4",
79
+ "prettier": "^3.5.3",
80
+ "tsup": "^8.4.0",
81
+ "typescript": "^5.8.2"
82
+ }
83
+ }