-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "ohjelmoinnin-mooc",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@popperjs/core": "^2.4.4",
"@rstacruz/gatsby-remark-component": "^1.2.0-pre.1",
"apollo-boost": "^0.4.9",
"axios": "^0.19.2",
"babel-plugin-styled-components": "^1.10.7",
"clsx": "^1.1.1",
"code-states-visualizer": "^0.1.1",
"color": "^3.1.1",
"commonmark": "^0.29.1",
"core-js": "^3.6.5",
"crowdsorcerer": "^0.1.79",
"fetch-ponyfill": "^6.1.1",
"focus-visible": "^5.1.0",
"gatsby": "^2.24.11",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-i18next": "^1.1.10",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.22",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-copy-linked-files": "^2.3.11",
"gatsby-remark-emojis": "^0.3.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.3.21",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-remark": "^2.8.27",
"graphql": "^14.7.0",
"i18next": "^17.3.1",
"i18next-browser-languagedetector": "^4.3.1",
"i18next-xhr-backend": "^3.2.2",
"immutable": "^4.0.0-rc.12",
"interactjs": "^1.9.20",
"jquery": "^3.5.1",
"jss": "^10.3.0",
"moment": "^2.27.0",
"moocfi-quizzes": "^0.4.12",
"pdf-slideshow": "^0.1.4",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-content-loader": "^4.3.4",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-i18next": "^10.13.2",
"react-jss": "^10.3.0",
"react-motion": "^0.5.2",
"react-redux": "^7.2.0",
"react-scrollspy": "^3.4.3",
"react-use": "^13.27.1",
"react-youtube": "^7.11.3",
"recharts": "^1.8.5",
"redux-action-analytics": "0.0.3",
"redux-devtools-extension": "^2.13.8",
"rehype-react": "^4.0.1",
"store": "^2.0.12",
"styled-components": "^4.4.1",
"tmc-client-js": "0.0.9",
"typeface-open-sans": "0.0.75",
"typeface-open-sans-condensed": "0.0.72",
"typeface-roboto-mono": "0.0.75",
"typeface-roboto-slab": "0.0.72",
"typesafe-actions": "^4.4.2",
"typescript": "^3.9.7",
"uuid": "^3.4.0",
"visibilityjs": "^2.0.2"
},
"keywords": [
"gatsby"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write 'src/**/*.js'",
"prettier-check": "prettier --list-different 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"upgrade-interactive": "npm-check --update",
"now-dev": "gatsby develop -p $PORT",
"now-build": "npm run build",
"local-quizzes-package": "./use-local-quizzes.sh"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-preset-gatsby": "^0.2.36",
"husky": "^3.1.0",
"import-all.macro": "^2.0.3",
"npm-check": "^5.9.2",
"prettier": "^1.19.1"
},
"husky": {
"hooks": {
"pre-commit": ""
}
}
}