|
6 | 6 | "@fortawesome/free-regular-svg-icons": "^5.8.2", |
7 | 7 | "@fortawesome/free-solid-svg-icons": "^5.8.2", |
8 | 8 | "@fortawesome/react-fontawesome": "^0.1.4", |
9 | | - "@material-ui/core": "^4.0.0", |
10 | | - "@material-ui/icons": "^4.0.0", |
11 | | - "@material-ui/styles": "^4.0.0", |
| 9 | + "@material-ui/core": "^4.1.0", |
| 10 | + "@material-ui/icons": "^4.1.0", |
12 | 11 | "@rstacruz/gatsby-remark-component": "^1.2.0-pre.1", |
13 | 12 | "axios": "^0.18.0", |
14 | 13 | "babel-plugin-styled-components": "^1.10.0", |
15 | 14 | "clsx": "^1.0.4", |
16 | 15 | "code-states-visualizer": "^0.1.1", |
17 | 16 | "color": "^3.1.1", |
| 17 | + "commonmark": "^0.29.0", |
18 | 18 | "core-js": "^3.1.2", |
19 | 19 | "crowdsorcerer": "^0.1.79", |
20 | 20 | "fetch-ponyfill": "^6.0.2", |
|
40 | 40 | "interactjs": "^1.4.2", |
41 | 41 | "jquery": "^3.4.1", |
42 | 42 | "moment": "^2.24.0", |
| 43 | + "moocfi-quizzes": "^0.3.5", |
43 | 44 | "pdf-slideshow": "^0.1.4", |
44 | 45 | "prismjs": "^1.16.0", |
45 | 46 | "react": "^16.8.6", |
| 47 | + "react-content-loader": "^4.2.2", |
46 | 48 | "react-dom": "^16.8.6", |
47 | 49 | "react-helmet": "^5.2.1", |
48 | 50 | "react-jss": "^8.6.1", |
49 | 51 | "react-motion": "^0.5.2", |
| 52 | + "react-redux": ">= 7.1.0", |
50 | 53 | "react-scrollspy": "^3.4.0", |
51 | 54 | "react-youtube": "^7.9.0", |
52 | 55 | "recharts": "^1.6.2", |
53 | 56 | "redux-action-analytics": "0.0.3", |
| 57 | + "redux-devtools-extension": "^2.13.8", |
54 | 58 | "rehype-react": "^3.1.0", |
55 | 59 | "store": "^2.0.12", |
56 | 60 | "styled-components": "^4.2.0", |
|
59 | 63 | "typeface-open-sans-condensed": "0.0.72", |
60 | 64 | "typeface-roboto-mono": "0.0.54", |
61 | 65 | "typeface-roboto-slab": "0.0.72", |
| 66 | + "typesafe-actions": "^4.4.2", |
62 | 67 | "uuid": "^3.3.2", |
63 | 68 | "visibilityjs": "^2.0.2" |
64 | 69 | }, |
|
75 | 80 | "test": "echo \"Error: no test specified\" && exit 1", |
76 | 81 | "upgrade-interactive": "npm-check --update", |
77 | 82 | "now-dev": "gatsby develop -p $PORT", |
78 | | - "now-build": "npm run build" |
| 83 | + "now-build": "npm run build", |
| 84 | + "local-quizzes-package": "./use-local-quizzes.sh" |
79 | 85 | }, |
80 | 86 | "devDependencies": { |
81 | 87 | "@babel/plugin-proposal-optional-chaining": "^7.2.0", |
|
0 commit comments