afront 1.0.9 → 1.0.11
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/install.js +1 -1
- package/package.json +31 -27
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/install.js
CHANGED
|
@@ -8,7 +8,7 @@ const AdmZip = require('adm-zip');
|
|
|
8
8
|
const readline = require('readline');
|
|
9
9
|
|
|
10
10
|
// Configuration
|
|
11
|
-
const GITHUB_ZIP_URL = 'https://github.com/Asggen/afront/archive/refs/tags/v1.0.
|
|
11
|
+
const GITHUB_ZIP_URL = 'https://github.com/Asggen/afront/archive/refs/tags/v1.0.10.zip'; // Updated URL
|
|
12
12
|
|
|
13
13
|
// Define files to skip
|
|
14
14
|
const SKIP_FILES = ['FUNDING.yml', 'CODE_OF_CONDUCT.md', 'SECURITY.md', 'install.js', '.npmrc'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "afront",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
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": {
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"start": "webpack serve --config webpack.dev.js",
|
|
12
12
|
"static": "node server.js"
|
|
13
13
|
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/Asggen/afront.git"
|
|
17
|
+
},
|
|
14
18
|
"keywords": [
|
|
15
19
|
"afront",
|
|
16
20
|
"ssr",
|
|
@@ -33,53 +37,53 @@
|
|
|
33
37
|
],
|
|
34
38
|
"license": "MIT",
|
|
35
39
|
"dependencies": {
|
|
36
|
-
"adm-zip": "^0.5.
|
|
37
|
-
"afront": "^1.0.
|
|
40
|
+
"adm-zip": "^0.5.16",
|
|
41
|
+
"afront": "^1.0.11",
|
|
38
42
|
"asggen-headtags": "^1.0.3",
|
|
39
43
|
"babel-plugin-css-modules-transform": "^1.6.2",
|
|
40
44
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
41
45
|
"copy-webpack-plugin": "^12.0.2",
|
|
42
46
|
"dotenv": "^16.4.5",
|
|
43
|
-
"express-rate-limit": "^7.4.
|
|
44
|
-
"extract-zip": "^2.0.
|
|
45
|
-
"follow-redirects": "^1.15.
|
|
47
|
+
"express-rate-limit": "^7.4.1",
|
|
48
|
+
"extract-zip": "^2.0.1",
|
|
49
|
+
"follow-redirects": "^1.15.9",
|
|
46
50
|
"fs-extra": "^11.2.0",
|
|
47
51
|
"ignore-styles": "^5.0.1",
|
|
48
|
-
"json5": "^
|
|
49
|
-
"loader-utils": "^
|
|
50
|
-
"react-router-dom": "^6.
|
|
52
|
+
"json5": "^2.2.3",
|
|
53
|
+
"loader-utils": "^3.3.1",
|
|
54
|
+
"react-router-dom": "^6.27.0",
|
|
51
55
|
"readline-sync": "^1.4.10",
|
|
52
|
-
"styled-components": "^6.1.
|
|
56
|
+
"styled-components": "^6.1.13",
|
|
53
57
|
"terser-webpack-plugin": "^5.3.10",
|
|
54
|
-
"postcss": "^8.4.
|
|
55
|
-
"tmp": "^0.2.
|
|
58
|
+
"postcss": "^8.4.47",
|
|
59
|
+
"tmp": "^0.2.3"
|
|
56
60
|
},
|
|
57
61
|
"devDependencies": {
|
|
58
|
-
"@babel/cli": "^7.
|
|
59
|
-
"@babel/core": "^7.
|
|
60
|
-
"@babel/preset-env": "^7.
|
|
61
|
-
"@babel/preset-react": "^7.
|
|
62
|
-
"@babel/register": "^7.
|
|
63
|
-
"babel-loader": "^9.1
|
|
64
|
-
"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",
|
|
65
69
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
66
|
-
"express": "^4.
|
|
67
|
-
"html-webpack-plugin": "^5.6.
|
|
70
|
+
"express": "^4.21.1",
|
|
71
|
+
"html-webpack-plugin": "^5.6.3",
|
|
68
72
|
"ignore-styles": "^5.0.1",
|
|
69
|
-
"json5": "^
|
|
70
|
-
"mini-css-extract-plugin": "^2.9.
|
|
73
|
+
"json5": "^2.2.3",
|
|
74
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
71
75
|
"patch-package": "^8.0.0",
|
|
72
76
|
"react": "^18.3.1",
|
|
73
77
|
"react-dom": "^18.3.1",
|
|
74
78
|
"style-loader": "^4.0.0",
|
|
75
|
-
"webpack": "^5.
|
|
79
|
+
"webpack": "^5.96.1",
|
|
76
80
|
"webpack-cli": "^5.1.4",
|
|
77
|
-
"webpack-dev-server": "^5.0
|
|
81
|
+
"webpack-dev-server": "^5.1.0",
|
|
78
82
|
"webpack-node-externals": "^3.0.0",
|
|
79
|
-
"postcss": "^8.4.
|
|
83
|
+
"postcss": "^8.4.47"
|
|
80
84
|
},
|
|
81
85
|
"resolutions": {
|
|
82
|
-
"loader-utils": "^
|
|
86
|
+
"loader-utils": "^3.3.1"
|
|
83
87
|
},
|
|
84
88
|
"bin": {
|
|
85
89
|
"afront": "install.js"
|