afront 1.0.11 → 1.0.13
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 +7 -1
- package/install.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# AFront
|
|
2
2
|
|
|
3
|
+
[![NPM Version][npm-version-image]][npm-url]
|
|
3
4
|
[](https://snyk.io/advisor/npm-package/afront/badge.svg)
|
|
4
5
|
|
|
6
|
+
|
|
7
|
+
|
|
5
8
|
**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.
|
|
6
9
|
|
|
7
10
|
## 🚀 Getting Started
|
|
@@ -57,7 +60,7 @@ If you'd like to contribute to the project, please follow the guidelines in the
|
|
|
57
60
|
|
|
58
61
|
## 📝 License
|
|
59
62
|
|
|
60
|
-
This project is licensed under the [MIT
|
|
63
|
+
This project is licensed under the [MIT](LICENSE).
|
|
61
64
|
|
|
62
65
|
---
|
|
63
66
|
|
|
@@ -77,3 +80,6 @@ This `README.md` file provides clear instructions on prerequisites, installation
|
|
|
77
80
|
You can now use this updated `README.md` in your project.
|
|
78
81
|
|
|
79
82
|
|
|
83
|
+
|
|
84
|
+
[npm-url]: https://npmjs.org/package/afront
|
|
85
|
+
[npm-version-image]: https://badgen.net/npm/v/afront
|
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.13.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.13",
|
|
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": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"adm-zip": "^0.5.16",
|
|
41
|
-
"afront": "^1.0.
|
|
41
|
+
"afront": "^1.0.13",
|
|
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",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"follow-redirects": "^1.15.9",
|
|
50
50
|
"fs-extra": "^11.2.0",
|
|
51
51
|
"ignore-styles": "^5.0.1",
|
|
52
|
-
"json5": "^
|
|
53
|
-
"loader-utils": "^
|
|
52
|
+
"json5": "^1.0.2",
|
|
53
|
+
"loader-utils": "^1.4.2",
|
|
54
54
|
"react-router-dom": "^6.27.0",
|
|
55
55
|
"readline-sync": "^1.4.10",
|
|
56
56
|
"styled-components": "^6.1.13",
|
|
57
57
|
"terser-webpack-plugin": "^5.3.10",
|
|
58
|
-
"postcss": "^8.4.
|
|
58
|
+
"postcss": "^8.4.31",
|
|
59
59
|
"tmp": "^0.2.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"express": "^4.21.1",
|
|
71
71
|
"html-webpack-plugin": "^5.6.3",
|
|
72
72
|
"ignore-styles": "^5.0.1",
|
|
73
|
-
"json5": "^
|
|
73
|
+
"json5": "^1.0.2",
|
|
74
74
|
"mini-css-extract-plugin": "^2.9.2",
|
|
75
75
|
"patch-package": "^8.0.0",
|
|
76
76
|
"react": "^18.3.1",
|
|
@@ -80,10 +80,10 @@
|
|
|
80
80
|
"webpack-cli": "^5.1.4",
|
|
81
81
|
"webpack-dev-server": "^5.1.0",
|
|
82
82
|
"webpack-node-externals": "^3.0.0",
|
|
83
|
-
"postcss": "^8.4.
|
|
83
|
+
"postcss": "^8.4.31"
|
|
84
84
|
},
|
|
85
85
|
"resolutions": {
|
|
86
|
-
"loader-utils": "^
|
|
86
|
+
"loader-utils": "^1.4.2"
|
|
87
87
|
},
|
|
88
88
|
"bin": {
|
|
89
89
|
"afront": "install.js"
|