|
|
@ -8,50 +8,49 @@ |
|
|
|
"lint": "vue-cli-service lint" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@fortawesome/fontawesome-free": "^6.1.1", |
|
|
|
"axios": "^0.27.2", |
|
|
|
"@fortawesome/fontawesome-free": "^5.13.0", |
|
|
|
"axios": "^0.21.4", |
|
|
|
"axios-progress-bar": "^1.2.0", |
|
|
|
"bootstrap": "^5.1.3", |
|
|
|
"bootstrap-vue": "^2.22.0", |
|
|
|
"diff": "^5.1.0", |
|
|
|
"dotenv": "^16.0.1", |
|
|
|
"exports-loader": "^4.0.0", |
|
|
|
"imports-loader": "^4.0.0", |
|
|
|
"jquery": "^3.6.0", |
|
|
|
"bootstrap": "^4.6.0", |
|
|
|
"bootstrap-vue": "^2.21.2", |
|
|
|
"diff": "^4.0.1", |
|
|
|
"dotenv": "^6.2.0", |
|
|
|
"exports-loader": "^0.7.0", |
|
|
|
"imports-loader": "^0.8.0", |
|
|
|
"jquery": "^3.5.1", |
|
|
|
"jquery-mask-plugin": "^1.14.16", |
|
|
|
"jquery-ui-themes": "^1.12.0", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"moment": "^2.29.3", |
|
|
|
"moment-locales-webpack-plugin": "^1.2.0", |
|
|
|
"moment": "^2.24.0", |
|
|
|
"moment-locales-webpack-plugin": "^1.1.2", |
|
|
|
"popper.js": "^1.16.1", |
|
|
|
"terser": "^5.14.1", |
|
|
|
"tinymce": "^6.0.3", |
|
|
|
"vue": "^3.2.37", |
|
|
|
"webpack": "^5.73.0", |
|
|
|
"terser": "^4.6.11", |
|
|
|
"tinymce": "^5.10.0", |
|
|
|
"vue": "^2.6.11", |
|
|
|
"webpack": "^4.46.0", |
|
|
|
"webpack-jquery-ui": "^2.0.1", |
|
|
|
"websocket-extensions": "^0.1.4" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@vue/cli-plugin-babel": "^5.0.6", |
|
|
|
"@vue/cli-plugin-eslint": "^5.0.6", |
|
|
|
"@vue/cli-service": "^5.0.6", |
|
|
|
"@vue/cli-plugin-babel": "^4.5.13", |
|
|
|
"@vue/cli-service": "^4.5.13", |
|
|
|
"babel-eslint": "^10.1.0", |
|
|
|
"compression-webpack-plugin": "^10.0.0", |
|
|
|
"css-loader": "^6.7.1", |
|
|
|
"eslint": "^8.18.0", |
|
|
|
"eslint-config-standard": "^17.0.0", |
|
|
|
"compression-webpack-plugin": "^6.1.1", |
|
|
|
"css-loader": "^3.5.2", |
|
|
|
"eslint": "^6.8.0", |
|
|
|
"eslint-config-standard": "^14.1.1", |
|
|
|
"eslint-friendly-formatter": "^4.0.1", |
|
|
|
"eslint-loader": "^4.0.0", |
|
|
|
"eslint-plugin-import": "^2.26.0", |
|
|
|
"eslint-plugin-import": "^2.20.2", |
|
|
|
"eslint-plugin-node": "^11.1.0", |
|
|
|
"eslint-plugin-promise": "^6.0.0", |
|
|
|
"eslint-plugin-standard": "^4.1.0", |
|
|
|
"eslint-plugin-vue": "^9.1.1", |
|
|
|
"glob-parent": "^6.0.2", |
|
|
|
"node-sass": "^7.0.1", |
|
|
|
"sass-loader": "^13.0.2", |
|
|
|
"shelljs": "^0.8.5", |
|
|
|
"vue-template-compiler": "^2.6.14", |
|
|
|
"webpack-bundle-tracker": "^1.6.0" |
|
|
|
"eslint-plugin-promise": "^4.2.1", |
|
|
|
"eslint-plugin-standard": "^4.0.1", |
|
|
|
"eslint-plugin-vue": "^6.2.2", |
|
|
|
"glob-parent": "^5.1.2", |
|
|
|
"node-sass": "^6.0.1", |
|
|
|
"sass-loader": "^10.2.0", |
|
|
|
"shelljs": "^0.8.4", |
|
|
|
"vue-template-compiler": "^2.6.11", |
|
|
|
"webpack-bundle-tracker": "^0.4.3" |
|
|
|
} |
|
|
|
} |