forked from lorensr/segmented-control
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.73 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.73 KB
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
{
"name": "segmented-control",
"version": "0.1.7",
"description": "💅 A good-lookin' segmented control React component",
"homepage": "https://github.com/lorensr/segmented-control",
"scripts": {
"storybook": "start-storybook -p 9009",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "sh scripts/prepublish.sh",
"postversion": "git push && git push --follow-tags"
},
"bugs": {
"url": "https://github.com/lorensr/segmented-control/issues"
},
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"react",
"reactjs",
"react-component",
"segmented-control",
"forms",
"input",
"select",
"radio",
"formsy",
"formsy-react",
"formsy-component"
],
"repository": {
"type": "git",
"url": "https://github.com/lorensr/segmented-control.git"
},
"devDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1",
"@kadira/react-storybook-addon-info": "^3.1.2",
"@kadira/react-storybook-decorator-centered": "^1.0.0",
"@kadira/storybook": "^2.0.0",
"@kadira/storybook-deployer": "^1.0.0",
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"material-ui": "^0.15.3",
"react-lumberjack": "^2.0.0",
"react-scripts": "0.2.1"
},
"dependencies": {
"formsy-react": "^0.18.1",
"lodash": "^4.14.1"
},
"peerDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
},
"author": {
"name": "Loren Sands-Ramshaw",
"url": "http://lorensr.me"
}
}