Skip to content

Commit

Permalink
chore: cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 12, 2024
1 parent 794418c commit 10f429e
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 244 deletions.
4 changes: 0 additions & 4 deletions apps/timer/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ export default defineNuxtConfig({
'@nuxt/ui',
'@nuxt/image',
'nuxt-time',
// '@nuxtseo/module',
],
// pinia: {
// storesDirs: ['./stores/**', './custom-folder/stores/**'],
// },
icon: {
clientBundle: {
scan: true,
Expand Down
12 changes: 6 additions & 6 deletions apps/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.13",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "next",
"@pinia/nuxt": "^0.7.0",
"@zeity/utils": "workspace:*",
"date-fns": "^4.1.0",
"nuxt": "^3.14.159",
"nuxt-time": "^1.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.1"
"@iconify-json/lucide": "^1.2.14",
"@nuxt/eslint": "^0.6.1",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "next",
"nuxt": "^3.14.159",
"nuxt-time": "^1.0.2"
}
}
Loading

0 comments on commit 10f429e

Please sign in to comment.