mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:21:08 +08:00
26 lines
641 B
JSON
26 lines
641 B
JSON
{
|
|
"name": "meteor-fixture",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.20.0",
|
|
"meteor-node-stubs": "~0.2.4",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
"babel-root-slash-import": "^1.1.0",
|
|
"@storybook/react": "^3.3.3",
|
|
"@storybook/addon-actions": "^3.3.3",
|
|
"@storybook/addon-links": "^3.3.3"
|
|
}
|
|
}
|