|
5 | 5 | "scripts": {
|
6 | 6 | "build":"react-app-rewired build",
|
7 | 7 | "start":"react-app-rewired start",
|
8 |
| -"test":"react-app-rewired test --watchAll=false" |
| 8 | +"test":"react-app-rewired test --watchAll=false", |
| 9 | +"storybook":"start-storybook -p 9009 -s public", |
| 10 | +"build-storybook":"build-storybook -s public" |
9 | 11 | },
|
10 | 12 | "browserslist": {
|
11 | 13 | "production": [
|
|
23 | 25 | "extends":"react-app"
|
24 | 26 | },
|
25 | 27 | "dependencies": {
|
26 |
| -"@testing-library/jest-dom":"^4.2.4", |
27 |
| -"@testing-library/react":"^9.4.0", |
28 |
| -"@testing-library/user-event":"^8.0.2", |
| 28 | +"@fortawesome/fontawesome-svg-core":"^1.2.26", |
| 29 | +"@fortawesome/free-solid-svg-icons":"^5.12.0", |
| 30 | +"@fortawesome/react-fontawesome":"^0.1.8", |
| 31 | +"bootstrap":"^4.4.1", |
29 | 32 | "react":"^16.12.0",
|
| 33 | +"react-bootstrap":"^1.0.0-beta.16", |
30 | 34 | "react-dom":"^16.12.0",
|
31 | 35 | "react-scripts":"^3.3.0"
|
32 | 36 | },
|
33 | 37 | "devDependencies": {
|
| 38 | +"@storybook/addon-actions":"^5.2.8", |
| 39 | +"@storybook/addon-links":"^5.2.8", |
| 40 | +"@storybook/addons":"^5.2.8", |
| 41 | +"@storybook/react":"^5.2.8", |
| 42 | +"@testing-library/dom":"^6.11.0", |
| 43 | +"@testing-library/jest-dom":"^4.2.4", |
| 44 | +"@testing-library/react":"^9.4.0", |
| 45 | +"@testing-library/react-hooks":"^3.2.1", |
34 | 46 | "jest-tap-reporter":"^1.9.0",
|
35 |
| -"react-app-rewired":"^2.1.5" |
| 47 | +"react-app-rewired":"^2.1.5", |
| 48 | +"react-test-renderer":"^16.12.0" |
36 | 49 | }
|
37 | 50 | }
|