This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 2.01 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
{
"name": "genoswitch",
"version": "1.0.0",
"private": true,
"description": "genoswitch",
"author": "James Cahill",
"keywords": [
"gatsby"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"develop": "gatsby develop",
"develop-codespaces": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "prettier -w ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"gatsby": "^5.12.6",
"html-react-parser": "^4.2.2",
"immutability-helper": "^3.1.1",
"katex": "^0.16.9",
"preact": "^10.18.1",
"preact-render-to-string": "^5.2.6",
"react-image-gallery": "^1.3.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"seqparse": "^0.2.1",
"seqviz": "^3.9.1"
},
"devDependencies": {
"@genoswitch/gatsby-transformer-gitinfo": "1.4.0-1",
"@mdx-js/react": "^2.3.0",
"@types/node": "^20.8.4",
"@types/react-image-gallery": "^1.2.1",
"@types/webpack-stats-plugin": "^0.3.3",
"gatsby-plugin-canonical-urls": "^5.12.0",
"gatsby-plugin-image": "^3.12.1",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-mdx": "^5.12.1",
"gatsby-plugin-no-sourcemaps": "^5.12.0",
"gatsby-plugin-pnpm": "^1.2.10",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-preact": "^7.12.0",
"gatsby-plugin-remote-images": "^3.6.6",
"gatsby-plugin-sharp": "^5.12.1",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-genetic-sequences": "^1.1.0",
"gatsby-transformer-sharp": "^5.12.1",
"gatsby-transformer-yaml": "^5.12.0",
"gatsby-transformer-yaml-full": "^5.0.0",
"gatsby-yaml-full-markdown": "^5.0.1",
"prettier": "^3.0.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"webpack-stats-plugin": "^1.1.3"
}
}