mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
- Via `view_component_storybook` : https://github.com/jonspalmer/view_component_storybook - Configure both `view_component_storybook` and `storybook` - Add two addons: `@storybook/addon-docs` and `@storybook/addon-controls` Update config comment for clarity
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.7",
|
|
"@storybook/addon-docs": "^6.2.7",
|
|
"@storybook/server": "^6.2.7",
|
|
"jasmine-core": "~2.4.1",
|
|
"karma": "~6.3.2",
|
|
"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"
|
|
}
|
|
}
|