-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.98 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
{
"name": "gatsby-antd-docs",
"description": "Gatsby Antd Docs Starter",
"version": "0.3.0",
"author": "Jannik Buschke",
"dependencies": {
"@mdx-js/mdx": "1.6.16",
"@mdx-js/react": "1.6.16",
"@mdx-js/tag": "0.20.3",
"antd": "4.2.2",
"gatsby": "2.24.51",
"gatsby-cli": "2.12.89",
"gatsby-image": "2.4.16",
"gatsby-plugin-manifest": "2.4.25",
"gatsby-plugin-mdx": "1.2.36",
"gatsby-plugin-offline": "3.2.25",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.29",
"gatsby-plugin-typescript": "2.4.18",
"gatsby-remark-autolink-headers": "2.3.11",
"gatsby-remark-images": "3.3.27",
"gatsby-remark-katex": "3.3.10",
"gatsby-remark-prismjs": "3.5.11",
"gatsby-source-filesystem": "2.3.26",
"gatsby-transformer-json": "2.4.11",
"gatsby-transformer-remark": "2.8.30",
"gatsby-transformer-sharp": "2.5.13",
"katex": "0.11.1",
"prismjs": "1.21.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "5.2.1",
"react-responsive": "6.1.1",
"react-sizeme": "2.6.12"
},
"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": "gatsby build --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",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"gatsby-plugin-remove-trailing-slashes": "2.3.2",
"gh-pages": "2.2.0",
"prettier": "2.0.5",
"@types/node": "12.7.4",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "5.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/jannikbuschke/gatsby-antd-docs"
}
}