Files
openfoodnetwork/package.json
Matt-Yorkley a074f627b2 Add Webpacker
Most of this is automatically generated by the rake task: `bundle exec rake webpacker:install`

Docs: https://github.com/rails/webpacker/tree/5-x-stable
2021-06-19 17:51:18 +01:00

32 lines
799 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",
"webpack-dev-server": "^3.11.2"
},
"license": "AGPL-3.0",
"dependencies": {
"@rails/webpacker": "5.3.0",
"flatpickr": "^4.6.9",
"moment": "^2.29.1",
"shortcut-buttons-flatpickr": "^0.3.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}