-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "sidecar",
"version": "2.0.0",
"private": true,
"description": "A curated collection of cocktails",
"author": "Keith J. Grant",
"keywords": [
"cocktails",
"drinks"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit"
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.16.1",
"gatsby-plugin-catch-links": "^5.16.0",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.16.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.16.0",
"gatsby-transformer-sharp": "^5.13.1",
"idb": "^8.0.3",
"querystring": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"styled-components": "^6.4.4",
"typeface-lato": "^1.1.13",
"typeface-playfair-display": "^1.1.13"
},
"devDependencies": {
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"gray-matter": "^4.0.3",
"typescript": "^7.0.2"
}
}