forked from mihalik/react-storybook-addon-docgen
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "storybook-addon-docgen",
"version": "4.0.0",
"description": "A React Storybook addon to display docgen information.",
"repository": {
"type": "git",
"url": "https://github.com/gongreg/react-storybook-addon-docgen.git"
},
"license": "MIT",
"scripts": {
"lint": "eslint src",
"lintfix": "eslint src --fix",
"storybook": "start-storybook -p 9010"
},
"devDependencies": {
"@storybook/react": "^3.0.0",
"babel-cli": "^6.5.0",
"babel-core": "^6.5.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-runtime": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"react": "^15.3.2",
"react-dom": "^0.14.7 || ^15.0.0"
},
"peerDependencies": {
"@storybook/addons": "^3.0.0"
},
"dependencies": {
"babel-runtime": "^6.5.0",
"github-markdown-css": "^2.4.1",
"lodash": "^4.17.4",
"marked": "^0.3.6"
},
"main": "dist/index.js"
}