mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Bumps [@storybook/server](https://github.com/storybookjs/storybook/tree/HEAD/app/server) from 6.4.9 to 6.4.12. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v6.4.12/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.4.12/app/server) --- updated-dependencies: - dependency-name: "@storybook/server" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"scripts": {
|
|
"storybook": "start-storybook"
|
|
},
|
|
"jest": {
|
|
"testRegex": [
|
|
"spec/javascripts/.*_test\\.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-controls": "^6.4.9",
|
|
"@storybook/addon-docs": "^6.4.9",
|
|
"@storybook/server": "^6.4.12",
|
|
"jasmine-core": "~2.4.1",
|
|
"jest": "^27.4.7",
|
|
"karma": "~6.3.10",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"webpack-dev-server": "~3"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@hotwired/turbo": "^7.1.0",
|
|
"@rails/webpacker": "5.4.3",
|
|
"babel-loader": "^8.2.3",
|
|
"cable_ready": "^5.0.0-pre2",
|
|
"flatpickr": "^4.6.9",
|
|
"foundation-sites": "^5.5.2",
|
|
"jquery-ui": "1.13.0",
|
|
"moment": "^2.29.1",
|
|
"mrujs": "^0.7.4",
|
|
"select2": "^4.0.13",
|
|
"shortcut-buttons-flatpickr": "^0.3.1",
|
|
"stimulus": "^2.0.0",
|
|
"webpack": "~4",
|
|
"webpack-cli": "~3"
|
|
}
|
|
}
|