forked from shamin/greenboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 876 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
35
36
37
{
"name": "@spotxyz/gatsby-greenboard",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/spotxyz/greenboard.git"
},
"peerDependencies": {
"gatsby": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sass": "^5.1.0",
"gatsby-transformer-remark": "^5.1.0",
"js-search": "^1.4.3",
"lodash": "^4.17.15",
"prism-react-renderer": "^1.0.1",
"react-helmet": "^6.1.0",
"rehype-react": "^4.0.1",
"sass": "^1.43.4"
},
"devDependencies": {
"gatsby": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"packageManager": "[email protected]"
}