-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.23 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
{
"name": "anmpog.dev",
"private": true,
"description": "Personal site and blog of Anthony Pogliano",
"version": "0.1.0",
"author": "Anthony Pogliano",
"bugs": {
"url": "https://github.com/anmpog/gatsby-personal-site-and-blog/issues"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/calistoga": "^5.0.22",
"@fontsource/merriweather": "^5.0.8",
"@fontsource/open-sans": "^5.0.22",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@theme-ui/color": "^0.14.5",
"axios": "^1.7.7",
"devicon": "^2.15.1",
"gatsby": "^4.16.0",
"gatsby-plugin-emotion": "^7.4.0",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-layout": "^4.13.0",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-mdx": "^3.16.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.16.1",
"gatsby-plugin-theme-ui": "^0.14.5",
"gatsby-remark-copy-linked-files": "^5.16.0",
"gatsby-remark-images": "^6.16.0",
"gatsby-remark-smartypants": "^5.16.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.16.0",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^1.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.10.0",
"react-typography": "^0.16.19",
"theme-ui": "^0.16.1"
},
"devDependencies": {
"acorn": "^6.4.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.28.0",
"gatsby-transformer-mdx": "^1.2.1",
"prettier": "2.0.5",
"react-refresh": "^0.8.3"
},
"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",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}