-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "robots-from-jupyter-github-io",
"description": "https://robots-from-jupyter.github.io/",
"version": "1.0.0",
"author": "Asko Soukka <[email protected]>",
"babel": {
"presets": [
"@babel/preset-env",
[
"@babel/preset-react",
{
"useBuiltIns": true,
"pragma": "React.createElement"
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-syntax-dynamic-import",
[
"@babel/plugin-transform-runtime",
{
"helpers": true,
"regenerator": true
}
]
]
},
"resolutions": {
"babel-core": "7.0.0-bridge.0",
"react-dev-utils": "^4.2.2"
},
"main": "n/a",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"axios": "^0.19.1",
"bootstrap": "^4.4.1",
"eslint-config-react-app": "^5.1.0",
"gatsby": "^2.18.21",
"gatsby-image": "^2.2.38",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.12",
"node-sass": "^4.13.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0"
},
"dependencies": {
"react-dev-utils": "^10.0.0",
"react-slick": "^0.25.2",
"react-youtube": "^7.9.0",
"slick-carousel": "^1.8.1"
}
}