|
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | 7 | "@fortawesome/fontawesome-free": "^5.13.1", |
| 8 | + "@material-ui/core": "^4.11.0", |
| 9 | + "@material-ui/icons": "^4.9.1", |
8 | 10 | "@testing-library/jest-dom": "^4.2.4", |
9 | 11 | "@testing-library/react": "^9.4.0", |
10 | 12 | "@testing-library/user-event": "^7.2.1", |
|
25 | 27 | "markdown-it-sup": "^1.0.0", |
26 | 28 | "markdown-it-task-lists": "^2.1.1", |
27 | 29 | "marked": "^0.8.0", |
| 30 | + "netlify-lambda": "^2.0.1", |
28 | 31 | "react": "^16.12.0", |
29 | 32 | "react-bootstrap": "^1.0.0-beta.16", |
30 | 33 | "react-dom": "^16.12.0", |
| 34 | + "react-html-parser": "^2.0.2", |
31 | 35 | "react-markdown": "^4.3.1", |
32 | 36 | "react-markdown-editor-lite": "^0.5.2", |
33 | 37 | "react-markdown-to-html": "^1.0.11", |
| 38 | + "react-multi-carousel": "^2.5.5", |
34 | 39 | "react-router": "^3.2.5", |
35 | 40 | "react-router-dom": "^5.1.2", |
36 | 41 | "react-router-hash-link": "^1.2.2", |
37 | 42 | "react-scripts": "^3.4.0", |
38 | 43 | "react-slideshow-image": "^1.3.3", |
| 44 | + "react-transition-group": "^4.4.1", |
39 | 45 | "react-twitter-embed": "^3.0.3", |
40 | 46 | "serve": "^11.3.0", |
41 | | - "typescript": "^3.9.6" |
| 47 | + "typescript": "^3.9.6", |
| 48 | + "xml2js": "^0.4.23" |
42 | 49 | }, |
43 | 50 | "resolutions": { |
44 | 51 | "react-dev-utils": "10.1.0" |
45 | 52 | }, |
46 | 53 | "scripts": { |
| 54 | + "lambda-serve": "netlify-lambda serve netlify-functions", |
47 | 55 | "heroku-postbuild": "npm run build", |
48 | 56 | "start": "serve -s build -l 3000", |
| 57 | + "prebuild": "netlify-lambda build netlify-functions", |
49 | 58 | "build": "CI=false && set \"CI=false\" && react-scripts build", |
50 | 59 | "test": "react-scripts test", |
51 | 60 | "eject": "react-scripts eject", |
52 | | - "start-dev": "react-scripts start" |
| 61 | + "start-dev": "npm run lambda-serve & react-scripts start && fg" |
53 | 62 | }, |
54 | 63 | "eslintConfig": { |
55 | 64 | "extends": "react-app" |
|
0 commit comments