storybook/lib/ui/example/package.json
2017-07-20 09:44:00 +02:00

26 lines
603 B
JSON

{
"name": "storybook-ui-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"webpack": "^2.5.1 || ^3.0.0",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"keycode": "^2.1.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}