-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies. add author email
- Loading branch information
1 parent
47d41be
commit f8f003a
Showing
2 changed files
with
557 additions
and
364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"private": false, | ||
"description": "Credit card component made with Vue.js", | ||
"homepage": "https://github.com/guastallaigor/vue-paycard#readme", | ||
"author": "Igor Guastalla de Lima", | ||
"author": "Igor Guastalla de Lima <[email protected]>", | ||
"scripts": { | ||
"delete-dev:css": "rimraf src/assets/css/style.dev.css", | ||
"build:cleancss": "cleancss src/assets/css/style.dev.css -o src/assets/css/style.min.css --source-map", | ||
|
@@ -24,40 +24,40 @@ | |
"vue": "^2.6.12" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.7", | ||
"@babel/core": "^7.12.10", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@storybook/addon-a11y": "^6.1.3", | ||
"@storybook/addon-controls": "^6.1.3", | ||
"@storybook/addon-docs": "^6.1.3", | ||
"@storybook/addons": "^6.1.3", | ||
"@storybook/theming": "^6.1.3", | ||
"@storybook/vue": "^6.1.3", | ||
"@vue/cli-plugin-babel": "~4.5.9", | ||
"@vue/cli-plugin-eslint": "~4.5.9", | ||
"@vue/cli-plugin-unit-jest": "~4.5.9", | ||
"@vue/cli-service": "~4.5.9", | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"@vue/test-utils": "^1.1.1", | ||
"autoprefixer": "^10.0.2", | ||
"@storybook/addon-a11y": "^6.1.14", | ||
"@storybook/addon-controls": "^6.1.14", | ||
"@storybook/addon-docs": "^6.1.14", | ||
"@storybook/addons": "^6.1.14", | ||
"@storybook/theming": "^6.1.14", | ||
"@storybook/vue": "^6.1.14", | ||
"@vue/cli-plugin-babel": "~4.5.10", | ||
"@vue/cli-plugin-eslint": "~4.5.10", | ||
"@vue/cli-plugin-unit-jest": "~4.5.10", | ||
"@vue/cli-service": "~4.5.10", | ||
"@vue/eslint-config-standard": "^6.0.0", | ||
"@vue/test-utils": "^1.1.2", | ||
"autoprefixer": "^10.2.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.1", | ||
"babel-loader": "^8.2.2", | ||
"babel-preset-vue": "^2.0.2", | ||
"clean-css-cli": "^4.3.0", | ||
"commitizen": "^4.2.2", | ||
"core-js": "^3.7.0", | ||
"eslint": "^7.14.0", | ||
"commitizen": "^4.2.3", | ||
"core-js": "^3.8.2", | ||
"eslint": "^7.18.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"eslint-plugin-vue": "^7.1.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.5.1", | ||
"postcss-cli": "^8.3.0", | ||
"eslint-plugin-vue": "^7.4.1", | ||
"husky": "^4.3.8", | ||
"lint-staged": "^10.5.3", | ||
"postcss-cli": "^8.3.1", | ||
"rimraf": "^3.0.2", | ||
"sass": "^1.29.0", | ||
"sass-loader": "^10.1.0", | ||
"sass": "^1.32.4", | ||
"sass-loader": "^10.1.1", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
"eslintConfig": { | ||
|
Oops, something went wrong.