This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -1,58 +1,58 @@
{
"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 .",
"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.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prestashop": "0.0.2",
"eslint-plugin-import": "^2.22.0",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^8.1.3",
"node-sass": "^4.14.1",
"sass-loader": "^7.3.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"jquery-ui-touch-punch": "^0.2.3",
"lodash.escaperegexp": "^4.1.2"
}
"name": "ps_facetedsearch",
"description": "Displays a block allowing multiple filters.",
"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/eslint-parser": "^7.25.8",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/node": "^7.24.8",
"@babel/preset-env": "^7.25.8",
"@babel/register": "^7.23.7",
"babel-loader": "^9.1.3",
"chai": "^4.3.10",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prestashop": "^0.2.1",
"eslint-plugin-import": "^2.29.1",
"mini-css-extract-plugin": "^1.0.0",
"mocha": "^10.4.0",
"node-sass": "^9.0.0",
"sass-loader": "^14.2.1",
"style-loader": "^2.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"jquery-ui-touch-punch": "^0.2.3",
"lodash.escaperegexp": "^4.1.2"
}
}