Add landing pages

This commit is contained in:
edsea
2025-11-20 02:40:02 +01:00
parent aeb1ecd50a
commit 61d3738b26
42 changed files with 1901 additions and 526 deletions

23
rss/3rd-party/mdi/package.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "mdi-icons",
"version": "1.0.1",
"description": "This is a library which contains all the material design icons.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"material",
"mdi",
"design",
"icons",
"vue"
],
"author": "Jatin kamboj",
"repository": "jatin-maropost/mdi-icons",
"license": "ISC",
"devDependencies": {
"@mdi/font": "4.9.95"
}
}