-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
105 lines (105 loc) · 3.46 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
96
97
98
99
100
101
102
103
104
105
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/plugin-transform-classes": "^7.18.9",
"@deckdeckgo/highlight-code": "^4.3.0",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"aos": "^2.3.4",
"babel-plugin-emotion": "^9.2.3",
"babel-plugin-inline-react-svg": "^0.5.2",
"emotion": "^9.2.3",
"emotion-server": "^9.2.3",
"emotion-theming": "^9.2.3",
"express-graphql": "^0.6.6",
"facepaint": "^1.2.1",
"gatsby": "2.25.0",
"gatsby-image": "^2.4.18",
"gatsby-link": "^2",
"gatsby-mdx-fix": "^0.0.3",
"gatsby-plugin-emotion": "^2",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-fathom": "^2.1.1",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-google-marketing-platform": "^0.1.20",
"gatsby-plugin-google-tagmanager": "^2.6.0",
"gatsby-plugin-hotjar-tracking": "^1.0.0",
"gatsby-plugin-mdx": "^1.2.40",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-react-helmet": "^3",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-twitter-pixel": "^2.0.2",
"gatsby-plugin-typography": "^1.7.18",
"gatsby-remark-admonitions": "^0.1.0",
"gatsby-remark-autolink-headers": "^4.8.0",
"gatsby-remark-copy-linked-files": "^2.3.15",
"gatsby-remark-highlight-code": "^2.1.0",
"gatsby-remark-images": "^3.3.30",
"gatsby-remark-prismjs": "^3.8.0",
"gatsby-source-filesystem": "^2.3.29",
"gatsby-transformer-remark": "^2.11.1",
"gatsby-transformer-sharp": "^2.12.1",
"install": "^0.13.0",
"js-cookie": "^2.2.1",
"npm": "^6.14.9",
"plausible-tracker": "^0.3.1",
"posthog-js": "^1.4.4",
"prismjs": "^1.26.0",
"query-string": "^6.13.6",
"react": "^16.9.0",
"react-addons-css-transition-group": "^15.6.2",
"react-animated-term": "^1.3.2",
"react-collapsible": "^2.8.4",
"react-countdown-circle-timer": "^2.4.0",
"react-delay-input": "^4.1.0",
"react-dom": "^16.9.0",
"react-easy-swipe": "^0.0.17",
"react-emotion": "^9.2.5",
"react-github-btn": "^1.3.0",
"react-helmet": "^5.2.0",
"react-html5video": "^2.5.1",
"react-input-range": "^1.3.0",
"react-modal-video": "1.2.6",
"react-progressive-bg-image": "^3.0.0",
"react-slick": "^0.25.2",
"react-syntax-highlighter": "^12.2.1",
"react-tabs": "^3.2.3",
"react-tooltip": "^3.9.0",
"react-transition-group": "^4.1.0",
"styled-components": "^3.3.3",
"titlecase": "^1.1.3",
"wts": "https://github.com/webiny/wts#ae82e59470d79dc448a74239bf9d2328f4b93499"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/**/*.{js,jsx,ts,tsx,md}\" --config .prettierrc.js",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gatsby serve"
},
"devDependencies": {
"babel-preset-gatsby": "^2.19.0",
"eslint-config-react-app": "^7.0.1",
"prettier": "^2.7.1",
"serverless-offline": "^3.25.6"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"resolutions": {
"sharp": "0.28.0",
"remark-mdx": "1.6.22"
}
}