|
1 | 1 | {
|
2 | 2 | "name": "react-material-color-picker",
|
3 |
| - "version": "1.1.0", |
| 3 | + "version": "1.1.1", |
4 | 4 | "description": "React Material Color Picker Component",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
18 | 18 | "homepage": "https://github.com/sm-react/react-material-color-picker",
|
19 | 19 | "scripts": {
|
20 | 20 | "publish-storybook": ".scripts\\publish_storybook.cmd",
|
21 |
| - "prepublish": ".scripts\\prepublish.cmd", |
| 21 | + "prepublish": ".scripts/prepublish.sh", |
22 | 22 | "lint": ".scripts\\lint.cmd src",
|
23 | 23 | "lintfix": ".scripts\\lint.cmd src --fix",
|
24 | 24 | "testonly": ".scripts\\test.cmd",
|
|
28 | 28 | "start": "start-storybook -p 9001"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@kadira/react-storybook-addon-info": "^3.2.1", |
32 |
| - "@kadira/storybook": "^2.5.2", |
33 |
| - "@kadira/storybook-addon-knobs": "^1.0.1", |
34 |
| - "@kadira/storybook-addons": "^1.5.0", |
35 | 31 | "babel-cli": "^6.5.0",
|
36 | 32 | "babel-core": "^6.5.0",
|
37 | 33 | "babel-eslint": "^6.0.2",
|
|
51 | 47 | "git-url-parse": "^6.0.1",
|
52 | 48 | "jsdom": "^8.3.1",
|
53 | 49 | "mocha": "^2.4.5",
|
54 |
| - "react": "^15.0.0", |
| 50 | + "react": "^16.0.0", |
55 | 51 | "react-addons-test-utils": "^15.0.0",
|
56 |
| - "react-dom": "^15.0.0", |
57 |
| - "sinon": "^1.17.3" |
| 52 | + "react-dom": "^16.0.0", |
| 53 | + "sinon": "^1.17.3", |
| 54 | + "@storybook/addons": "3.2.12", |
| 55 | + "@storybook/react": "3.2.12", |
| 56 | + "@storybook/addon-knobs": "3.2.12", |
| 57 | + "@storybook/addon-info": "3.2.12" |
58 | 58 | },
|
59 | 59 | "peerDependencies": {
|
60 |
| - "react": "^0.14.7 || ^15.0.0" |
| 60 | + "react": "^0.14.7 || ^15.0.0 || ^16.0.0" |
61 | 61 | },
|
62 | 62 | "dependencies": {
|
63 | 63 | "babel-runtime": "^6.5.0",
|
|
0 commit comments