|
2 | 2 | "name": "ui-design-system", |
3 | 3 | "version": "1.0.3", |
4 | 4 | "dependencies": { |
| 5 | + "@fortawesome/fontawesome-svg-core": "^1.2.27", |
| 6 | + "@fortawesome/free-regular-svg-icons": "^5.12.1", |
| 7 | + "@fortawesome/free-solid-svg-icons": "^5.12.1", |
| 8 | + "@fortawesome/react-fontawesome": "^0.1.9", |
5 | 9 | "bootstrap": "^4.3.1", |
6 | 10 | "classnames": "^2.2.6", |
7 | 11 | "node-sass": "^4.13.1", |
8 | 12 | "polished": "^3.4.2", |
9 | 13 | "prop-types": "^15.7.2", |
10 | | - "react": "^16.12.0", |
11 | 14 | "react-bootstrap": "^1.0.0-beta.16", |
12 | | - "react-dom": "^16.12.0" |
| 15 | + "react-transition-group": "^4.3.0", |
| 16 | + "react-copy-to-clipboard": "^5.0.2", |
| 17 | + "react-popper": "^1.3.7", |
| 18 | + "react-tracking": "^7.3.0", |
| 19 | + "uuid": "^7.0.2" |
13 | 20 | }, |
14 | 21 | "scripts": { |
15 | 22 | "build": "NODE_ENV=production babel src --out-dir lib --copy-files", |
|
35 | 42 | "last 1 safari version" |
36 | 43 | ] |
37 | 44 | }, |
| 45 | + "peerDependencies": { |
| 46 | + "react": "^16.12.0", |
| 47 | + "react-dom": "^16.12.0" |
| 48 | + }, |
38 | 49 | "devDependencies": { |
39 | 50 | "@babel/cli": "^7.8.4", |
40 | 51 | "@babel/core": "^7.8.4", |
|
51 | 62 | "@storybook/addons": "^5.3.13", |
52 | 63 | "@storybook/react": "^5.3.13", |
53 | 64 | "@storybook/storybook-deployer": "^2.8.1", |
| 65 | + "@testing-library/react-hooks": "^3.2.1", |
54 | 66 | "babel-eslint": "^10.0.3", |
55 | 67 | "babel-loader": "^8.0.6", |
56 | 68 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
|
63 | 75 | "eslint-plugin-import": "^2.20.1", |
64 | 76 | "eslint-plugin-jsx-a11y": "^6.2.3", |
65 | 77 | "eslint-plugin-react": "^7.18.3", |
| 78 | + "eslint-plugin-react-hooks": "^2.5.1", |
66 | 79 | "eslint-utils": "^1.4.3", |
| 80 | + "react": "^16.12.0", |
| 81 | + "react-dom": "^16.12.0", |
67 | 82 | "react-test-renderer": "^16.12.0", |
68 | 83 | "sass-loader": "^8.0.2", |
69 | 84 | "style-loader": "^1.1.3" |
|
0 commit comments