View file File name : package.json Content :{ "name": "naqla-dashboard", "version": "3.0.0", "private": true, "author": "Creative Tim", "license": "SEE LICENSE IN <https://www.creative-tim.com/license>", "description": "VueJS version of Argon Dashboard 2 by Creative Tim", "homepage": "https://demos.creative-tim.com/vue-argon-dashboard/", "bugs": { "url": "https://github.com/creativetimofficial/vue-argon-dashboard/issues" }, "repository": { "type": "git", "url": "git+https://github.com/creativetimofficial/vue-argon-dashboard.git" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "@fawmi/vue-google-maps": "^0.9.79", "@popperjs/core": "2.10.2", "ag-grid-community": "^28.2.1", "ag-grid-vue3": "^28.2.1", "axios": "^1.2.2", "bootstrap": "5.1.3", "chart.js": "3.6.0", "core-js": "3.6.5", "dropzone": "6.0.0-beta.1", "firebase": "^9.15.0", "google-maps": "^4.3.3", "handsontable": "^12.3.3", "lodash": "^4.17.21", "quill": "1.3.6", "vee-validate": "^4.7.3", "vue": "3.2.0", "vue-advanced-cropper": "^2.8.8", "vue-easy-lightbox": "^1.16.0", "vue-flatpickr-component": "9.0.5", "vue-router": "4.0.14", "vue-select": "^4.0.0-beta.6", "vue-sweetalert2": "^5.0.5", "vuex": "4.0.2", "yup": "^0.32.11" }, "devDependencies": { "@vue/cli-plugin-babel": "4.5.0", "@vue/cli-plugin-eslint": "4.5.0", "@vue/cli-plugin-router": "4.5.0", "@vue/cli-service": "4.5.0", "@vue/compiler-sfc": "3.2.0", "@vue/eslint-config-prettier": "6.0.0", "babel-eslint": "10.1.0", "eslint": "6.7.2", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-vue": "7.0.0", "prettier": "2.2.1", "sass": "1.43.3", "sass-loader": "10.1.1" }, "volta": { "node": "20.13.0" } }