forked from WaylonWalker/waylonwalkerv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "waylon-walker",
"description": "Waylon Walker",
"version": "1.0.0",
"author": "Waylon Walker",
"dependencies": {
"@gitgraph/js": "^1.3.5",
"@gitgraph/react": "^1.5.4",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/tag": "^0.20.3",
"chroma-js": "^2.1.0",
"color": "^3.1.2",
"dom-to-image": "^2.6.0",
"fuse.js": "^6.2.0",
"gatsby": "^2.23.4",
"gatsby-image": "^2.4.7",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-feed": "^2.5.5",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-offline": "^3.2.10",
"gatsby-plugin-preact": "^4.0.3",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-sitemap": "^2.4.5",
"gatsby-plugin-styled-components": "^3.3.4",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-copy-linked-files": "^2.3.5",
"gatsby-remark-images": "^3.3.10",
"gatsby-remark-images-zoom": "^1.1.0",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-remark-prismjs": "^3.5.4",
"gatsby-remark-social-cards": "^0.4.1",
"gatsby-remark-static-images": "^1.2.0",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-transformer-remark": "^2.8.16",
"gatsby-transformer-remark-plaintext": "^1.0.3",
"gatsby-transformer-sharp": "^2.5.5",
"logrocket": "^1.0.8",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.9",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flip-move": "^3.0.4",
"react-headroom": "^3.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-on-screen": "^2.1.1",
"react-spring": "^8.0.27",
"react-toastify": "^6.0.5",
"styled-components": "^5.1.1",
"xmldom": "^0.3.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}