Am facing compilation warnings as am using the syncfusion packages, due to this am not able to run the project getting the below error.
Please find the package.json below and the warnings zip file. Please provide me the solution for this cause
{
"name": "fuji",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@syncfusion/ej2-vue-calendars": "*",
"@syncfusion/ej2-vue-dropdowns": "*",
"@syncfusion/ej2-vue-grids": "*",
"@syncfusion/ej2-vue-inputs": "*",
"@syncfusion/ej2-vue-navigations": "*",
"@syncfusion/ej2-vue-treegrid": "*",
"axios": "^0.21.4",
"bootstrap": "4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.19.1",
"font-awesome": "^4.7.0",
"moment": "^2.29.1",
"save": "^2.4.0",
"vue": "^2.6.14",
"vue-autosuggest": "^2.2.0",
"vue-good-table": "^2.21.11",
"vue-i18n": "^8.26.7",
"vue-loading-overlay": "^4.0.4",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}