update @ Tue 26 Apr 17:14:43 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-04-26 17:14:44 +03:00
parent d9c9b96885
commit 86d86e9611
3 changed files with 1874 additions and 5 deletions

View file

@ -30,5 +30,6 @@
- https://www.ari-web.xyz/ (source: https://ari-web.xyz/git) - https://www.ari-web.xyz/ (source: https://ari-web.xyz/git)
- https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git) - https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git)
- https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git) - https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git)
- https://tcl.ari-web.xyz/ (source: https://tcl.ari-web.xyz/filetree.html) (Due to size limitations of git services I cannot publish it on any git) - https://tcl.ari-web.xyz/ (source: https://tcl.ari-web.xyz/filetree.html (Due to size limitations of git services I cannot publish it on any git))
- https://legacy.blog.ari-web.xyz/ (source: https://legacy.blog.ari-web.xyz/git) - https://legacy.blog.ari-web.xyz/ (source: https://legacy.blog.ari-web.xyz/git)
- https://school.ari-web.xyz/ (source: proprietary (I don't want people snooping on my homework lol))

1859
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,14 +2,22 @@
"name": "ari-web.xyz", "name": "ari-web.xyz",
"version": "1.0.0", "version": "1.0.0",
"description": "My website's source code", "description": "My website's source code",
"scripts": {}, "scripts": {
"s": "live-server"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://ari-web.xyz/gh/website.git" "url": "https://ari-web.xyz/gh/website.git"
}, },
"keywords": [ "keywords": [
"website", "terminal", "ari-web", "linux", "website",
"shell", "javascript", "dark", "sass" "terminal",
"ari-web",
"linux",
"shell",
"javascript",
"dark",
"sass"
], ],
"author": "Ari Archer <ari.web.xyz@gmail.com>", "author": "Ari Archer <ari.web.xyz@gmail.com>",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
@ -18,6 +26,7 @@
}, },
"homepage": "https://ari-web.xyz/gh/website#readme", "homepage": "https://ari-web.xyz/gh/website#readme",
"devDependencies": { "devDependencies": {
"eslint": "^8.10.0" "eslint": "^8.10.0",
"live-server": "^1.2.1"
} }
} }