|
34 | 34 | "stylelint-fix": "stylelint ./src/**/*.scss --fix", |
35 | 35 | "lint": "yarn eslint && yarn stylelint", |
36 | 36 | "lint-fix": "yarn eslint-fix", |
37 | | - "precommit": "yarn lint" |
| 37 | + "precommit": "yarn lint", |
| 38 | + "prerelease": "yarn lint && yarn build", |
| 39 | + "release": "standard-version && git push --follow-tags && yarn publish" |
38 | 40 | }, |
39 | 41 | "dependencies": { |
40 | 42 | "vue": "^2.6.11" |
41 | 43 | }, |
42 | 44 | "devDependencies": { |
| 45 | + "@commitlint/cli": "^11.0.0", |
| 46 | + "@commitlint/config-conventional": "^11.0.0", |
43 | 47 | "@nuxtjs/eslint-config": "^2.0.0", |
44 | 48 | "@vue/cli-plugin-babel": "^4.1.2", |
45 | 49 | "@vue/cli-plugin-eslint": "^4.1.2", |
|
60 | 64 | "eslint-plugin-unicorn": "^15.0.1", |
61 | 65 | "eslint-plugin-vue": "^6.1.2", |
62 | 66 | "github-markdown-css": "^3.0.1", |
63 | | - "highlight.js": "^10.4.1", |
64 | | - "lint-staged": "^9.5.0", |
65 | | - "modern-normalize": "^0.6.0", |
| 67 | + "highlight.js": "^10.6.0", |
| 68 | + "lint-staged": "^10.5.4", |
| 69 | + "markdownlint": "^0.23.0", |
| 70 | + "modern-normalize": "^1.0.0", |
66 | 71 | "node-sass": "^4.13.0", |
67 | 72 | "postcss-combine-duplicated-selectors": "^8.1.0", |
68 | 73 | "postcss-import": "^12.0.1", |
|
74 | 79 | "prettier-eslint": "^9.0.1", |
75 | 80 | "prettier-stylelint": "^0.4.2", |
76 | 81 | "sass-loader": "^8.0.0", |
| 82 | + "standard-version": "^9.1.0", |
77 | 83 | "stylelint": "^12.0.1", |
78 | 84 | "stylelint-config-rational-order": "^0.1.2", |
79 | 85 | "stylelint-config-sass-guidelines": "^6.2.0", |
|
0 commit comments