-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.85 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
{
"name": "shannon-soper-portfolio",
"private": true,
"description": "A sweet portfolio",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@vercel/speed-insights": "^1.0.10",
"fontsource-alegreya": "^4.0.0",
"fontsource-alegreya-sans": "^4.0.0",
"fontsource-league-gothic": "^4.0.0",
"fontsource-league-spartan": "^4.0.0",
"fontsource-merriweather": "^4.0.0",
"fontsource-merriweather-sans": "^4.0.0",
"fontsource-roboto": "^4.0.0",
"gatsby": "^3.0.0",
"gatsby-plugin-emotion": "^4.5.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-typography": "^3.0.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"typeface-glacial-indifference": "^1.1.14",
"typeface-league-spartan": "^1.1.15",
"typography": "^0.16.19",
"typography-theme-kirkham": "^0.16.19"
},
"devDependencies": {
"prettier": "2.2.1"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}