-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.17 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.17 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "website-docs",
"description": "The next generation of PingCAP Docs. Powered by Gatsby.",
"version": "2.0.0",
"private": true,
"browserslist": [
"last 2 chrome major versions",
"last 2 firefox major versions",
"last 2 edge major versions",
"last 2 ios_saf major versions"
],
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/ibm-plex-sans": "^4.5.13",
"@fontsource/noto-sans-jp": "^4.5.12",
"@fontsource/noto-sans-sc": "^4.5.12",
"@fontsource/poppins": "^4.5.10",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/material": "5.10.5",
"@seagreenio/react-bulma": "^0.1.0-beta.4",
"@sentry/gatsby": "^8.42.0",
"algoliasearch": "^4.11.0",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"gatsby": "^4.13.0",
"gatsby-plugin-google-analytics": "^4.12.1",
"gatsby-plugin-google-tagmanager": "^4.12.1",
"gatsby-plugin-material-ui": "^4.0.2",
"gatsby-plugin-mdx": "^3.4.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-no-sourcemaps": "^5.14.0",
"gatsby-plugin-nprogress": "^5.14.0",
"gatsby-plugin-postcss": "^5.21.0",
"gatsby-plugin-purgecss": "^6.1.0",
"gatsby-plugin-react-i18next": "^1.2.2",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sass": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.5.1",
"i18next": "^21.6.9",
"katex": "^0.15.6",
"mermaid": "^11.12.3",
"postcss": "^8.4.16",
"postcss-mixins": "^9.0.3",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.8.0",
"postcss-simple-vars": "^6.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-hubspot-form": "^1.3.7",
"react-i18next": "^11.15.3",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"rehype-katex": "5.0.0",
"remark-math": "3.0.1",
"signale": "^1.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@prantlf/railroad-diagrams": "^1.0.1",
"@ti-fe/cli": "^0.12.0",
"@ti-fe/prettier-config": "^1.0.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^25.0.7",
"@types/react-dom": "^18.0.5",
"@types/signale": "^1.4.3",
"anafanafo": "^1.0.0",
"bulma": "^0.9.3",
"fs-extra": "^11.3.0",
"gatsby-plugin-dts-css-modules": "^3.0.0",
"gatsby-plugin-root-import": "^2.0.8",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^30.2.0",
"lint-staged": "^12.1.2",
"pegjs": "^0.10.0",
"prettier": "2.5.1",
"sass": "^1.45.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"dev": "pnpm start",
"start": "mkdir -p .cache && gatsby develop",
"start:0.0.0.0": "mkdir -p .cache && gatsby develop --host 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --coverage --roots gatsby",
"prepare": "is-ci || husky install"
},
"lint-staged": {
"*.js?(x)": "prettier --write"
},
"packageManager": "pnpm@10.32.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@sentry/cli",
"core-js",
"core-js-pure",
"es5-ext",
"gatsby",
"gatsby-cli",
"gatsby-telemetry",
"lmdb",
"msgpackr-extract",
"sharp",
"unrs-resolver"
],
"patchedDependencies": {
"gatsby-link@4.25.0": "patches/gatsby-link@4.25.0.patch"
}
}
}