Files
openfoodnetwork/package.json
Matt-Yorkley c1d9516640 Add babel-loader to JS dependencies
This package should have been included by other dependencies, but it seems there's some weird issues with the package not being found and this is one of the main suggested solutions.

Deployments are currently failing with: "ERROR in Entry module not found: Error: Cannot resolve module 'babel-loader'"
2021-12-10 14:39:40 +00:00

43 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.4.9",
"@storybook/addon-docs": "^6.4.9",
"@storybook/server": "^6.4.9",
"jasmine-core": "~2.4.1",
"jest": "^27.4.3",
"karma": "~6.3.9",
"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",
"moment": "^2.29.1",
"mrujs": "^0.7.2",
"shortcut-buttons-flatpickr": "^0.3.1",
"stimulus": "^2.0.0",
"webpack": "~4",
"webpack-cli": "~3"
}
}