Skip to content

Commit

Permalink
feat(sebastian): update project history (#617)
Browse files Browse the repository at this point in the history
* feat(sebastian): update projects

* Update sebastian.ts

* Update sebastian.ts

* Update sebastian.ts

* wording

* Update pnpm-lock.yaml

* build: add vue-tsc to dev dep

* chore: remove nuxt PWA plugin

* Update sebastian.ts
  • Loading branch information
maybeanerd authored Dec 4, 2024
1 parent d982627 commit ea45d50
Show file tree
Hide file tree
Showing 4 changed files with 5,129 additions and 7,079 deletions.
2 changes: 0 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ export default defineNuxtConfig({
modules: [
'@nuxt/image',
'@nuxtjs/i18n',
'@vite-pwa/nuxt',
'@nuxt/ui',
],
pwa: {},
nitro: {
prerender: {
crawlLinks: true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@nuxtjs/i18n": "8.5.6",
"@types/node": "20.16.14",
"@typescript-eslint/parser": "7.18.0",
"@vite-pwa/nuxt": "0.10.5",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"git-commit-info": "2.0.2",
"nuxt": "3.13.2",
"prettier": "3.3.3",
"typescript": "5.6.3"
"typescript": "5.6.3",
"vue-tsc": "2.1.10"
}
}
Loading

0 comments on commit ea45d50

Please sign in to comment.