-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
65
66
{
"name": "mae-capozzi-blog",
"private": true,
"description": "Mae Capozzi's Blog",
"version": "2.3.0",
"author": "Mae Capozzi",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@fontsource/raleway": "^4.5.0",
"amplitude-js": "^8.3.1",
"formik": "^2.1.4",
"gatsby": "^3.12.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^3.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-postcss": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-sitemap": "^4.8.0",
"gatsby-plugin-styled-components": "^4.12.0",
"gatsby-plugin-typography": "^3.12.0",
"gatsby-remark-copy-linked-files": "^4.9.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-images": "^5.9.0",
"gatsby-remark-prismjs": "^5.9.0",
"gatsby-remark-responsive-iframe": "^4.9.0",
"gatsby-remark-smartypants": "^4.9.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.12.0",
"prismjs": "^1.25.0",
"react": "^16.14.0",
"react-burger-menu": "^2.9.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.18",
"reakit": "^1.3.8",
"styled-components": "^5.3.3",
"typeface-piazzolla": "^1.1.13",
"typography": "^0.16.18",
"window-or-global": "^1.0.1"
},
"devDependencies": {},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
}
}