forked from TeamWertarbyte/material-ui-chip-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "material-ui-chip-input",
"version": "0.11.2",
"description": "A chip input field using Material-UI.",
"main": "lib/ChipInput.js",
"scripts": {
"build": "babel src -d lib",
"prepublish": "babel src -d lib",
"storybook": "start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamWertarbyte/material-ui-chip-input.git"
},
"keywords": [
"react",
"material",
"chip",
"input",
"tags"
],
"author": "Wertarbyte <[email protected]> (https://wertarbyte.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamWertarbyte/material-ui-chip-input/issues"
},
"homepage": "https://github.com/TeamWertarbyte/material-ui-chip-input#readme",
"devDependencies": {
"@kadira/storybook": "2.15.1",
"@kadira/storybook-deployer": "^1.2.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"material-ui": "^0.16.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-tap-event-plugin": "^2.0.0"
},
"peerDependencies": {
"material-ui": ">= 0.15.0 <= 0.16.x",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-tap-event-plugin": "^1.0.0 || ^2.0.0"
}
}