-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reset the project to start from scratch
- Loading branch information
1 parent
27c2de6
commit e04689a
Showing
12 changed files
with
1,394 additions
and
151 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// @ts-check | ||
import withNuxt from "./.nuxt/eslint.config.mjs"; | ||
|
||
export default withNuxt(); |
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
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,23 +1,28 @@ | ||
{ | ||
"name": "nuxt-app", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"build": "nuxt build", | ||
"dev": "nuxt dev", | ||
"dev": "nuxt dev --host", | ||
"generate": "nuxt generate", | ||
"preview": "nuxt preview", | ||
"lint": "nuxt typecheck && eslint .", | ||
"postinstall": "nuxt prepare" | ||
}, | ||
"dependencies": { | ||
"nuxt": "^3.13.0", | ||
"vue": "latest", | ||
"vue-router": "latest" | ||
"nuxt": "^3.13.2", | ||
"vue": "^3.5.10", | ||
"vue-router": "^4.4.5" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^9.11.1", | ||
"@nuxt/devtools": "^1.6.0", | ||
"@nuxt/eslint": "^0.6.0", | ||
"@vue/typescript": "^1.8.20", | ||
"@vue/typescript-plugin": "^2.1.6", | ||
"eslint": "^9.12.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-nuxt": "^4.0.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-organize-imports": "^4.1.0", | ||
"sass": "^1.79.5", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
} | ||
} |
Oops, something went wrong.