mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"name": "standalone-preview",
|
|
"version": "6.3.0-rc.5",
|
|
"private": true,
|
|
"scripts": {
|
|
"storybook": "parcel ./storybook.html --port 1337"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/react": "6.3.0-rc.5",
|
|
"parcel": "^1.12.4",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0"
|
|
}
|
|
}
|