Skip to content

Commit 03b9430

Browse files
committed
[dep] move dev-save to save
1 parent 56201c6 commit 03b9430

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"vue": "^2.6.11",
2222
"vue-router": "^3.3.4",
2323
"vue-unique-id": "^3.1.0",
24-
"vuex": "^3.5.1"
24+
"vuex": "^3.5.1",
25+
"vue-katex": "^0.4.0",
26+
"katex": "^0.11.1",
27+
"vue-template-compiler": "^2.6.11"
2528
},
2629
"devDependencies": {
2730
"@vue/cli-plugin-babel": "~4.4.0",
@@ -30,12 +33,9 @@
3033
"babel-eslint": "^10.1.0",
3134
"eslint": "^6.7.2",
3235
"eslint-plugin-vue": "^6.2.2",
33-
"katex": "^0.11.1",
3436
"stylelint": "^13.6.1",
3537
"stylelint-config-standard": "^20.0.0",
36-
"stylelint-scss": "^3.18.0",
37-
"vue-katex": "^0.4.0",
38-
"vue-template-compiler": "^2.6.11"
38+
"stylelint-scss": "^3.18.0"
3939
},
4040
"eslintConfig": {
4141
"root": true,

0 commit comments

Comments
 (0)