forked from fullstack-hy2020/fullstack-hy2020.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.4 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
{
"name": "fullstackhy-2020",
"description": "Full stack websovelluskehitys 2020",
"version": "1.0.0",
"author": "Houston Inc. Consulting Oy",
"dependencies": {
"anchorate": "^1.2.3",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"gatsby": "^2.0.53",
"gatsby-image": "^2.0.20",
"gatsby-plugin-canonical-urls": "^2.0.12",
"gatsby-plugin-google-analytics": "^2.0.16",
"gatsby-plugin-i18n": "^0.4.2",
"gatsby-plugin-local-search": "^2.0.0",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-plugin-sitemap": "^2.0.10",
"gatsby-remark-picture": "^1.0.1",
"gatsby-remark-prismjs": "^3.2.0",
"gatsby-remark-unwrap-images": "^1.0.1",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-transformer-json": "^2.1.6",
"gatsby-transformer-remark": "^2.1.19",
"gatsby-transformer-sharp": "^2.1.8",
"html-react-parser": "^0.6.0",
"i18next": "^19.7.0",
"lodash": "^4.17.19",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-ga": "^2.5.7",
"react-helmet": "^6.0.0",
"react-i18next": "^11.7.2",
"react-use-flexsearch": "^0.1.1",
"use-debounce": "^3.4.3"
},
"keywords": [
"fullstack",
"course",
"helsingin yliopisto",
"tietojenkäsittelytieteen osasto",
"mooc",
"mooc.fi",
"full stack",
"web-sovelluskehitys"
],
"license": "Creative Commons BY-NC-SA 3.0",
"scripts": {
"build": "gatsby build",
"gatsby": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"deploy": "gatsby build && gh-pages -d public -b master",
"publish": "gh-pages -u 'Matti Luukkainen <mluukkai@iki.fi>' -d public -b master"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-preset-gatsby": "^0.1.6",
"gh-pages": "^2.0.1",
"identity-obj-proxy": "^3.0.0",
"prettier": "^1.15.2",
"react-test-renderer": "^16.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/fullstack-hy2020/fullstack-hy2020.github.io"
}
}