Files
openfoodnetwork/package.json
dependabot[bot] 2d839d3238 Bump pretty-quick from 3.1.3 to 3.3.1
Bumps [pretty-quick](https://github.com/prettier/pretty-quick) from 3.1.3 to 3.3.1.
- [Release notes](https://github.com/prettier/pretty-quick/releases)
- [Changelog](https://github.com/prettier/pretty-quick/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/pretty-quick/compare/v3.1.3...v3.3.1)

---
updated-dependencies:
- dependency-name: pretty-quick
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 09:06:08 +00:00

56 lines
1.3 KiB
JSON

{
"name": "openfoodnetwork",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
},
"license": "AGPL-3.0",
"scripts": {
"prepare": "husky install",
"pretty-quick": "pretty-quick"
},
"jest": {
"testRegex": [
"spec/javascripts/.*_test\\.js"
],
"transformIgnorePatterns": [
"/node_modules/(?!(stimulus)/)"
]
},
"dependencies": {
"@floating-ui/dom": "^1.5.4",
"@hotwired/turbo": "^7.3.0",
"@rails/webpacker": "5.4.4",
"cable_ready": "5.0.2",
"debounced": "^0.0.5",
"flatpickr": "^4.6.9",
"foundation-sites": "^5.5.3",
"hotkeys-js": "^3.13.5",
"jquery-ui": "1.13.2",
"js-big-decimal": "^2.0.4",
"moment": "^2.30.1",
"mrujs": "^1.0.0",
"select2": "^4.0.13",
"shortcut-buttons-flatpickr": "^0.4.0",
"stimulus": "^3.2.2",
"stimulus-flatpickr": "^1.4.0",
"stimulus_reflex": "3.5.0-rc3",
"tom-select": "^2.2.3",
"trix": "^2.0.8",
"webpack": "~4"
},
"devDependencies": {
"husky": "^8.0.0",
"jasmine-core": "~5.1.1",
"jest": "^27.4.7",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-jasmine": "~0.3.8",
"prettier": "2.8.8",
"pretty-quick": "^3.3.1",
"webpack-dev-server": "~3"
}
}