-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 862 Bytes
/
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
{
"name": "tyler-vipond-2022",
"version": "1.0.0",
"private": true,
"description": "tyler-vipond-2022",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.11",
"@fontsource/public-sans": "^4.5.10",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.20.0",
"gatsby-plugin-styled-components": "^5.20.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.16",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"typescript": "^4.7.4"
}
}