namirasoft-site-react 1.4.523 → 1.4.524
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 +105 -82
package/package.json
CHANGED
|
@@ -1,84 +1,107 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
2
|
+
"name": "namirasoft-site-react",
|
|
3
|
+
"title": "Namirasoft Site React NPM Package",
|
|
4
|
+
"description": "Namira Software Corporation Site React NPM Package",
|
|
5
|
+
"icon": "logo.png",
|
|
6
|
+
"logo": "https://static.namirasoft.com/image/namirasoft/site/logo/base.png",
|
|
7
|
+
"language": "ts",
|
|
8
|
+
"framework": "npm",
|
|
9
|
+
"application": "package",
|
|
10
|
+
"private": false,
|
|
11
|
+
"version": "1.4.524",
|
|
12
|
+
"author": "Amir Abolhasani",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"main": "./dist/main.js",
|
|
15
|
+
"types": "./dist/main.d.ts",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"start": "react-app-rewired start",
|
|
18
|
+
"build": "npm run copy",
|
|
19
|
+
"test": "react-app-rewired test",
|
|
20
|
+
"eject": "react-app-rewired ejec",
|
|
21
|
+
"copy": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.svg src/**/*.png src/**/*.jpg dist/"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@ant-design/charts": "^2.6.7",
|
|
25
|
+
"@ant-design/icons": "^6.1.1",
|
|
26
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
27
|
+
"@types/node": "^25.5.0",
|
|
28
|
+
"@types/react": "^18.3.12",
|
|
29
|
+
"@types/react-bootstrap": "^1.1.0",
|
|
30
|
+
"@types/react-dom": "^18.3.1",
|
|
31
|
+
"@types/react-gtm-module": "^2.0.4",
|
|
32
|
+
"@uiw/react-json-view": "^2.0.0-alpha.41",
|
|
33
|
+
"antd": "^6.3.5",
|
|
34
|
+
"async-mutex": "^0.5.0",
|
|
35
|
+
"axios": "^1.14.0",
|
|
36
|
+
"bootstrap": "^5.3.8",
|
|
37
|
+
"chart.js": "^4.5.1",
|
|
38
|
+
"copyfiles": "^2.4.1",
|
|
39
|
+
"link-react": "^3.0.0",
|
|
40
|
+
"namirasoft-api-link": "^1.4.22",
|
|
41
|
+
"namirasoft-api-product": "^1.4.52",
|
|
42
|
+
"namirasoft-core": "^1.4.114",
|
|
43
|
+
"namirasoft-schema": "^1.4.29",
|
|
44
|
+
"namirasoft-site": "^1.4.45",
|
|
45
|
+
"namirasoft-site-map": "^1.4.46",
|
|
46
|
+
"os-browserify": "^0.3.0",
|
|
47
|
+
"path-browserify": "^1.0.1",
|
|
48
|
+
"react": "^18.3.1",
|
|
49
|
+
"react-app-rewired": "^2.2.1",
|
|
50
|
+
"react-bootstrap": "^2.10.10",
|
|
51
|
+
"react-chartjs-2": "^5.3.1",
|
|
52
|
+
"react-dev-utils": "^12.0.1",
|
|
53
|
+
"react-dom": "^18.3.1",
|
|
54
|
+
"react-gtm-module": "^2.0.11",
|
|
55
|
+
"react-phone-input-2": "^2.15.1",
|
|
56
|
+
"react-router-dom": "7.9.1",
|
|
57
|
+
"react-scripts": "^5.0.1",
|
|
58
|
+
"styled-components": "^6.3.12",
|
|
59
|
+
"webpack": "^5.105.4",
|
|
60
|
+
"xlsx": "^0.18.5"
|
|
61
|
+
},
|
|
62
|
+
"eslintConfig": {
|
|
63
|
+
"extends": [
|
|
64
|
+
"react-app",
|
|
65
|
+
"react-app/jest"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"browserslist": {
|
|
69
|
+
"production": [
|
|
70
|
+
">0.2%",
|
|
71
|
+
"not dead",
|
|
72
|
+
"not op_mini all"
|
|
73
|
+
],
|
|
74
|
+
"development": [
|
|
75
|
+
"last 1 chrome version",
|
|
76
|
+
"last 1 firefox version",
|
|
77
|
+
"last 1 safari version"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"ns-psc": {
|
|
81
|
+
"skip": {
|
|
82
|
+
"download": {
|
|
83
|
+
"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
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
84
107
|
}
|