|
1 | 1 | { |
2 | 2 | "name": "ohjelmoinnin-mooc", |
| 3 | + "engines": { |
| 4 | + "node": "16.x" |
| 5 | + }, |
3 | 6 | "dependencies": { |
4 | | - "@apollo/client": "^3.6.2", |
5 | | - "@fortawesome/fontawesome-svg-core": "^1.2.25", |
6 | | - "@fortawesome/free-brands-svg-icons": "^5.11.2", |
7 | | - "@fortawesome/free-regular-svg-icons": "^5.11.2", |
8 | | - "@fortawesome/free-solid-svg-icons": "^5.11.2", |
9 | | - "@fortawesome/react-fontawesome": "^0.1.7", |
10 | | - "@material-ui/core": "^4.5.1", |
11 | | - "@material-ui/icons": "^4.5.1", |
12 | | - "@rstacruz/gatsby-remark-component": "^1.2.0-pre.1", |
13 | | - "apollo-boost": "^0.4.4", |
14 | | - "axios": "^0.21.1", |
15 | | - "babel-plugin-styled-components": "^1.10.0", |
16 | | - "clsx": "^1.0.4", |
17 | | - "code-states-visualizer": "^0.1.1", |
18 | | - "color": "^3.1.1", |
19 | | - "commonmark": "^0.29.0", |
20 | | - "core-js": "^2.5.7", |
21 | | - "crowdsorcerer": "^0.1.79", |
22 | | - "fetch-ponyfill": "^6.0.2", |
23 | | - "focus-visible": "^5.0.2", |
24 | | - "gatsby": "^2.17.0", |
25 | | - "gatsby-plugin-catch-links": "^2.1.15", |
26 | | - "gatsby-plugin-i18next": "^1.1.9", |
27 | | - "gatsby-plugin-manifest": "^2.2.23", |
28 | | - "gatsby-plugin-material-ui": "^2.1.6", |
| 7 | + "@apollo/react-hooks": "^4.0.0", |
| 8 | + "@fortawesome/fontawesome-free": "^6.2.1", |
| 9 | + "@fortawesome/fontawesome-svg-core": "^6.2.1", |
| 10 | + "@fortawesome/free-brands-svg-icons": "^6.2.1", |
| 11 | + "@fortawesome/free-regular-svg-icons": "^6.2.1", |
| 12 | + "@fortawesome/free-solid-svg-icons": "^6.2.1", |
| 13 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 14 | + "@interactjs/offset": "^1.10.17", |
| 15 | + "@material-ui/core": "^4.12.4", |
| 16 | + "@material-ui/icons": "^4.11.3", |
| 17 | + "@material-ui/lab": "^4.0.0-alpha.61", |
| 18 | + "@monaco-editor/react": "^4.1.3", |
| 19 | + "@rstacruz/gatsby-remark-component": "^2.0.0", |
| 20 | + "apollo-boost": "^0.4.9", |
| 21 | + "axios": "^1.2.0", |
| 22 | + "babel-plugin-styled-components": "^1.12.0", |
| 23 | + "clsx": "^1.2.1", |
| 24 | + "code-states-visualizer": "^0.2.0", |
| 25 | + "color": "^4.2.3", |
| 26 | + "commonmark": "^0.30.0", |
| 27 | + "core-js": "^3.14.0", |
| 28 | + "fetch-ponyfill": "^7.1.0", |
| 29 | + "focus-visible": "^5.2.0", |
| 30 | + "gatsby": "^3.7.1", |
| 31 | + "gatsby-plugin-anchor-links": "^1.2.1", |
| 32 | + "gatsby-plugin-catch-links": "^3.7.1", |
| 33 | + "gatsby-plugin-i18next": "^1.1.10", |
| 34 | + "gatsby-plugin-manifest": "^3.7.1", |
| 35 | + "gatsby-plugin-material-ui": "^3.0.1", |
29 | 36 | "gatsby-plugin-meta-redirect": "^1.1.1", |
30 | | - "gatsby-plugin-react-helmet": "^3.1.13", |
31 | | - "gatsby-plugin-sharp": "^2.2.32", |
32 | | - "gatsby-plugin-sitemap": "^2.2.19", |
33 | | - "gatsby-plugin-styled-components": "^3.1.11", |
34 | | - "gatsby-remark-copy-linked-files": "^2.1.28", |
35 | | - "gatsby-remark-emojis": "^0.3.3", |
| 37 | + "gatsby-plugin-react-helmet": "^4.7.1", |
| 38 | + "gatsby-plugin-sharp": "^3.7.1", |
| 39 | + "gatsby-plugin-sitemap": "^3.3.0", |
| 40 | + "gatsby-plugin-styled-components": "^4.7.1", |
| 41 | + "gatsby-remark-autolink-headers": "^4.4.1", |
| 42 | + "gatsby-remark-copy-linked-files": "^4.4.1", |
| 43 | + "gatsby-remark-emojis": "^0.4.3", |
36 | 44 | "gatsby-remark-external-links": "0.0.4", |
37 | | - "gatsby-remark-images": "^3.1.28", |
38 | | - "gatsby-remark-prismjs": "^3.3.20", |
39 | | - "gatsby-remark-smartypants": "^2.1.14", |
40 | | - "gatsby-source-filesystem": "^2.1.33", |
41 | | - "gatsby-transformer-remark": "^2.6.30", |
42 | | - "graphql": "^14.5.8", |
| 45 | + "gatsby-remark-images": "^5.4.1", |
| 46 | + "gatsby-remark-prismjs": "^5.4.1", |
| 47 | + "gatsby-remark-smartypants": "^4.4.1", |
| 48 | + "gatsby-source-filesystem": "^3.7.1", |
| 49 | + "gatsby-transformer-remark": "^4.4.1", |
| 50 | + "graphql": "^15.5.0", |
43 | 51 | "graphql-request": "^3.4.0", |
44 | | - "i18next": "^17.3.0", |
45 | | - "i18next-browser-languagedetector": "^4.0.0", |
46 | | - "i18next-xhr-backend": "^3.2.0", |
47 | | - "interactjs": "^1.6.2", |
48 | | - "jquery": "^3.4.1", |
49 | | - "jss": "^10.0.0", |
50 | | - "moment": "^2.24.0", |
| 52 | + "i18next": "^20.3.1", |
| 53 | + "i18next-browser-languagedetector": "^6.1.1", |
| 54 | + "i18next-xhr-backend": "^3.2.2", |
| 55 | + "interactjs": "^1.10.17", |
| 56 | + "jquery": "^3.6.1", |
| 57 | + "js-base64": "^3.7.3", |
| 58 | + "jss": "^10.9.2", |
| 59 | + "jszip": "^3.6.0", |
| 60 | + "jszip-utils": "^0.1.0", |
| 61 | + "likert-react": "0.0.0-beta6", |
| 62 | + "luxon": "^1.27.0", |
| 63 | + "moment": "^2.29.1", |
| 64 | + "moocfi-python-editor": "^0.15.3", |
51 | 65 | "moocfi-quizzes": "^0.9.10", |
52 | 66 | "pdf-slideshow": "^0.1.4", |
53 | | - "prismjs": "^1.17.1", |
54 | | - "react": "^16.10.2", |
55 | | - "react-content-loader": "^4.3.2", |
56 | | - "react-dom": "^16.10.2", |
57 | | - "react-helmet": "^5.2.1", |
58 | | - "react-i18next": "^10.13.1", |
59 | | - "react-jss": "^10.0.0", |
| 67 | + "postcss": "^8.3.2", |
| 68 | + "prismjs": "^1.23.0", |
| 69 | + "react": "^17.0.2", |
| 70 | + "react-content-loader": "^6.2.0", |
| 71 | + "react-dom": "^17.0.2", |
| 72 | + "react-helmet": "^6.1.0", |
| 73 | + "react-i18next": "^11.10.0", |
| 74 | + "react-jss": "^10.9.2", |
60 | 75 | "react-motion": "^0.5.2", |
61 | | - "react-redux": "^7.1.1", |
62 | | - "react-scrollspy": "^3.4.0", |
63 | | - "react-toastify": "^7.0.3", |
64 | | - "react-use": "^13.21.0", |
65 | | - "react-youtube": "^7.9.0", |
66 | | - "recharts": "^1.8.4", |
| 76 | + "react-redux": "^7.2.4", |
| 77 | + "react-scrollspy": "^3.4.3", |
| 78 | + "react-toastify": "^7.0.4", |
| 79 | + "react-use": "^17.4.0", |
| 80 | + "react-youtube": "^7.13.1", |
| 81 | + "recharts": "^2.0.9", |
| 82 | + "reduce-reducers": "^1.0.4", |
| 83 | + "redux": "^4.2.0", |
67 | 84 | "redux-action-analytics": "0.0.3", |
68 | | - "redux-devtools-extension": "^2.13.8", |
69 | | - "rehype-react": "^4.0.1", |
| 85 | + "redux-devtools-extension": "^2.13.9", |
| 86 | + "rehype-react": "^6.2.0", |
70 | 87 | "store": "^2.0.12", |
71 | | - "styled-components": "^4.4.0", |
| 88 | + "styled-components": "^5.3.6", |
72 | 89 | "tmc-client-js": "0.0.9", |
73 | | - "typeface-open-sans": "0.0.75", |
74 | | - "typeface-open-sans-condensed": "0.0.72", |
75 | | - "typeface-roboto-mono": "0.0.75", |
76 | | - "typeface-roboto-slab": "0.0.72", |
| 90 | + "typeface-open-sans": "^1.1.13", |
| 91 | + "typeface-open-sans-condensed": "^1.1.13", |
| 92 | + "typeface-roboto-mono": "^1.1.13", |
| 93 | + "typeface-roboto-slab": "^1.1.13", |
77 | 94 | "typesafe-actions": "^4.4.2", |
78 | | - "typescript": "^3.6.4", |
79 | | - "uuid": "^3.3.3", |
| 95 | + "typescript": "^4.9.3", |
| 96 | + "uuid": "^9.0.0", |
80 | 97 | "visibilityjs": "^2.0.2" |
81 | 98 | }, |
82 | 99 | "keywords": [ |
|
96 | 113 | "local-quizzes-package": "./use-local-quizzes.sh" |
97 | 114 | }, |
98 | 115 | "devDependencies": { |
99 | | - "@babel/plugin-proposal-optional-chaining": "^7.6.0", |
100 | | - "@babel/preset-env": "^7.6.3", |
101 | | - "babel-preset-gatsby": "^0.2.20", |
102 | | - "husky": "^3.0.9", |
103 | | - "import-all.macro": "^2.0.3", |
104 | | - "npm-check": "^5.9.0", |
105 | | - "prettier": "^1.17.1" |
| 116 | + "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
| 117 | + "@babel/preset-env": "^7.14.5", |
| 118 | + "babel-preset-gatsby": "^1.7.1", |
| 119 | + "husky": "^4.3.8", |
| 120 | + "import-all.macro": "^3.1.0", |
| 121 | + "npm-check": "^5.9.2", |
| 122 | + "prettier": "^2.3.1" |
106 | 123 | }, |
107 | 124 | "husky": { |
108 | 125 | "hooks": { |
|
0 commit comments