Skip to content

Commit

Permalink
refactor(deps): plugging some dependencies directly
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 28, 2023
1 parent 1fd6218 commit 9d35bba
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 303 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix"
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint . --fix",
"typecheck": "nuxi typecheck"
},
"dependencies": {
"@antfu/eslint-config": "^2.6.0",
"@vueuse/nuxt": "^10.7.0",
"yaml": "^2.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.1",
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.10.1",
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 9d35bba

Please sign in to comment.