Files
openfoodnetwork/package.json
dependabot[bot] 1ddfd2a4f7 Bump karma from 6.3.2 to 6.3.3
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.2 to 6.3.3.
- [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.2...v6.3.3)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 05:32:51 +00:00

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.3",
"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"
}
}