mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Update package.json
This commit is contained in:
parent
d3789e52c4
commit
aebfef1b2e
1 changed files with 18 additions and 18 deletions
|
@ -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",
|
||||
|
@ -35,6 +33,22 @@
|
|||
"@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",
|
||||
|
@ -42,23 +56,9 @@
|
|||
"@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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue