chore(deps): bump + docs: remove absolute instructions from readme

This commit is contained in:
Liyas Thomas
2021-03-30 05:00:24 +00:00
committed by GitHub
parent de57208bab
commit b9deec1487
12 changed files with 42 additions and 58 deletions

View File

@@ -1,7 +1,5 @@
# ASSETS # ASSETS
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).

View File

@@ -47,7 +47,6 @@ body {
@apply bg-bgColor; @apply bg-bgColor;
@apply text-fgColor; @apply text-fgColor;
@apply text-base; @apply text-base;
@apply font-body;
@apply font-medium; @apply font-medium;
@apply select-none; @apply select-none;
@apply transition; @apply transition;
@@ -340,7 +339,6 @@ button {
@apply p-4; @apply p-4;
@apply bg-acColor; @apply bg-acColor;
@apply text-actColor; @apply text-actColor;
@apply font-body;
@apply font-bold; @apply font-bold;
@apply transition; @apply transition;
@apply ease-in-out; @apply ease-in-out;
@@ -412,20 +410,6 @@ button {
} }
.material-icons { .material-icons {
@apply font-icon;
@apply font-normal;
@apply not-italic;
@apply inline-block;
@apply normal-case;
@apply tracking-normal;
@apply whitespace-nowrap;
@apply antialiased;
word-wrap: normal;
direction: ltr;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
&:active { &:active {
animation: beat 0.5s forwards 1; animation: beat 0.5s forwards 1;
} }

View File

@@ -1,5 +1,5 @@
@mixin baseTheme { @mixin baseTheme {
--font-body: "Poppins", "sans-serif"; --font-sans: "Poppins", "sans-serif";
--font-mono: "Roboto Mono", "monospace"; --font-mono: "Roboto Mono", "monospace";
--font-icon: "Material Icons"; --font-icon: "Material Icons";
} }

View File

@@ -5,9 +5,7 @@ function isBabelLoader(caller) {
module.exports = function (api) { module.exports = function (api) {
if (api.env("test") && !api.caller(isBabelLoader)) { if (api.env("test") && !api.caller(isBabelLoader)) {
return { return {
plugins: [ plugins: ["@babel/plugin-proposal-class-properties"],
"@babel/plugin-proposal-class-properties"
],
presets: [ presets: [
[ [
"@babel/preset-env", "@babel/preset-env",

View File

@@ -1,7 +1,5 @@
# COMPONENTS # COMPONENTS
**This directory is not required, you can delete it if you don't want to use it.**
The components directory contains your Vue.js Components. The components directory contains your Vue.js Components.
_Nuxt.js doesn't supercharge these components._ _Nuxt.js doesn't supercharge these components._

View File

@@ -1,7 +1,5 @@
# LAYOUTS # LAYOUTS
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your Application Layouts. This directory contains your Application Layouts.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts). More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts).

56
package-lock.json generated
View File

@@ -18,24 +18,23 @@
"integrity": "sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==" "integrity": "sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ=="
}, },
"@babel/core": { "@babel/core": {
"version": "7.13.13", "version": "7.13.14",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.13.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.14.tgz",
"integrity": "sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==", "integrity": "sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==",
"requires": { "requires": {
"@babel/code-frame": "^7.12.13", "@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.13.9", "@babel/generator": "^7.13.9",
"@babel/helper-compilation-targets": "^7.13.13", "@babel/helper-compilation-targets": "^7.13.13",
"@babel/helper-module-transforms": "^7.13.12", "@babel/helper-module-transforms": "^7.13.14",
"@babel/helpers": "^7.13.10", "@babel/helpers": "^7.13.10",
"@babel/parser": "^7.13.13", "@babel/parser": "^7.13.13",
"@babel/template": "^7.12.13", "@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.13", "@babel/traverse": "^7.13.13",
"@babel/types": "^7.13.13", "@babel/types": "^7.13.14",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
"json5": "^2.1.2", "json5": "^2.1.2",
"lodash": "^4.17.19",
"semver": "^6.3.0", "semver": "^6.3.0",
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },
@@ -51,6 +50,21 @@
"semver": "^6.3.0" "semver": "^6.3.0"
} }
}, },
"@babel/helper-module-transforms": {
"version": "7.13.14",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz",
"integrity": "sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==",
"requires": {
"@babel/helper-module-imports": "^7.13.12",
"@babel/helper-replace-supers": "^7.13.12",
"@babel/helper-simple-access": "^7.13.12",
"@babel/helper-split-export-declaration": "^7.12.13",
"@babel/helper-validator-identifier": "^7.12.11",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.13",
"@babel/types": "^7.13.14"
}
},
"@babel/parser": { "@babel/parser": {
"version": "7.13.13", "version": "7.13.13",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.13.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.13.tgz",
@@ -72,9 +86,9 @@
} }
}, },
"@babel/types": { "@babel/types": {
"version": "7.13.13", "version": "7.13.14",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.13.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.14.tgz",
"integrity": "sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==", "integrity": "sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==",
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.12.11", "@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19", "lodash": "^4.17.19",
@@ -3680,9 +3694,9 @@
"dev": true "dev": true
}, },
"@types/minimatch": { "@types/minimatch": {
"version": "3.0.3", "version": "3.0.4",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==",
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
@@ -9517,9 +9531,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
}, },
"husky": { "husky": {
"version": "5.2.0", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz",
"integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==",
"dev": true "dev": true
}, },
"iconv-lite": { "iconv-lite": {
@@ -12242,9 +12256,9 @@
} }
}, },
"mustache": { "mustache": {
"version": "4.1.0", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ==" "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ=="
}, },
"mute-stream": { "mute-stream": {
"version": "0.0.8", "version": "0.0.8",
@@ -16823,9 +16837,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "6.6.6", "version": "6.6.7",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
"integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==", "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
"requires": { "requires": {
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },

View File

@@ -33,11 +33,11 @@
"graphql": "^15.5.0", "graphql": "^15.5.0",
"graphql-language-service-interface": "^2.8.2", "graphql-language-service-interface": "^2.8.2",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"mustache": "^4.1.0", "mustache": "^4.2.0",
"nuxt": "^2.15.3", "nuxt": "^2.15.3",
"nuxt-i18n": "^6.22.2", "nuxt-i18n": "^6.22.2",
"paho-mqtt": "^1.1.0", "paho-mqtt": "^1.1.0",
"rxjs": "^6.6.3", "rxjs": "^6.6.7",
"socket.io-client": "^4.0.0", "socket.io-client": "^4.0.0",
"socketio-wildcard": "^2.0.0", "socketio-wildcard": "^2.0.0",
"tern": "^0.24.3", "tern": "^0.24.3",
@@ -48,7 +48,7 @@
"yargs-parser": "^20.2.7" "yargs-parser": "^20.2.7"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.13.13", "@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.13.10", "@babel/preset-env": "^7.13.10",
"@nuxt/types": "^2.15.3", "@nuxt/types": "^2.15.3",
@@ -65,7 +65,7 @@
"babel-jest": "^26.6.3", "babel-jest": "^26.6.3",
"eslint": "^7.23.0", "eslint": "^7.23.0",
"eslint-plugin-vue": "^7.7.0", "eslint-plugin-vue": "^7.7.0",
"husky": "^5.2.0", "husky": "^6.0.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"postcss": "^8.2.8", "postcss": "^8.2.8",

View File

@@ -1,7 +1,5 @@
# PLUGINS # PLUGINS
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains Javascript plugins that you want to run before mounting the root Vue.js application. This directory contains Javascript plugins that you want to run before mounting the root Vue.js application.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins). More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins).

View File

@@ -1,7 +1,5 @@
# STATIC # STATIC
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your static files. This directory contains your static files.
Each file inside this directory is mapped to `/`. Each file inside this directory is mapped to `/`.
Thus you'd want to delete this README.md before deploying to production. Thus you'd want to delete this README.md before deploying to production.

View File

@@ -1,7 +1,5 @@
# STORE # STORE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your Vuex Store files. This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework. Vuex Store option is implemented in the Nuxt.js framework.

View File

@@ -42,7 +42,7 @@ export default {
}, },
}, },
fontFamily: { fontFamily: {
body: "var(--font-body)", sans: "var(--font-sans)",
mono: "var(--font-mono)", mono: "var(--font-mono)",
icon: "var(--font-icon)", icon: "var(--font-icon)",
}, },