afront 1.0.10 → 1.0.12
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/README.md +2 -0
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# AFront
|
|
2
2
|
|
|
3
|
+
[](https://snyk.io/advisor/npm-package/afront/badge.svg)
|
|
4
|
+
|
|
3
5
|
**AFront** is a powerful framework for building scalable, high-performance web applications with ease. This README provides instructions on how to get started with the project.
|
|
4
6
|
|
|
5
7
|
## 🚀 Getting Started
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "afront",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "AFront is a front-end JavaScript library designed to create seamless server-side rendered (SSSR) websites.",
|
|
5
5
|
"main": "webpack.dev.js",
|
|
6
6
|
"scripts": {
|
|
@@ -37,48 +37,48 @@
|
|
|
37
37
|
],
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"adm-zip": "^0.5.
|
|
41
|
-
"afront": "^1.0.
|
|
40
|
+
"adm-zip": "^0.5.16",
|
|
41
|
+
"afront": "^1.0.12",
|
|
42
42
|
"asggen-headtags": "^1.0.3",
|
|
43
43
|
"babel-plugin-css-modules-transform": "^1.6.2",
|
|
44
44
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
45
45
|
"copy-webpack-plugin": "^12.0.2",
|
|
46
46
|
"dotenv": "^16.4.5",
|
|
47
|
-
"express-rate-limit": "^7.4.
|
|
48
|
-
"extract-zip": "^2.0.
|
|
49
|
-
"follow-redirects": "^1.15.
|
|
47
|
+
"express-rate-limit": "^7.4.1",
|
|
48
|
+
"extract-zip": "^2.0.1",
|
|
49
|
+
"follow-redirects": "^1.15.9",
|
|
50
50
|
"fs-extra": "^11.2.0",
|
|
51
51
|
"ignore-styles": "^5.0.1",
|
|
52
52
|
"json5": "^1.0.2",
|
|
53
53
|
"loader-utils": "^1.4.2",
|
|
54
|
-
"react-router-dom": "^6.
|
|
54
|
+
"react-router-dom": "^6.27.0",
|
|
55
55
|
"readline-sync": "^1.4.10",
|
|
56
|
-
"styled-components": "^6.1.
|
|
56
|
+
"styled-components": "^6.1.13",
|
|
57
57
|
"terser-webpack-plugin": "^5.3.10",
|
|
58
58
|
"postcss": "^8.4.31",
|
|
59
|
-
"tmp": "^0.2.
|
|
59
|
+
"tmp": "^0.2.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@babel/cli": "^7.
|
|
63
|
-
"@babel/core": "^7.
|
|
64
|
-
"@babel/preset-env": "^7.
|
|
65
|
-
"@babel/preset-react": "^7.
|
|
66
|
-
"@babel/register": "^7.
|
|
67
|
-
"babel-loader": "^9.1
|
|
68
|
-
"css-loader": "^7.1.
|
|
62
|
+
"@babel/cli": "^7.25.9",
|
|
63
|
+
"@babel/core": "^7.26.0",
|
|
64
|
+
"@babel/preset-env": "^7.26.0",
|
|
65
|
+
"@babel/preset-react": "^7.25.9",
|
|
66
|
+
"@babel/register": "^7.25.9",
|
|
67
|
+
"babel-loader": "^9.2.1",
|
|
68
|
+
"css-loader": "^7.1.2",
|
|
69
69
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
70
|
-
"express": "^4.
|
|
71
|
-
"html-webpack-plugin": "^5.6.
|
|
70
|
+
"express": "^4.21.1",
|
|
71
|
+
"html-webpack-plugin": "^5.6.3",
|
|
72
72
|
"ignore-styles": "^5.0.1",
|
|
73
73
|
"json5": "^1.0.2",
|
|
74
|
-
"mini-css-extract-plugin": "^2.9.
|
|
74
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
75
75
|
"patch-package": "^8.0.0",
|
|
76
76
|
"react": "^18.3.1",
|
|
77
77
|
"react-dom": "^18.3.1",
|
|
78
78
|
"style-loader": "^4.0.0",
|
|
79
|
-
"webpack": "^5.
|
|
79
|
+
"webpack": "^5.96.1",
|
|
80
80
|
"webpack-cli": "^5.1.4",
|
|
81
|
-
"webpack-dev-server": "^5.0
|
|
81
|
+
"webpack-dev-server": "^5.1.0",
|
|
82
82
|
"webpack-node-externals": "^3.0.0",
|
|
83
83
|
"postcss": "^8.4.31"
|
|
84
84
|
},
|