-
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.
updated nuxt to 2.14.4, added express
- Loading branch information
Showing
4 changed files
with
13,699 additions
and
1 deletion.
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,4 +1,4 @@ | ||
NUXT_VERSION=2.13.3b | ||
NUXT_VERSION=2.14.4 | ||
|
||
.PHONY: all | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"name": "nuxt", | ||
"version": "1.0.0", | ||
"description": "nuxt image", | ||
"author": "Yves Serrano", | ||
"private": true, | ||
"scripts": { | ||
"dev": "nuxt", | ||
"build": "nuxt build", | ||
"start": "nuxt start", | ||
"generate": "nuxt generate", | ||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .", | ||
"test": "ava", | ||
"test:unit": "cross-env TEST=unit ava ./test/specs/**/*", | ||
"test:e2e": "cross-env TEST=e2e ava ./test/e2e/**/*" | ||
}, | ||
"dependencies": { | ||
"@nuxtjs/apollo": "4.0.1-rc.3", | ||
"@nuxtjs/axios": "^5.3.6", | ||
"@nuxtjs/dotenv": "^1.4.0", | ||
"@nuxtjs/proxy": "^2.0.0", | ||
"@nuxtjs/style-resources": "^1.0.0", | ||
"body-parser": "^1.19.0", | ||
"cors": "^2.8.5", | ||
"date-fns": "^2.14.0", | ||
"express": "^4.17.1", | ||
"get-graphql-schema": "^2.1.2", | ||
"node-sass": "^4.14.1", | ||
"nuxt": "^2.14.4", | ||
"nuxt-buefy": "0.4.3", | ||
"nuxt-i18n": "^6.12.2", | ||
"plyr": "^3.6.2", | ||
"raw-loader": "^4.0.1", | ||
"rss-parser": "^3.8.0", | ||
"sass-loader": "^8.0.2", | ||
"vue-affix": "^0.5.2", | ||
"vue-plyr": "^6.0.4", | ||
"vue-scrollactive": "^0.9.3", | ||
"vue2-google-maps": "^0.10.7" | ||
}, | ||
"devDependencies": { | ||
"@ava/babel": "^1.0.0", | ||
"@nuxtjs/eslint-config": "^2.0.0", | ||
"@nuxtjs/eslint-module": "^1.0.0", | ||
"@vue/test-utils": "^1.0.0-beta.27", | ||
"ava": "^3.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-plugin-module-resolver": "^3.2.0", | ||
"browser-env": "^3.2.5", | ||
"eslint": "^6.1.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-nuxt": ">=0.4.2", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"prettier": "^1.19.1", | ||
"require-extension-hooks": "^0.3.3", | ||
"require-extension-hooks-babel": "^1.0.0", | ||
"require-extension-hooks-vue": "^2.0.0" | ||
} | ||
} |
Oops, something went wrong.