|
1 | 1 | { |
2 | 2 | "name": "react-redux-notify", |
3 | | - "version": "1.0.6", |
| 3 | + "version": "1.0.7", |
4 | 4 | "description": "A simple notifications component built for use with React and Redux.", |
5 | 5 | "main": "./lib/index.js", |
6 | 6 | "files": [ |
|
43 | 43 | }, |
44 | 44 | "license": "MIT", |
45 | 45 | "devDependencies": { |
| 46 | + "autoprefixer": "^6.4.1", |
46 | 47 | "babel-cli": "^6.14.0", |
47 | 48 | "babel-eslint": "^6.1.2", |
48 | 49 | "babel-jest": "^15.0.0", |
|
55 | 56 | "babel-plugin-webpack-loaders": "^0.7.1", |
56 | 57 | "babel-preset-es2015": "^6.14.0", |
57 | 58 | "babel-preset-react": "^6.11.1", |
| 59 | + "babel-runtime": "^6.11.6", |
| 60 | + "classnames": "^2.2.5", |
58 | 61 | "cross-env": "^2.0.1", |
59 | 62 | "css-loader": "^0.25.0", |
60 | 63 | "eslint": "^3.5.0", |
|
63 | 66 | "eslint-plugin-import": "^1.14.0", |
64 | 67 | "eslint-plugin-jsx-a11y": "^2.2.1", |
65 | 68 | "eslint-plugin-react": "^6.2.0", |
| 69 | + "extract-text-webpack-plugin": "^1.0.1", |
| 70 | + "identity-obj-proxy": "^3.0.0", |
66 | 71 | "jest": "^15.1.1", |
67 | 72 | "node-sass": "^3.9.3", |
68 | 73 | "opener": "^1.4.2", |
69 | 74 | "postcss-loader": "^0.13.0", |
| 75 | + "precss": "^1.4.0", |
70 | 76 | "pre-commit": "^1.1.3", |
71 | 77 | "publish": "^0.6.0", |
72 | 78 | "react": "^15.3.1", |
| 79 | + "react-addons-css-transition-group": "^15.3.1", |
| 80 | + "react-addons-pure-render-mixin": "^15.3.1", |
73 | 81 | "react-dom": "^15.3.1", |
74 | 82 | "react-redux": "^4.4.5", |
| 83 | + "react-test-renderer": "^15.3.1", |
75 | 84 | "redux": "^3.6.0", |
76 | 85 | "rimraf": "^2.5.4", |
77 | 86 | "sass-loader": "^4.0.1", |
78 | | - "style-loader": "^0.13.1" |
| 87 | + "style-loader": "^0.13.1", |
| 88 | + "timekeeper": "^0.1.1", |
| 89 | + "webpack": "^1.13.2" |
79 | 90 | }, |
80 | 91 | "dependencies": { |
81 | | - "autoprefixer": "^6.4.1", |
82 | | - "babel-runtime": "^6.11.6", |
83 | | - "classnames": "^2.2.5", |
84 | | - "extract-text-webpack-plugin": "^1.0.1", |
85 | | - "identity-obj-proxy": "^3.0.0", |
86 | | - "precss": "^1.4.0", |
87 | | - "react-addons-css-transition-group": "^15.3.1", |
88 | | - "react-addons-pure-render-mixin": "^15.3.1", |
89 | | - "react-test-renderer": "^15.3.1", |
90 | | - "timekeeper": "^0.1.1", |
91 | | - "webpack": "^1.13.2" |
92 | 92 | }, |
93 | 93 | "peerDependencies": { |
94 | 94 | "react": ">= 15.0.0 < 16.0.0", |
|
0 commit comments