-
Notifications
You must be signed in to change notification settings - Fork 377
/
package.json
88 lines (88 loc) · 2.44 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "the-python-graph-gallery",
"private": true,
"description": "A gallery displaying hundreds of charts made with Python with their reproducible code",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build && gh-pages -d public"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@nteract/commutable": "^6.0.4-alpha.0",
"@nteract/display-area": "^5.0.4-alpha.0",
"@nteract/presentational-components": "^3.4.2",
"@nteract/records": "^1.0.4-alpha.0",
"@nteract/transforms": "^5.0.4-alpha.0",
"bootstrap": "^5.3.0",
"d3": "^7.8.5",
"d3-voronoi": "^1.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-google-gtag": "^5.10.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"katex": "^0.16.10",
"lucide-react": "^0.408.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-katex": "^2.0.2",
"react-markdown": "^4.3.1",
"rehype-katex": "^1.1.1",
"rehype-stringify": "^5.0.0",
"remark": "^9.0.0",
"remark-math": "^1.0.4",
"remark-rehype": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^5.0.0",
"html-loader": "^2.1.2",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2"
},
"overrides": {
"gatsby": {
"react": "18.2.0",
"eslint-plugin": "5.57.0"
},
"@andru/notebook-render": {
"react": "18.2.0"
},
"@nteract/display-area": {
"react": "18.2.0"
},
"@nteract/presentational-components": {
"react": "18.2.0"
},
"@nteract/transforms": {
"react": "18.2.0"
},
"react-katex": {
"react": "18.2.0"
},
"react-markdown": {
"react": "18.2.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}