mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Bumps [@hotwired/turbo](https://github.com/hotwired/turbo) from 7.0.0-rc.4 to 7.0.0-rc.5. - [Release notes](https://github.com/hotwired/turbo/releases) - [Commits](https://github.com/hotwired/turbo/compare/v7.0.0-rc.4...v7.0.0-rc.5) --- updated-dependencies: - dependency-name: "@hotwired/turbo" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 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.3.8",
|
|
"@storybook/addon-docs": "^6.3.8",
|
|
"@storybook/server": "^6.3.8",
|
|
"jasmine-core": "~2.4.1",
|
|
"jest": "^27.2.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": {
|
|
"@hotwired/turbo": "^7.0.0-rc.5",
|
|
"@rails/webpacker": "5.4.3",
|
|
"cable_ready": "^5.0.0-pre2",
|
|
"flatpickr": "^4.6.9",
|
|
"moment": "^2.29.1",
|
|
"mrujs": "^0.4.13",
|
|
"shortcut-buttons-flatpickr": "^0.3.1",
|
|
"stimulus": "^2.0.0",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|