Nuxt 2.15 Project Support (#365)

* Nuxt 2.15 Update

* Updated more proper dependencies
This commit is contained in:
Glare 2021-03-15 14:47:58 -05:00 committed by GitHub
parent 0de79386e0
commit 2c21825b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1673 additions and 1768 deletions

View File

@ -3,10 +3,10 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext \".js,.vue,.ts\" --ignore-path .gitignore ."
},
"lint-staged": {
@ -18,7 +18,6 @@
}
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.4",

File diff suppressed because it is too large Load Diff