feat: themes foundation + editors load improvements
Showing
This diff was suppressed by a .gitattributes entry.
... | ... | @@ -71,7 +71,7 @@ |
"graphql-list-fields": "2.0.2", | ||
"graphql-tools": "3.1.1", | ||
"i18next": "11.5.0", | ||
"i18next-express-middleware": "1.2.0", | ||
"i18next-express-middleware": "1.2.1", | ||
"i18next-localstorage-cache": "1.1.1", | ||
"i18next-node-fs-backend": "1.2.1", | ||
"image-size": "0.6.3", | ||
... | ... | @@ -147,7 +147,7 @@ |
}, | ||
"devDependencies": { | ||
"@panter/vue-i18next": "0.12.0", | ||
"@vue/cli": "3.0.0-rc.10", | ||
"@vue/cli": "3.0.0-rc.11", | ||
"apollo-cache-inmemory": "1.2.6", | ||
"apollo-client": "2.3.7", | ||
"apollo-fetch": "0.7.0", | ||
... | ... | @@ -177,7 +177,7 @@ |
"cssnano": "4.0.5", | ||
"duplicate-package-checker-webpack-plugin": "3.0.0", | ||
"epic-spinners": "1.0.3", | ||
"eslint": "5.2.0", | ||
"eslint": "5.3.0", | ||
"eslint-config-requarks": "1.0.7", | ||
"eslint-config-standard": "11.0.0", | ||
"eslint-plugin-import": "2.13.0", | ||
... | ... | @@ -206,7 +206,7 @@ |
"postcss-cssnext": "3.1.0", | ||
"postcss-flexbugs-fixes": "4.1.0", | ||
"postcss-flexibility": "2.0.0", | ||
"postcss-import": "11.1.0", | ||
"postcss-import": "12.0.0", | ||
"postcss-loader": "2.1.6", | ||
"postcss-preset-env": "5.3.0", | ||
"postcss-selector-parser": "5.0.0-rc.3", | ||
... | ... | @@ -220,7 +220,7 @@ |
"sass-resources-loader": "1.3.3", | ||
"script-ext-html-webpack-plugin": "2.0.1", | ||
"simple-progress-webpack-plugin": "1.1.2", | ||
"style-loader": "0.21.0", | ||
"style-loader": "0.22.1", | ||
"stylus": "0.54.5", | ||
"stylus-loader": "3.0.2", | ||
"twemoji-awesome": "1.0.6", | ||
... | ... | @@ -229,11 +229,11 @@ |
"velocity-animate": "1.5.2", | ||
"vue": "2.5.17", | ||
"vue-apollo": "3.0.0-beta.19", | ||
"vue-chartjs": "3.3.2", | ||
"vue-chartjs": "3.4.0", | ||
"vue-clipboards": "1.2.4", | ||
"vue-codemirror": "4.0.5", | ||
"vue-hot-reload-api": "2.3.0", | ||
"vue-loader": "15.2.6", | ||
"vue-loader": "15.3.0", | ||
"vue-material-design-icons": "1.6.0", | ||
"vue-moment": "4.0.0", | ||
"vue-router": "3.0.1", | ||
... | ... | @@ -241,11 +241,11 @@ |
"vue-template-compiler": "2.5.17", | ||
"vue-tour": "1.0.1", | ||
"vuedraggable": "2.16.0", | ||
"vuetify": "1.1.9", | ||
"vuetify": "1.1.10", | ||
"vuex": "3.0.1", | ||
"vuex-pathify": "1.1.2", | ||
"vuex-pathify": "1.1.3", | ||
"vuex-persistedstate": "2.5.4", | ||
"webpack": "4.16.4", | ||
"webpack": "4.16.5", | ||
"webpack-bundle-analyzer": "2.13.1", | ||
"webpack-cli": "3.1.0", | ||
"webpack-dev-middleware": "3.1.3", | ||
... | ... |
server/jobs/render-page.js
0 → 100644
server/views/main/page.pug
0 → 100644
This diff is collapsed.
Click to expand it.
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment