-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 Bytes
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
{
"name": "ewb",
"version": "1.0.0",
"private": true,
"description": "ewb",
"author": "Tim-Pet",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/hachi-maru-pop": "^4.1.2",
"@fontsource/montserrat": "^4.1.0",
"babel-plugin-styled-components": "^1.12.0",
"fontsource-open-sans": "^4.0.0",
"gatsby": "^2.26.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-styled-components": "^3.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-parallax": "^3.2.1",
"styled-components": "^5.2.1",
"use-is-in-viewport": "^1.0.9"
}
}