-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "dsc-dtu",
"description": "The official dsc-dtu website",
"version": "1.0.0",
"dependencies": {
"@babel/core": "^7.3.4",
"babel-loader": "^8.0.4",
"core-js": "^2.5.7",
"disqus-react": "^1.0.5",
"gatsby": "^2.0.55",
"gatsby-image": "^2.0.21",
"gatsby-link": "^2.0.10",
"gatsby-plugin-google-analytics": "^2.0.15",
"gatsby-plugin-manifest": "^2.0.26",
"gatsby-plugin-nprogress": "^2.0.7",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-page-transitions": "^1.0.7",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-robots-txt": "^1.4.0",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-sitemap": "^2.0.11",
"gatsby-remark-copy-linked-files": "^2.0.8",
"gatsby-remark-images": "^3.0.0",
"gatsby-source-filesystem": "^2.0.10",
"gatsby-transformer-remark": "^2.1.20",
"gatsby-transformer-sharp": "^2.1.9",
"gh-pages": "^2.0.1",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"react": "^16.6.3",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"webpack": "^4.26.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"deploy": "node deploy.js",
"build-deploy": "npm run build && npm run deploy",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.16.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}