-
Notifications
You must be signed in to change notification settings - Fork 218
/
Copy pathpackage.json
86 lines (86 loc) · 2.71 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
{
"name": "ohjelmoinnin-mooc",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.8.1",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"code-states-visualizer": "^0.1.1",
"core-js": "^2.6.1",
"crowdsorcerer": "^0.1.20",
"fetch-ponyfill": "^6.0.2",
"focus-visible": "^4.1.5",
"gatsby": "^2.0.91",
"gatsby-plugin-catch-links": "^2.0.9",
"gatsby-plugin-google-analytics": "^2.0.8",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.8",
"gatsby-remark-emojis": "^0.2.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-prismjs": "^3.2.0",
"gatsby-remark-smartypants": "^2.0.7",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-transformer-remark": "^2.1.19",
"interactjs": "^1.3.4",
"jquery": "^3.3.1",
"moment": "^2.23.0",
"pdf-slideshow": "^0.1.4",
"prismjs": "^1.15.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"react-motion": "^0.5.2",
"react-scrollspy": "^3.3.5",
"react-youtube": "^7.8.0",
"recharts": "^1.4.2",
"redux-action-analytics": "0.0.3",
"rehype-react": "^3.1.0",
"store": "^2.0.12",
"styled-components": "^4.1.3",
"tmc-client-js": "0.0.9",
"typeface-open-sans": "0.0.54",
"typeface-open-sans-condensed": "0.0.54",
"typeface-roboto-mono": "0.0.54",
"typeface-roboto-slab": "0.0.54",
"uuid": "^3.3.2",
"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"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-preset-gatsby": "^0.1.6",
"husky": "^1.3.1",
"import-all.macro": "^2.0.3",
"prettier": "^1.15.3"
},
"husky": {
"hooks": {
"pre-commit": "./bin/check-code-style.sh"
}
}
}