-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
48
49
{
"name": "@teaglebuilt/gatsby-theme-binder",
"author": "Dillan Teagle",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"jupyter",
"jupyterlab",
"binder"
],
"version": "1.0.4",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"test": "jest"
},
"peerDependencies": {
"gatsby": "^2.19.12",
"gatsby-source-filesystem": "^2.1.48",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@testing-library/react": "^9.4.0",
"babel-jest": "^25.1.0",
"babel-preset-gatsby": "^0.2.28",
"gatsby": "^2.19.12",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0"
},
"dependencies": {
"@jupyterlab/outputarea": "^1.2.2",
"@jupyterlab/rendermime": "^1.2.1",
"@jupyterlab/services": "^4.2.0",
"@phosphor/widgets": "^1.9.3",
"browser-monads": "^1.0.0",
"codemirror": "^5.51.0",
"gatsby-source-filesystem": "^2.1.48",
"rehype-react": "^4.0.1"
}
}