mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Updating JS and Ruby libraries. This commit was started by Dependabot for 3.5.0-rc1. Then we updated to rc2. Old Dependabot message about rc1: Bumps [stimulus_reflex](https://github.com/stimulusreflex/stimulus_reflex) from 3.5.0-pre9 to 3.5.0-rc1. - [Release notes](https://github.com/stimulusreflex/stimulus_reflex/releases) - [Changelog](https://github.com/stimulusreflex/stimulus_reflex/blob/main/CHANGELOG.md) - [Commits](https://github.com/stimulusreflex/stimulus_reflex/commits) --- updated-dependencies: - dependency-name: stimulus_reflex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump cable_ready from 5.0.0-pre10 to 5.0.0-rc1 Bumps [cable_ready](https://github.com/stimulusreflex/cable_ready) from 5.0.0-pre10 to 5.0.0-rc1. - [Release notes](https://github.com/stimulusreflex/cable_ready/releases) - [Changelog](https://github.com/stimulusreflex/cable_ready/blob/main/CHANGELOG.md) - [Commits](https://github.com/stimulusreflex/cable_ready/commits) --- updated-dependencies: - dependency-name: cable_ready dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"pretty-quick": "pretty-quick"
|
|
},
|
|
"jest": {
|
|
"testRegex": [
|
|
"spec/javascripts/.*_test\\.js"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!(stimulus)/)"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@floating-ui/dom": "^1.2.5",
|
|
"@hotwired/turbo": "^7.3.0",
|
|
"@rails/webpacker": "5.4.4",
|
|
"babel-loader": "^8.2.3",
|
|
"cable_ready": "5.0.0-rc2",
|
|
"debounced": "^0.0.5",
|
|
"flatpickr": "^4.6.9",
|
|
"foundation-sites": "^5.5.2",
|
|
"jquery-ui": "1.13.2",
|
|
"js-big-decimal": "^1.4.1",
|
|
"moment": "^2.29.1",
|
|
"mrujs": "^0.10.1",
|
|
"select2": "^4.0.13",
|
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
"stimulus": "^3.0.1",
|
|
"stimulus-flatpickr": "^1.4.0",
|
|
"stimulus_reflex": "3.5.0-rc2",
|
|
"tom-select": "^2.0.0",
|
|
"webpack": "~4",
|
|
"webpack-cli": "~4",
|
|
"webpack-dev-server": "~4"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.0",
|
|
"jasmine-core": "~4.6.0",
|
|
"jest": "^27.4.7",
|
|
"karma": "~6.4.1",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"prettier": "2.8.7",
|
|
"pretty-quick": "^3.1.3"
|
|
}
|
|
}
|