Update dependencies

This commit is contained in:
Pitu 2019-02-19 00:06:50 +09:00
parent e33cf30449
commit 6fa1dbd99e
2 changed files with 3671 additions and 2905 deletions

View File

@ -10,11 +10,10 @@
}, },
"main": "src/_scripts/start.js", "main": "src/_scripts/start.js",
"scripts": { "scripts": {
"api": "nodemon src/start api", "api": "node src/api/structures/Server",
"site": "node src/start site", "site": "nuxt",
"build": "nuxt build", "build": "nuxt build",
"start": "cross-env NODE_ENV=production node src/start && nuxt start", "start": "cross-env NODE_ENV=production node src/start && nuxt start"
"nuxt": "nuxt --port 5002"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -49,7 +48,7 @@
"moment": "^2.22.1", "moment": "^2.22.1",
"multer": "^1.3.0", "multer": "^1.3.0",
"nuxt-dropzone": "^0.2.7", "nuxt-dropzone": "^0.2.7",
"nuxt-edge": "^2.0.0-25621471.65432e6", "nuxt": "^2.4.3",
"one-liner": "^1.3.0", "one-liner": "^1.3.0",
"path": "^0.12.7", "path": "^0.12.7",
"pg": "^7.4.3", "pg": "^7.4.3",
@ -57,24 +56,24 @@
"serve-static": "^1.13.2", "serve-static": "^1.13.2",
"sharp": "^0.20.3", "sharp": "^0.20.3",
"v-clipboard": "^1.0.4", "v-clipboard": "^1.0.4",
"vue-analytics": "^5.9.1", "vue-analytics": "^5.16.2",
"vue-axios": "^2.0.2", "vue-axios": "^2.0.2",
"vue-isyourpasswordsafe": "^1.0.1", "vue-isyourpasswordsafe": "^1.0.2",
"vue-plyr": "^2.1.1", "vue-plyr": "^2.1.1",
"vue-timeago": "^3.4.4", "vue-timeago": "^3.4.4",
"vuex": "^3.0.1" "vue2-transitions": "^0.2.3"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.1.5", "autoprefixer": "^9.4.7",
"babel-eslint": "^9.0.0", "babel-eslint": "^10.0.1",
"cross-env": "^5.1.4", "cross-env": "^5.2.0",
"eslint": "^5.6.0", "eslint": "^5.13.0",
"eslint-config-aqua": "^4.4.1", "eslint-config-aqua": "^4.4.1",
"eslint-plugin-vue": "^5.0.0-beta.3", "eslint-plugin-vue": "^5.2.1",
"node-sass": "^4.9.3", "node-sass": "^4.11.0",
"nodemon": "^1.17.5",
"postcss-nested": "^3.0.0", "postcss-nested": "^3.0.0",
"ream": "^3.2.7", "ream": "^3.2.7",
"postcss-css-variables": "^0.11.0",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"vue-eslint-parser": "^2.0.3" "vue-eslint-parser": "^2.0.3"
}, },

6547
yarn.lock

File diff suppressed because it is too large Load Diff