{ "name": "ps_facetedsearch", "version": "1.0.0", "description": "## About", "private": true, "directories": { "test": "tests" }, "scripts": { "test": "./node_modules/.bin/mocha --require @babel/register --reporter spec \"./tests/**/*.spec.js\"", "lint": "eslint --ext .js,.vue .", "lint-fix": "eslint --fix --ext .js,.vue .", "build": "webpack-cli --mode production", "dev": "webpack-cli --mode development --watch" }, "repository": { "type": "git", "url": "git+https://github.com/PrestaShop/ps_facetedsearch.git" }, "keywords": [], "author": "PrestaShop", "license": "AFL-3.0", "bugs": { "url": "https://github.com/PrestaShop/ps_facetedsearch/issues" }, "babel": { "presets": [ "@babel/preset-env" ] }, "homepage": "https://github.com/PrestaShop/ps_facetedsearch#readme", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/node": "^7.12.10", "@babel/preset-env": "^7.12.10", "@babel/register": "^7.12.10", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "css-loader": "^5.0.1", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prestashop": "0.0.2", "eslint-plugin-import": "^2.22.1", "mini-css-extract-plugin": "^1.0.0", "mocha": "^8.2.1", "node-sass": "^5.0.0", "sass-loader": "^10.1.0", "style-loader": "^2.0.0", "webpack": "^5.10.1", "webpack-cli": "^4.0.0" }, "dependencies": { "jquery-ui-touch-punch": "^0.2.3", "lodash.escaperegexp": "^4.1.2" } }