Created
February 14, 2022 07:42
-
-
Save paulyves/1882b676f65ebf57b2c54772f31ca964 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index 41d6b58..69e64cc 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -13,7 +13,8 @@ | |
| "scripts": { | |
| "lint": "eslint --ext .js,.vue src", | |
| "dev": "cross-env node node_modules/@quasar/cli/bin/quasar dev", | |
| - "docs": "esdoc" | |
| + "docs": "esdoc", | |
| + "postinstall": "npm i --no-save ./node_modules/quasar-app-extension-freedom-components/f-table" | |
| }, | |
| "dependencies": { | |
| "@panter/vue-i18next": "^0.15.1", | |
| @@ -28,6 +29,7 @@ | |
| "moment": "^2.20.1", | |
| "qs": "^6.5.2", | |
| "quasar": "^1.15.23", | |
| + "quasar-app-extension-freedom-components": "git+https://freedom-components-readonly:[email protected]/anyTV/incubator/freedom-components.git#delta-1641-platform-freedom-components-ftable", | |
| "vue": "2.6.11", | |
| "vue-gtm": "3.1.0-vue2", | |
| "vue-router": "^3.0.1", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment