File: /var/www/html/wp-content/plugins/jet-menu/includes/modules/vue-ui/package.json
{
"name": "webpack-config",
"version": "1.0.0",
"description": "Base webpack config",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production --progress",
"dev": "webpack --mode production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cherry-X-framework/cherry-x-vue-ui.git"
},
"keywords": [
"webpack",
"es6",
"es7",
"babel",
"sass"
],
"author": "Crocoteam",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cherry-X-framework/cherry-x-vue-ui/issues"
},
"homepage": "https://github.com/Cherry-X-framework/cherry-x-vue-ui#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.0",
"cssnano": "^5.0.13",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.0.1",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^7.0.0",
"postcss-loader": "^6.2.1",
"rimraf": "^3.0.2",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"yargs": "^17.3.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.21",
"v-click-outside-x": "^4.1.3",
"vue-color": "^2.8.1",
"vue-slicksort": "^1.2.0",
"vue2-timepicker": "^1.1.6"
}
}