Norbert de Langen 55b6fb14e7
Merge branch 'next' into tech/lockfile-regen
# Conflicts:
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/package.json
2022-01-20 13:29:11 +01:00

19 lines
676 B
JSON

{
"name": "standalone-preview",
"version": "6.5.0-alpha.22",
"private": true,
"scripts": {
"storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true start-storybook -p 9011 -c ../official-storybook --no-manager-cache --preview-url=http://localhost:1337/external-iframe.html",
"storybook-preview": "cross-env PREVIEW_URL=external-iframe.html parcel ./storybook.html --port 1337"
},
"devDependencies": {
"@storybook/addon-docs": "6.5.0-alpha.22",
"@storybook/cli": "6.5.0-alpha.22",
"@storybook/react": "6.5.0-alpha.22",
"cross-env": "^7.0.3",
"parcel": "2.0.1",
"react": "16.14.0",
"react-dom": "16.14.0"
}
}