@crystaltech/hsms-shared-ui 0.7.0-alpha-0.1 → 0.7.0-alpha-0.3

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.
Files changed (1) hide show
  1. package/package.json +32 -37
package/package.json CHANGED
@@ -1,21 +1,20 @@
1
1
  {
2
2
  "name": "@crystaltech/hsms-shared-ui",
3
+ "version": "0.7.0-alpha-0.3",
3
4
  "private": false,
4
- "version": "0.7.0-alpha-0.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/Ctech-Bangladesh/hsms-shared-ui.git",
11
- "directory": "https://www.npmjs.com/package/@crystaltech/hsms-shared-ui"
12
- },
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
8
  "files": [
17
9
  "dist"
18
10
  ],
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/Ctech-Bangladesh/hsms-shared-ui.git"
17
+ },
19
18
  "exports": {
20
19
  ".": {
21
20
  "types": "./dist/index.d.ts",
@@ -29,52 +28,48 @@
29
28
  }
30
29
  },
31
30
  "peerDependencies": {
32
- "@emotion/react": "^11.0.0",
33
- "@emotion/styled": "^11.0.0",
34
- "@mui/icons-material": "^6.0.0",
31
+ "react": ">=19",
32
+ "react-dom": ">=19",
35
33
  "@mui/material": "^6.0.0",
34
+ "@mui/system": "^6.0.0",
35
+ "@mui/icons-material": "^6.0.0",
36
36
  "@mui/x-date-pickers": "^7.25.0",
37
- "dayjs": "^1.11.13",
38
- "react": "19.0.0",
39
- "react-dom": "19.0.0",
40
- "react-perfect-scrollbar": "^1.5.8"
37
+ "@emotion/react": "^11.0.0",
38
+ "@emotion/styled": "^11.0.0",
39
+ "dayjs": "^1.11.0",
40
+ "react-perfect-scrollbar": "^1.5.0"
41
41
  },
42
42
  "dependencies": {
43
- "@emotion/react": "^11.14.0",
44
- "@emotion/styled": "^11.14.0",
45
- "@mui/icons-material": "^6.4.6",
46
- "@mui/material": "^6.4.6",
47
- "@mui/system": "^6.4.6",
48
- "@mui/x-date-pickers": "^7.27.1",
49
- "dayjs": "^1.11.13",
50
- "react": "^19.0.0",
51
43
  "react-color": "^2.19.3",
52
- "react-dom": "^19.0.0",
53
- "react-perfect-scrollbar": "^1.5.8",
54
44
  "react-router": "^7.9.6",
55
45
  "react-router-dom": "^7.3.0",
56
46
  "simplebar-react": "^3.3.0",
57
47
  "vite-plugin-pwa": "^0.21.1"
58
48
  },
59
49
  "devDependencies": {
60
- "@jridgewell/sourcemap-codec": "^1.5.0",
61
- "@types/node": "^22.13.8",
50
+ "typescript": "^5.8.2",
62
51
  "@types/react": "^19.0.10",
63
- "@types/react-color": "^3.0.13",
64
52
  "@types/react-dom": "^19.0.4",
65
- "@typescript-eslint/eslint-plugin": "^8.25.0",
66
- "@typescript-eslint/parser": "^8.25.0",
53
+ "@types/react-color": "^3.0.13",
54
+ "@types/node": "^22.13.8",
55
+ "@mui/material": "^6.4.6",
56
+ "@mui/system": "^6.4.6",
57
+ "@mui/icons-material": "^6.4.6",
58
+ "@mui/x-date-pickers": "^7.27.1",
59
+ "@emotion/react": "^11.14.0",
60
+ "@emotion/styled": "^11.14.0",
67
61
  "@vitejs/plugin-react": "^4.3.4",
62
+ "vite": "^6.2.0",
63
+ "vite-plugin-dts": "^4.5.3",
68
64
  "eslint": "^9.21.0",
65
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
66
+ "@typescript-eslint/parser": "^8.25.0",
69
67
  "eslint-plugin-react-hooks": "^5.2.0",
70
68
  "eslint-plugin-react-refresh": "^0.4.19",
71
- "glob": "^11.0.1",
72
- "globals": "^16.0.0",
73
- "typescript": "^5.8.2",
74
- "vite": "^6.2.0",
75
- "vite-plugin-dts": "^4.5.3",
76
69
  "workbox-build": "^7.3.0",
77
- "workbox-webpack-plugin": "^7.3.0"
70
+ "workbox-webpack-plugin": "^7.3.0",
71
+ "glob": "^11.0.1",
72
+ "globals": "^16.0.0"
78
73
  },
79
74
  "resolutions": {
80
75
  "glob": "^10.0.0",