-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
39
40
41
42
43
44
45
46
47
{
"name": "@aengusm/gatsby-theme-brain",
"author": "Aengus McMillin <aengusmcmillin@gmail.com>",
"version": "1.0.13",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"test": "jest"
},
"peerDependencies": {
"gatsby": "^2.20.23",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.4.2",
"eslint": "^7.0.0",
"gatsby": "^2.20.23",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"chokidar": "^3.4.0",
"gatsby-plugin-feed": "^2.5.2",
"gatsby-plugin-mdx": "^1.1.8",
"gatsby-transformer-remark": "^2.7.2",
"react-cytoscapejs": "^1.2.1",
"rehype-stringify": "^7.0.0",
"remark-rehype": "^6.0.0",
"remark-stringify": "^8.0.0",
"unified": "^9.0.0"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme"
]
}