This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
78 lines (78 loc) · 2.45 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@kadira/react-native-storybook",
"version": "2.3.0",
"description": "A better way to develop React Native Components for your app",
"main": "dist/index.js",
"bin": {
"storybook": "dist/bin/storybook.js"
},
"scripts": {
"prepublish": ".scripts/npm-prepublish.sh",
"test": "mocha -r babel-register -r babel-polyfill src/**/__tests__/**/*.js",
"postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kadirahq/react-native-storybook.git"
},
"keywords": [
"react",
"react-native",
"storybook"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kadirahq/react-native-storybook/issues"
},
"homepage": "https://github.com/kadirahq/react-native-storybook#readme",
"peerDependencies": {
"react": "^15.3.2",
"react-native": "0.27.0 - 0.42.x"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"greenkeeper-postpublish": "^1.0.1",
"react": "^15.2.0",
"react-native": "^0.39.0"
},
"dependencies": {
"@kadira/storybook-addon-actions": "^1.0.4",
"@kadira/storybook-addon-links": "^1.0.1",
"@kadira/storybook-addons": "^1.4.0",
"@kadira/storybook-channel-websocket": "^1.0.1",
"@kadira/storybook-ui": "^3.3.1",
"autoprefixer": "^6.4.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-regenerator": "^6.11.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"case-sensitive-paths-webpack-plugin": "^1.1.3",
"commander": "^2.9.0",
"css-loader": "^0.25.0",
"events": "^1.1.1",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"json5": "^0.5.0",
"postcss-loader": "^0.13.0",
"react-dom": "^15.3.2",
"shelljs": "^0.7.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"uuid": "^3.0.1",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2"
}
}