mirror of
https://github.com/jbcr/SyliusElasticsearchPlugin.git
synced 2026-03-24 00:42:08 +01:00
* 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>
13 lines
321 B
JSON
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"
|
|
}
|
|
}
|