-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.53 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
{
"name": "gatsby-antd-docs",
"description": "Gatsby Antd Docs Starter",
"version": "0.2.0",
"author": "Jannik Buschke",
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@mdx-js/tag": "0.20.3",
"@mosch/gatsby-source-github": "0.4.1",
"antd": "4.20.7",
"docsearch.js": "2.6.3",
"gatsby": "2.32.13",
"gatsby-cli": "2.19.3",
"gatsby-image": "2.11.0",
"gatsby-plugin-google-analytics": "2.11.0",
"gatsby-plugin-graphql-codegen": "3.1.1",
"gatsby-plugin-mdx": "1.10.1",
"gatsby-plugin-offline": "3.10.2",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-sharp": "2.14.4",
"gatsby-plugin-sitemap": "2.12.0",
"gatsby-plugin-typescript": "2.12.1",
"gatsby-remark-autolink-headers": "2.11.0",
"gatsby-remark-images": "3.11.1",
"gatsby-remark-katex": "3.10.0",
"gatsby-remark-prismjs": "3.13.0",
"gatsby-remark-toc": "1.2.0",
"gatsby-source-filesystem": "2.11.1",
"gatsby-source-npm-package-search": "2.10.0",
"gatsby-transformer-json": "2.11.0",
"gatsby-transformer-remark": "2.16.1",
"gatsby-transformer-sharp": "2.12.1",
"highlight.js": "11.11.1",
"katex": "0.18.1",
"prismjs": "1.30.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-helmet": "6.1.0",
"react-responsive": "9.0.2",
"react-sizeme": "3.0.2",
"remark-parse": "11.0.0",
"remark-react": "10.0.0",
"unified": "11.0.5"
},
"keywords": [
"gatsby"
],
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"license": "MIT",
"scripts": {
"build": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages --prefix-paths",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"./**/*.[jt]s?(x)\" \"./**/*.md\" \"./**/*.json\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/highlight.js": "10.1.0",
"@types/node": "24.13.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@types/react-helmet": "6.1.11",
"cross-env": "7.0.3",
"gatsby-plugin-remove-trailing-slashes": "2.10.0",
"gh-pages": "5.0.0",
"netlify-plugin-gatsby-cache": "0.3.2",
"node-fetch": "3.3.2",
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jannikbuschke/gatsby-antd-docs"
}
}