-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.09 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
{
"name": "laurels4",
"version": "1.0.0",
"description": "Personal website, remade with Gatsby",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"start": "npm run develop",
"serve": "gatsby serve"
},
"author": "Johan Lagerqvist <hello@lgrqvst.com>",
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"axios": "^0.21.2",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "^2.24.55",
"gatsby-image": "^2.4.17",
"gatsby-plugin-accessibilityjs": "^1.0.3",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-netlify": "^2.3.14",
"gatsby-plugin-offline": "^3.2.27",
"gatsby-plugin-polished": "^1.0.4",
"gatsby-plugin-preact": "^4.0.10",
"gatsby-plugin-prettier-build": "^0.4.3",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.33",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-transition-link": "^1.20.2",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-webfonts": "^1.1.3",
"gatsby-remark-autolink-headers": "^2.3.12",
"gatsby-remark-embedder": "^2.1.2",
"gatsby-remark-images": "^3.3.29",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.3.28",
"gatsby-transformer-sharp": "^2.5.14",
"gsap": "^3.5.1",
"polished": "^3.6.6",
"preact": "^10.4.8",
"preact-render-to-string": "^5.1.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"sanitize.css": "^12.0.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.2.0"
}
}