2017-11-22 16:38:59 +03:00

26 lines
665 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.1.1",
"react-dom": "^16.1.1"
},
"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.0-alpha.4",
"@storybook/addon-actions": "^3.3.0-alpha.4",
"@storybook/addon-links": "^3.3.0-alpha.4"
}
}