mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.3 to 6.3.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.3...v6.3.4) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
673 B
JSON
28 lines
673 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.2.9",
|
|
"@storybook/addon-docs": "^6.2.9",
|
|
"@storybook/server": "^6.2.9",
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"flatpickr": "^4.6.9",
|
|
"moment": "^2.29.1",
|
|
"shortcut-buttons-flatpickr": "^0.3.1"
|
|
}
|
|
}
|