Initial commit: is_searchbar out of the box. v3.0.1

This commit is contained in:
Isabelle Anno
2025-11-19 13:26:29 +01:00
committed by Isabelle
commit e9a487dd01
53 changed files with 7103 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"name": "is_searchbar",
"label": "Searchbar module",
"version": "3.0.0",
"description": "Searchbar module",
"author": "Igor Stępień",
"scripts": {
"scss-lint": "stylelint \"**/*.scss\" --fix",
"scss-lint-fix": "stylelint \"**/*.scss\" --fix",
"js-lint": "eslint -c .eslintrc.js --ext .js,.vue ./src",
"js-lint-fix": "eslint -c .eslintrc.js --ext .js,.vue ./src --fix"
},
"devDependencies": {
"stylelint": "^14.11.0",
"stylelint-config-recommended-scss": "^7.0.0",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"postcss": "^8.3.6"
}
}