mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Bumps [@rails/webpacker](https://github.com/rails/webpacker) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/rails/webpacker/releases) - [Changelog](https://github.com/rails/webpacker/blob/v5.4.2/CHANGELOG.md) - [Commits](https://github.com/rails/webpacker/compare/v5.4.0...v5.4.2) --- updated-dependencies: - dependency-name: "@rails/webpacker" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
825 B
JSON
33 lines
825 B
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"scripts": {
|
|
"storybook": "start-storybook"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-controls": "^6.3.7",
|
|
"@storybook/addon-docs": "^6.3.7",
|
|
"@storybook/server": "^6.3.7",
|
|
"jasmine-core": "~2.4.1",
|
|
"karma": "~6.3.4",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@rails/webpacker": "5.4.2",
|
|
"flatpickr": "^4.6.9",
|
|
"moment": "^2.29.1",
|
|
"shortcut-buttons-flatpickr": "^0.3.1",
|
|
"stimulus": "^2.0.0",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|