Skip to content

Commit

Permalink
make typescript stuff a non-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ftsell committed Nov 15, 2023
1 parent 6fb7aaf commit aaf65c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.28.0",
"nuxt": "^3.6.2",
"typescript": "^4.9.5",
"vue-tsc": "^1.8.22"
"nuxt": "^3.6.2"
},
"dependencies": {
"@nuxt/ui": "^2.10.0",
"@vueuse/core": "^10.6.1",
"oidc-client-ts": "^2.4.0"
"oidc-client-ts": "^2.4.0",
"typescript": "^4.9.5",
"vue-tsc": "^1.8.22"
}
}

0 comments on commit aaf65c1

Please sign in to comment.