|
1 | 1 | { |
2 | 2 | "name": "@coreui/react", |
3 | | - "version": "2.0.0-alpha.4", |
| 3 | + "version": "2.0.0-alpha.5", |
4 | 4 | "description": "CoreUI React Bootstrap 4 components", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "module": "es/index.js", |
|
16 | 16 | "start": "nwb serve-react-demo", |
17 | 17 | "test": "nwb test-react", |
18 | 18 | "test:coverage": "nwb test-react --coverage", |
19 | | - "test:watch": "nwb test-react --server" |
| 19 | + "test:watch": "nwb test-react --server", |
| 20 | + "lint": "eslint src" |
20 | 21 | }, |
21 | 22 | "dependencies": { |
22 | 23 | "bootstrap": "4.0.0", |
23 | 24 | "classnames": "^2.2.5", |
| 25 | + "prop-types": "^15.6.1", |
24 | 26 | "flag-icon-css": "^3.0.0", |
25 | | - "font-awesome": "4.7.0", |
26 | | - "react-perfect-scrollbar": "^1.0.0", |
| 27 | + "font-awesome": "^4.7.0", |
| 28 | + "react-perfect-scrollbar": "^1.0.5", |
27 | 29 | "react-router-dom": "^4.2.2", |
28 | | - "reactstrap": "5.0.0-beta", |
29 | | - "simple-line-icons": "2.4.1" |
| 30 | + "reactstrap": "^5.0.0", |
| 31 | + "simple-line-icons": "^2.4.1" |
30 | 32 | }, |
31 | 33 | "peerDependencies": { |
32 | 34 | "react": "16.x" |
33 | 35 | }, |
34 | 36 | "devDependencies": { |
| 37 | + "babel-eslint": "^8.2.2", |
35 | 38 | "enzyme": "^3.3.0", |
36 | 39 | "enzyme-adapter-react-16": "^1.1.1", |
| 40 | + "eslint": "^4.19.1", |
| 41 | + "eslint-plugin-import": "^2.10.0", |
| 42 | + "eslint-plugin-react": "^7.7.0", |
37 | 43 | "nwb": "0.21.x", |
38 | | - "react": "^16.2.0", |
39 | | - "react-dom": "^16.2.0", |
40 | | - "sinon": "^4.4.9" |
| 44 | + "react": "^16.3.1", |
| 45 | + "react-dom": "^16.3.1", |
| 46 | + "sinon": "^4.5.0" |
41 | 47 | }, |
42 | 48 | "author": "Łukasz Holeczek", |
43 | 49 | "homepage": "http://coreui.io", |
|
0 commit comments