forked from fullstackopen-2019/fullstackopen-2019.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.06 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
{
"name": "fullstackopen-2019",
"description": "Full stack open 2019",
"version": "1.0.0",
"author": "Houston Inc. Consulting Oy",
"dependencies": {
"anchorate": "^1.2.3",
"axios": "^0.18.0",
"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-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",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-ga": "^2.5.7",
"react-helmet": "^5.2.0"
},
"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",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"deploy": "gatsby build && gh-pages -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/fullstackopen-2019/fullstackopen-2019.github.io"
}
}