mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
chore: remove unused katex
This commit is contained in:
+1
-9
@@ -30,15 +30,7 @@ module.exports = {
|
||||
{
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
options: {
|
||||
plugins: [
|
||||
`gatsby-remark-auto-headers`,
|
||||
{
|
||||
resolve: `gatsby-remark-katex`,
|
||||
options: {
|
||||
strict: `ignore`,
|
||||
},
|
||||
},
|
||||
],
|
||||
plugins: [`gatsby-remark-auto-headers`],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Generated
-44
@@ -10018,34 +10018,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-remark-katex": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.3.1.tgz",
|
||||
"integrity": "sha512-eKLCL6VBvRFAW9qw4Ubh0MnmUQLw9JZ0he4kFmXQaWlHzPReCfpy21xBxLSVE+wELaX16Ms+otVlNyn8PZBSKg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"remark-math": "^1.0.6",
|
||||
"unist-util-visit": "^1.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"unist-util-visit": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
|
||||
"integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
|
||||
"requires": {
|
||||
"unist-util-visit-parents": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"unist-util-visit-parents": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
|
||||
"integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
|
||||
"requires": {
|
||||
"unist-util-is": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-source-filesystem": {
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.5.tgz",
|
||||
@@ -13337,14 +13309,6 @@
|
||||
"safe-buffer": "^5.0.1"
|
||||
}
|
||||
},
|
||||
"katex": {
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.11.1.tgz",
|
||||
"integrity": "sha512-5oANDICCTX0NqYIyAiFCCwjQ7ERu3DQG2JFHLbYOf+fXaMoH8eg/zOq5WSYJsKMi/QebW+Eh3gSM+oss1H/bww==",
|
||||
"requires": {
|
||||
"commander": "^2.19.0"
|
||||
}
|
||||
},
|
||||
"keyv": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz",
|
||||
@@ -17839,14 +17803,6 @@
|
||||
"resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-1.0.0.tgz",
|
||||
"integrity": "sha512-X9Ncj4cj3/CIvLI2Z9IobHtVi8FVdUrdJkCNaL9kdX8ohfsi18DXHsCVd/A7ssARBdccdDb5ODnt62WuEWaM/g=="
|
||||
},
|
||||
"remark-math": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/remark-math/-/remark-math-1.0.6.tgz",
|
||||
"integrity": "sha512-I43wU/QOQpXvVFXKjA4FHp5xptK65+5F6yolm8+69/JV0EqSOB64wURUZ3JK50JtnTL8FvwLiH2PZ+fvsBxviA==",
|
||||
"requires": {
|
||||
"trim-trailing-lines": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"remark-mdx": {
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.1.tgz",
|
||||
|
||||
@@ -40,11 +40,9 @@
|
||||
"gatsby-plugin-sharp": "^2.6.6",
|
||||
"gatsby-plugin-styled-components": "^3.3.1",
|
||||
"gatsby-remark-auto-headers": "^1.0.3",
|
||||
"gatsby-remark-katex": "^3.3.1",
|
||||
"gatsby-source-filesystem": "^2.3.5",
|
||||
"gatsby-transformer-remark": "^2.8.10",
|
||||
"gatsby-transformer-sharp": "^2.5.2",
|
||||
"katex": "^0.11.1",
|
||||
"lodash": "^4.17.15",
|
||||
"polished": "^3.6.3",
|
||||
"prismjs": "^1.20.0",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { graphql } from "gatsby"
|
||||
import React, { FC, Fragment } from "react"
|
||||
import "katex/dist/katex.min.css"
|
||||
|
||||
import { Footer } from "../components/Footer"
|
||||
import { Header } from "../components/Header"
|
||||
|
||||
Reference in New Issue
Block a user