mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-09 14:09:07 -06:00
SCSS, simplify header, improve README
This commit is contained in:
34
pnpm-lock.yaml
generated
34
pnpm-lock.yaml
generated
@@ -34,13 +34,16 @@ dependencies:
|
||||
version: 18.2.21
|
||||
astro:
|
||||
specifier: ^4.4.15
|
||||
version: 4.4.15(@types/node@20.11.25)(typescript@5.4.2)
|
||||
version: 4.4.15(@types/node@20.11.25)(sass@1.71.1)(typescript@5.4.2)
|
||||
react:
|
||||
specifier: ^18.2.0
|
||||
version: 18.2.0
|
||||
react-dom:
|
||||
specifier: ^18.2.0
|
||||
version: 18.2.0(react@18.2.0)
|
||||
sass:
|
||||
specifier: ^1.71.1
|
||||
version: 1.71.1
|
||||
tailwindcss:
|
||||
specifier: ^3.4.1
|
||||
version: 3.4.1
|
||||
@@ -150,7 +153,7 @@ packages:
|
||||
'@astrojs/markdown-remark': 4.2.1
|
||||
'@mdx-js/mdx': 3.0.1
|
||||
acorn: 8.11.3
|
||||
astro: 4.4.15(@types/node@20.11.25)(typescript@5.4.2)
|
||||
astro: 4.4.15(@types/node@20.11.25)(sass@1.71.1)(typescript@5.4.2)
|
||||
es-module-lexer: 1.4.1
|
||||
estree-util-visit: 2.0.0
|
||||
github-slugger: 2.0.0
|
||||
@@ -214,7 +217,7 @@ packages:
|
||||
astro: ^3.0.0 || ^4.0.0
|
||||
tailwindcss: ^3.0.24
|
||||
dependencies:
|
||||
astro: 4.4.15(@types/node@20.11.25)(typescript@5.4.2)
|
||||
astro: 4.4.15(@types/node@20.11.25)(sass@1.71.1)(typescript@5.4.2)
|
||||
autoprefixer: 10.4.18(postcss@8.4.35)
|
||||
postcss: 8.4.35
|
||||
postcss-load-config: 4.0.2(postcss@8.4.35)
|
||||
@@ -1054,7 +1057,7 @@ packages:
|
||||
'@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.0)
|
||||
'@types/babel__core': 7.20.5
|
||||
react-refresh: 0.14.0
|
||||
vite: 5.1.5(@types/node@20.11.25)
|
||||
vite: 5.1.5(@types/node@20.11.25)(sass@1.71.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -1231,7 +1234,7 @@ packages:
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/astro@4.4.15(@types/node@20.11.25)(typescript@5.4.2):
|
||||
/astro@4.4.15(@types/node@20.11.25)(sass@1.71.1)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-RTiAnlO8hDp6GqMVvaeJxyuCJhHNEho09lHshMNQBqgRabYPOJGW0HZZrbLRGNOqN9I14ivhZIunYGgAaGQpWw==}
|
||||
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
||||
hasBin: true
|
||||
@@ -1295,7 +1298,7 @@ packages:
|
||||
tsconfck: 3.0.3(typescript@5.4.2)
|
||||
unist-util-visit: 5.0.0
|
||||
vfile: 6.0.1
|
||||
vite: 5.1.5(@types/node@20.11.25)
|
||||
vite: 5.1.5(@types/node@20.11.25)(sass@1.71.1)
|
||||
vitefu: 0.2.5(vite@5.1.5)
|
||||
which-pm: 2.1.1
|
||||
yargs-parser: 21.1.1
|
||||
@@ -2257,6 +2260,10 @@ packages:
|
||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||
dev: false
|
||||
|
||||
/immutable@4.3.5:
|
||||
resolution: {integrity: sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==}
|
||||
dev: false
|
||||
|
||||
/import-meta-resolve@4.0.0:
|
||||
resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==}
|
||||
dev: false
|
||||
@@ -3825,6 +3832,16 @@ packages:
|
||||
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
||||
dev: false
|
||||
|
||||
/sass@1.71.1:
|
||||
resolution: {integrity: sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chokidar: 3.6.0
|
||||
immutable: 4.3.5
|
||||
source-map-js: 1.0.2
|
||||
dev: false
|
||||
|
||||
/sax@1.3.0:
|
||||
resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==}
|
||||
dev: false
|
||||
@@ -4436,7 +4453,7 @@ packages:
|
||||
vfile-message: 4.0.2
|
||||
dev: false
|
||||
|
||||
/vite@5.1.5(@types/node@20.11.25):
|
||||
/vite@5.1.5(@types/node@20.11.25)(sass@1.71.1):
|
||||
resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
@@ -4468,6 +4485,7 @@ packages:
|
||||
esbuild: 0.19.12
|
||||
postcss: 8.4.35
|
||||
rollup: 4.12.1
|
||||
sass: 1.71.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
dev: false
|
||||
@@ -4480,7 +4498,7 @@ packages:
|
||||
vite:
|
||||
optional: true
|
||||
dependencies:
|
||||
vite: 5.1.5(@types/node@20.11.25)
|
||||
vite: 5.1.5(@types/node@20.11.25)(sass@1.71.1)
|
||||
dev: false
|
||||
|
||||
/volar-service-css@0.0.30(@volar/language-service@2.0.4):
|
||||
|
||||
Reference in New Issue
Block a user