-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "code-for-chicago-gatsby",
"version": "1.0.0",
"private": true,
"description": "code-for-chicago-gatsby",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/source-sans-pro": "^4.5.11",
"@portabletext/react": "^3.0.9",
"@sanity/block-content-to-react": "^3.0.0",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^5.2.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-styled-components": "^6.2.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-source-sanity": "^7.8.1",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-is": "^18.2.0",
"slugify": "^1.6.6",
"styled-components": "^5.3.6"
}
}