-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "gatsby develop --port $PORT",
"build": "gatsby build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "vercel dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"@theme-ui/prism": "^0.3.0",
"@theme-ui/typography": "^0.3.0",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"formik": "^2.1.5",
"framer-motion": "^2.7.5",
"gatsby": "^2.23.3",
"gatsby-alias-imports": "^1.0.4",
"gatsby-plugin-config": "^1.0.7",
"gatsby-plugin-emotion": "^4.3.4",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^2.4.12",
"gatsby-plugin-mdx": "^1.2.43",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-source-datocms": "^2.4.1",
"marked": "^2.0.0",
"mime": "^2.4.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-google-recaptcha-v3": "^1.6.1",
"react-helmet": "^6.1.0",
"react-switch": "^5.0.1",
"react-toast-notifications": "^2.4.0",
"reading-time": "^1.2.0",
"theme-ui": "^0.3.1",
"typography-theme-funston": "^0.16.19",
"yup": "^0.29.3"
},
"devDependencies": {
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}