-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(deps): plugging some dependencies directly
- Loading branch information
Showing
2 changed files
with
303 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.