We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1256233 commit 078403eCopy full SHA for 078403e
1 file changed
package.json
@@ -34,6 +34,7 @@
34
"@commitlint/cli": "^12.1.4",
35
"@commitlint/config-conventional": "^12.1.4",
36
"@types/jest": "^26.0.23",
37
+ "@types/lodash": "^4.14.172",
38
"@types/qrcode": "^1.4.0",
39
"@typescript-eslint/eslint-plugin": "^4.26.1",
40
"@typescript-eslint/parser": "^4.26.1",
@@ -57,8 +58,10 @@
57
58
"markdown-to-vue-loader": "^3.1.0",
59
"mini-css-extract-plugin": "^1.6.0",
60
"rollup": "^2.51.2",
61
+ "rollup-plugin-postcss": "^4.0.0",
62
"rollup-plugin-terser": "^7.0.2",
63
"rollup-plugin-typescript2": "^0.30.0",
64
+ "rollup-plugin-vue": "^6.0.0",
65
"sass": "^1.34.1",
66
"sass-loader": "^12.1.0",
67
"style-loader": "^2.0.0",
0 commit comments