namirasoft-site-react 1.4.524 → 1.4.526

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 +3 -24
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.524",
11
+ "version": "1.4.526",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -21,9 +21,9 @@
21
21
  "copy": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.svg src/**/*.png src/**/*.jpg dist/"
22
22
  },
23
23
  "dependencies": {
24
- "@ant-design/charts": "^2.6.7",
25
24
  "@ant-design/icons": "^6.1.1",
26
25
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
26
+ "@babel/plugin-transform-private-property-in-object": "^7.28.6",
27
27
  "@types/node": "^25.5.0",
28
28
  "@types/react": "^18.3.12",
29
29
  "@types/react-bootstrap": "^1.1.0",
@@ -36,7 +36,6 @@
36
36
  "bootstrap": "^5.3.8",
37
37
  "chart.js": "^4.5.1",
38
38
  "copyfiles": "^2.4.1",
39
- "link-react": "^3.0.0",
40
39
  "namirasoft-api-link": "^1.4.22",
41
40
  "namirasoft-api-product": "^1.4.52",
42
41
  "namirasoft-core": "^1.4.114",
@@ -45,6 +44,7 @@
45
44
  "namirasoft-site-map": "^1.4.46",
46
45
  "os-browserify": "^0.3.0",
47
46
  "path-browserify": "^1.0.1",
47
+ "process": "^0.11.10",
48
48
  "react": "^18.3.1",
49
49
  "react-app-rewired": "^2.2.1",
50
50
  "react-bootstrap": "^2.10.10",
@@ -55,7 +55,6 @@
55
55
  "react-phone-input-2": "^2.15.1",
56
56
  "react-router-dom": "7.9.1",
57
57
  "react-scripts": "^5.0.1",
58
- "styled-components": "^6.3.12",
59
58
  "webpack": "^5.105.4",
60
59
  "xlsx": "^0.18.5"
61
60
  },
@@ -81,26 +80,6 @@
81
80
  "skip": {
82
81
  "download": {
83
82
  "tsconfig": true
84
- },
85
- "content": {
86
- "dependencies": {
87
- "unused": {
88
- "list": [
89
- "@ant-design/charts",
90
- "@babel/plugin-proposal-private-property-in-object",
91
- "bootstrap",
92
- "copyfiles",
93
- "link-react",
94
- "os-browserify",
95
- "path-browserify",
96
- "react-app-rewired",
97
- "react-gtm-module",
98
- "react-router-dom",
99
- "react-scripts",
100
- "styled-components"
101
- ]
102
- }
103
- }
104
83
  }
105
84
  }
106
85
  }