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