added basic npm packages

pull/44/head
A1Gard 5 months ago
parent 9fde3c965f
commit 184e7192c0

@ -14,5 +14,9 @@
"sass": "^1.56.1",
"vite": "^5.0",
"vue": "^3.2.37"
},
"dependencies": {
"remixicon": "^4.2.0",
"vazirmatn": "^33.0.3"
}
}

@ -2,6 +2,6 @@
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-family-sans-serif: 'Vazirmatn', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;

@ -1,5 +1,5 @@
// Fonts
@import url('https://fonts.bunny.net/css?family=Nunito');
@import 'vazirmatn/Vazirmatn-font-face.css';
// Variables
@import 'variables';

File diff suppressed because one or more lines are too long

@ -541,6 +541,11 @@ readdirp@~3.6.0:
dependencies:
picomatch "^2.2.1"
remixicon@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/remixicon/-/remixicon-4.2.0.tgz#2df60b1764b11bb363f796b827ed8e03eab031c4"
integrity sha512-MF5wApNveRh3n0iMVM+lr2nSWrj/rBbSD2eWapuD9ReYRGs5naAUR1BqVBCHGqm286FIS6zwwmUf96QjHQ9l4w==
rollup@^4.13.0:
version "4.17.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.17.2.tgz#26d1785d0144122277fdb20ab3a24729ae68301f"
@ -587,6 +592,11 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"
vazirmatn@^33.0.3:
version "33.0.3"
resolved "https://registry.yarnpkg.com/vazirmatn/-/vazirmatn-33.0.3.tgz#d4617dfb0fa97c6aaeb35ab19fa713f0a04ffc21"
integrity sha512-fbjNc0CMjazZpIegWzz9OHGzI1APFboT+x7ZecXlUCtDe/nkyx7gtCTZnWS/+eeXG7fbfXymCPKJI8EsnM3iqw==
vite-plugin-full-reload@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/vite-plugin-full-reload/-/vite-plugin-full-reload-1.1.0.tgz#ca6fa32631024a459ea9e5613dd4c0ff0f3b7995"

Loading…
Cancel
Save