-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
95 lines (95 loc) · 3.26 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@loadable/component": "^5.12.0",
"@mosch/gatsby-source-github": "^0.4.1",
"axios": "^0.19.2",
"babel-plugin-styled-components": "^1.10.7",
"bootstrap": "^4.4.1",
"disqus-react": "^1.0.7",
"gatsby": "^2.18.4",
"gatsby-background-image": "^0.9.12",
"gatsby-image": "^2.2.37",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-breadcrumb": "^6.2.3",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-layout": "^1.1.22",
"gatsby-plugin-loadable-components-ssr": "^2.0.0",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-offline": "^3.0.39",
"gatsby-plugin-playground": "^1.0.6",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-twitter": "^2.10.0",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-twitter-cards": "^0.6.1",
"gatsby-source-filesystem": "^2.1.39",
"gatsby-transformer-json": "^2.2.20",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.6",
"google-map-react": "^1.1.7",
"html-react-parser": "^0.10.0",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"netlify-cms-app": "^2.12.19",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-accessible-accordion": "^3.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-bootstrap": "^1.0.0-beta.16",
"react-circular-progressbar": "^2.0.3",
"react-countup": "^4.3.2",
"react-dom": "^16.12.0",
"react-embed": "^3.3.2",
"react-helmet": "^5.2.1",
"react-hook-form": "^4.9.6",
"react-icons": "^4.3.1",
"react-id-swiper": "^2.4.0",
"react-image-lightbox": "^5.1.1",
"react-markdown": "^4.3.1",
"react-markdown-github": "^3.3.1",
"react-modal-video": "^1.2.3",
"react-twitter-embed": "^3.0.3",
"react-typed": "^1.2.0",
"react-visibility-sensor": "^5.1.1",
"react-vivus": "0.0.2",
"shards-react": "^1.0.3",
"styled-components": "^5.0.1",
"swiper": "^5.2.1",
"vivus": "^0.4.5"
},
"devDependencies": {
"@loadable/babel-plugin": "^5.12.0",
"babel-preset-gatsby": "^0.2.31",
"gh-pages": "^3.1.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public --repo https://github.cs.adelaide.edu.au/a1677932/test-crest"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}