Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Feb 27, 2022
1 parent d3789e5 commit aebfef1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"vue-itextarea": "^1.0.9",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"vuex-persist": "^3.1.3",
"@tiptap/extension-character-count": "^2.0.0-beta.13",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.33",
"@tiptap/extension-document": "^2.0.0-beta.13",
Expand All @@ -35,30 +33,32 @@
"@tiptap/extension-text": "^2.0.0-beta.13",
"@tiptap/starter-kit": "^2.0.0-beta.90",
"@tiptap/vue-2": "^2.0.0-beta.42",
"vue-cli-plugin-generate-build-id": "^0.2.0",
"vue-cropper": "^0.5.6",
"brace": "https://github.com/nightwing/brace",
"node-sass": "^6.0.1",
"nprogress": "^0.2.0",
"remixicon": "^2.5.0",
"sass-loader": "^10",
"vue-template-babel-compiler": "^1.1.2",
"vue-template-compiler": "^2.6.11",
"vue2-ace-editor": "^0.0.15",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lowlight": "^1.20.0",
"moment": "^2.24.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",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"brace": "https://github.com/nightwing/brace",
"easygettext": "^2.17.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lowlight": "^1.20.0",
"moment": "^2.24.0",
"node-sass": "^6.0.1",
"nprogress": "^0.2.0",
"remixicon": "^2.5.0",
"sass-loader": "^10",
"vue-cli-plugin-generate-build-id": "^0.2.0",
"vue-cropper": "^0.5.6",
"vue-template-babel-compiler": "^1.1.2",
"vue-template-compiler": "^2.6.11",
"vue2-ace-editor": "^0.0.15"
"eslint-plugin-vue": "^6.2.2"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit aebfef1

Please sign in to comment.