react-storybook-addon-stati.../package.json

50 lines
1.3 KiB
JSON

{
"name": "react-storybook-addon-static-markup",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"deploy-storybook": "storybook-to-ghpages",
"transpile": "babel --plugins \"transform-runtime\" ./src --out-dir .",
"transpile:watch": "babel --watch --plugins \"transform-runtime\" ./src --out-dir ."
},
"keywords": [
"react",
"storybook",
"react-storybook",
"addon",
"plugin"
],
"author": "Evgeny Kochetkov",
"repository": {
"type": "git",
"url": "https://github.com/evgenykochetkov/react-storybook-addon-static-markup.git"
},
"license": "ISC",
"devDependencies": {
"@kadira/storybook-deployer": "^1.2.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"@storybook/react": "3.1.3"
},
"dependencies": {
"pretty": "^2.0.0",
"react-syntax-highlighter": "^10.0.1"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0"
},
"engines": {
"npm": "^3.0.0"
}
}