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