-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.14 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
39
40
41
42
{
"name": "storybook-addon-chucknorris",
"version": "0.1.1",
"description": "👊 The only real Storybook addon you will ever really need.",
"scripts": {
"format": "prettier --single-quote --trailing-comma es5 --write 'src/**/*.js'",
"transpile": "babel src --out-dir dist --plugins transform-react-jsx"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chucknorris-io/storybook-addon.git"
},
"keywords": [
"chuck norris",
"storybook",
"storybook addon"
],
"author": {
"name": "Mathias Schilling",
"email": "m@matchilling.com",
"url": "https://www.matchilling.com"
},
"license": "GPL-3.0",
"main": "dist/index.js",
"bugs": {
"url": "https://github.com/chucknorris-io/storybook-addon/issues"
},
"homepage": "https://api.chucknorris.io",
"dependencies": {
"@storybook/components": "3.4.10",
"babel-cli": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prettier": "^1.14.0",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
"react": "*"
}
}