-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from innovyou/development
1.0.2
- Loading branch information
Showing
4 changed files
with
1,306 additions
and
1,306 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
{ | ||
"name": "ui", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "yarn config set strict-ssl false && vue-cli-service serve", | ||
"build": "yarn config set strict-ssl false && vue-cli-service build", | ||
"lint": "yarn config set strict-ssl false && vue-cli-service lint", | ||
"watch": "yarn config set strict-ssl false && vue-cli-service build --watch" | ||
}, | ||
"dependencies": { | ||
"@carbon/icons-vue": "^10.37.0", | ||
"@carbon/vue": "^2.40.0", | ||
"@nethserver/ns8-ui-lib": "^0.1.22", | ||
"await-to-js": "^3.0.0", | ||
"axios": "^0.21.2", | ||
"carbon-components": "^10.41.0", | ||
"core-js": "^3.6.5", | ||
"lottie-web-vue": "^1.2.0", | ||
"sass": "^1.34.1", | ||
"vue": "^2.6.11", | ||
"vue-axios": "^3.2.4", | ||
"vue-date-fns": "^2.0.1", | ||
"vue-debounce": "^4.0.0", | ||
"vue-i18n": "^8.24.4", | ||
"vue-router": "^3.2.0", | ||
"vuex": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-plugin-router": "~4.5.0", | ||
"@vue/cli-plugin-vuex": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"prettier": "^2.2.1", | ||
"sass-loader": "^10.1.1", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
"name": "ui", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "yarn config set strict-ssl false && vue-cli-service serve", | ||
"build": "yarn config set strict-ssl false && vue-cli-service build", | ||
"lint": "yarn config set strict-ssl false && vue-cli-service lint", | ||
"watch": "yarn config set strict-ssl false && vue-cli-service build --watch" | ||
}, | ||
"dependencies": { | ||
"@carbon/icons-vue": "^10.37.0", | ||
"@carbon/vue": "^2.40.0", | ||
"@nethserver/ns8-ui-lib": "^0.1.22", | ||
"await-to-js": "^3.0.0", | ||
"axios": "^0.21.2", | ||
"carbon-components": "^10.41.0", | ||
"core-js": "^3.6.5", | ||
"lottie-web-vue": "^1.2.0", | ||
"sass": "^1.34.1", | ||
"vue": "^2.6.11", | ||
"vue-axios": "^3.2.4", | ||
"vue-date-fns": "^2.0.1", | ||
"vue-debounce": "^4.0.0", | ||
"vue-i18n": "^8.24.4", | ||
"vue-router": "^3.2.0", | ||
"vuex": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-plugin-router": "~4.5.0", | ||
"@vue/cli-plugin-vuex": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"prettier": "^2.2.1", | ||
"sass-loader": "^10.1.1", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
} |
Oops, something went wrong.