@ammarkhalidfarooq/dashboard-package 0.2.4 → 0.2.6

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,61 +1,61 @@
1
- {
2
- "name": "@ammarkhalidfarooq/dashboard-package",
3
- "version": "0.2.4",
4
- "type": "module",
5
- "main": "dist/index.cjs.js",
6
- "module": "dist/index.es.js",
7
- "types": "dist/index.d.js",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/index.es.js",
11
- "require": "./dist/index.cjs.js",
12
- "types": "./dist/index.d.js"
13
- }
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "scripts": {
19
- "dev": "vite",
20
- "build": "rollup -c",
21
- "lint": "eslint .",
22
- "preview": "vite preview"
23
- },
24
- "peerDependencies": {
25
- "@emotion/react": "^11",
26
- "@emotion/styled": "^11",
27
- "@mui/icons-material": "^5 || ^6",
28
- "@mui/material": "^5 || ^6",
29
- "apexcharts": "^3 || ^4",
30
- "react": "^18 || ^19",
31
- "react-apexcharts": "^1",
32
- "react-dom": "^18 || ^19"
33
- },
34
- "devDependencies": {
35
- "@babel/core": "^7.29.0",
36
- "@babel/preset-env": "^7.29.2",
37
- "@babel/preset-react": "^7.28.5",
38
- "@emotion/react": "^11.14.0",
39
- "@emotion/styled": "^11.14.1",
40
- "@eslint/js": "^10.0.1",
41
- "@mui/icons-material": "^6.5.0",
42
- "@mui/material": "^5.18.0",
43
- "@rollup/plugin-babel": "^7.0.0",
44
- "@rollup/plugin-commonjs": "^29.0.2",
45
- "@rollup/plugin-node-resolve": "^16.0.3",
46
- "@types/react": "^19.2.14",
47
- "@types/react-dom": "^19.2.3",
48
- "@vitejs/plugin-react": "^6.0.1",
49
- "apexcharts": "^3.49.1",
50
- "eslint": "^10.2.1",
51
- "eslint-plugin-react-hooks": "^7.1.1",
52
- "eslint-plugin-react-refresh": "^0.5.2",
53
- "globals": "^17.5.0",
54
- "react": "^19.2.5",
55
- "react-apexcharts": "^1.4.1",
56
- "react-dom": "^19.2.5",
57
- "rollup": "^4.60.2",
58
- "rollup-plugin-peer-deps-external": "^2.2.4",
59
- "vite": "^8.0.10"
60
- }
61
- }
1
+ {
2
+ "name": "@ammarkhalidfarooq/dashboard-package",
3
+ "version": "0.2.6",
4
+ "type": "module",
5
+ "main": "dist/index.cjs.js",
6
+ "module": "dist/index.es.js",
7
+ "types": "dist/index.d.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.es.js",
11
+ "require": "./dist/index.cjs.js",
12
+ "types": "./dist/index.d.js"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "scripts": {
19
+ "dev": "vite",
20
+ "build": "rollup -c",
21
+ "lint": "eslint .",
22
+ "preview": "vite preview"
23
+ },
24
+ "peerDependencies": {
25
+ "@emotion/react": "^11",
26
+ "@emotion/styled": "^11",
27
+ "@mui/icons-material": "^5 || ^6",
28
+ "@mui/material": "^5 || ^6",
29
+ "apexcharts": "^3 || ^4",
30
+ "react": "^18 || ^19",
31
+ "react-apexcharts": "^1",
32
+ "react-dom": "^18 || ^19"
33
+ },
34
+ "devDependencies": {
35
+ "@babel/core": "^7.29.0",
36
+ "@babel/preset-env": "^7.29.2",
37
+ "@babel/preset-react": "^7.28.5",
38
+ "@emotion/react": "^11.14.0",
39
+ "@emotion/styled": "^11.14.1",
40
+ "@eslint/js": "^10.0.1",
41
+ "@mui/icons-material": "^6.5.0",
42
+ "@mui/material": "^5.18.0",
43
+ "@rollup/plugin-babel": "^7.0.0",
44
+ "@rollup/plugin-commonjs": "^29.0.2",
45
+ "@rollup/plugin-node-resolve": "^16.0.3",
46
+ "@types/react": "^19.2.14",
47
+ "@types/react-dom": "^19.2.3",
48
+ "@vitejs/plugin-react": "^6.0.1",
49
+ "apexcharts": "^3.49.1",
50
+ "eslint": "^10.2.1",
51
+ "eslint-plugin-react-hooks": "^7.1.1",
52
+ "eslint-plugin-react-refresh": "^0.5.2",
53
+ "globals": "^17.5.0",
54
+ "react": "^19.2.5",
55
+ "react-apexcharts": "^1.4.1",
56
+ "react-dom": "^19.2.5",
57
+ "rollup": "^4.60.2",
58
+ "rollup-plugin-peer-deps-external": "^2.2.4",
59
+ "vite": "^8.0.10"
60
+ }
61
+ }