1
0
Fork 0

update packages, remove about comments

main
Ryan Moon 2024-05-07 18:09:54 -04:00
parent 253127c69f
commit ae8f7f9b5c
3 changed files with 7489 additions and 9239 deletions

View File

@ -13,12 +13,4 @@ I believe in the <a href="https://www.gnu.org/philosophy/free-software-intro.en.
My development stack consist of Nuxt.js, Directus.io, PostgreSQL, and many other packages. Some of my websites are also hosted using the <a href="https://handshake.org" target="_BLANK">Handshake</a> naming system, such as <a href="https://ryanmoon/" target="_BLANK">ryanmoon/</a> and <a href="https://dir.ectory" target="_BLANK">dir.ectory/</a>.
<!---
, and <a href="https://p.arked" target="_BLANK">p.arked/</a>.
-->
<!---
Take a look at the <a href="/list">software and companies</a> I champion.
-->
In my free time, I like to read books, fish at the lake, and run long distances.

16710
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,15 +9,15 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.9.0",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "latest",
"@nuxtjs/device": "^3.1.1",
"@types/node": "^20",
"nuxt": "^3.8.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
"nuxt": "^3.11.2",
"sass": "^1.77.0",
"sass-loader": "^14.2.1"
},
"dependencies": {
"nuxt-mail": "^4.0.2"
"nuxt-mail": "^5.0.1"
}
}