Files
SyliusElasticsearchPlugin/package.json
zalmanix 056c77100e webpack implementation fix for hints not showing (#197)
* initial commit

* initial commit

* not fixed

* hot not fix

* basic webpack implementation

* implement webpack

* implement webpack

* added fixes and mobile support

* deleated package-lock.json

* Delete yarn.lock

* adding new lines and deleated public build

* Change input to symfony form row

* GHA fix

* GHA fix

* Gha fix build->encore

* Fix spec ImageTransformer

* Gha fix node version changed to 14.x

* scrutinizer node fix

* scrutinizer node fix

* scrutinizer node fix

Co-authored-by: kuba-end <kostek660i@gmail.com>
Co-authored-by: Tomasz Grochowski <tg@urias.it>
2022-02-07 09:27:18 +01:00

13 lines
321 B
JSON

{
"name": "@bitbag/elasticsearch-plugin",
"description": "Elasticsearch plugin for Sylius.",
"repository": "https://github.com/BitBagCommerce/[...].git",
"license": "MIT",
"scripts": {
"dist": "yarn encore production --config-name bitbag-plugin-dist"
},
"dependencies": {
"node-sass": "7.0.1"
}
}