-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 885 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 885 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
32
33
34
{
"name": "control-collectibles",
"version": "1.0.0",
"private": true,
"description": "FBC Files",
"author": "Connor Pote",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^3.6.2",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-layout": "^2.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sass": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-source-contentful": "^5.7.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"react": "^17.0.1",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.34.1"
}
}