-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 913 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
{
"name": "gatsby-4-demo",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"description": "A demo of using Gatsby 4 on Netlify",
"repository": "[email protected]:netlify/gatsby-4-demo.git",
"author": "Matt Kane <[email protected]>",
"private": true,
"dependencies": {
"@netlify/functions": "^0.11.1",
"@netlify/plugin-gatsby": "^2.1.4",
"@sindresorhus/slugify": "^1.0.0",
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"gatsby": "^4.0.0-zz-next.1",
"gatsby-plugin-netlify": "^4.0.0-next.0",
"gatsby-source-filesystem": "^4.0.0-zz-next.1",
"gatsby-transformer-remark": "^5.0.0-zz-next.1",
"linkfs": "^2.1.0",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12"
}
}