-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.01 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
{
"name": "gatsby-antd-docs",
"description": "Gatsby Antd Docs Starter",
"version": "0.1.0",
"author": "Jannik Buschke",
"dependencies": {
"@mdx-js/mdx": "1.4.4",
"@mdx-js/react": "1.4.4",
"@mdx-js/tag": "0.20.3",
"antd": "3.23.1",
"gatsby": "2.13.65",
"gatsby-cli": "2.7.44",
"gatsby-image": "2.2.17",
"gatsby-plugin-manifest": "2.2.14",
"gatsby-plugin-mdx": "1.0.39",
"gatsby-plugin-offline": "3.0.3",
"gatsby-plugin-react-helmet": "3.1.6",
"gatsby-plugin-sharp": "2.2.20",
"gatsby-plugin-typescript": "2.1.6",
"gatsby-remark-autolink-headers": "2.1.9",
"gatsby-remark-images": "3.1.20",
"gatsby-remark-katex": "3.1.7",
"gatsby-remark-prismjs": "3.3.12",
"gatsby-source-filesystem": "2.1.21",
"gatsby-theme-localization": "^1.5.0",
"gatsby-transformer-json": "2.2.7",
"gatsby-transformer-remark": "^2.6.21",
"gatsby-transformer-sharp": "2.2.13",
"katex": "0.11.0",
"prismjs": "1.21.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-helmet": "5.2.1",
"react-responsive": "6.1.1",
"react-sizeme": "2.6.7"
},
"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": {
"@types/node": "12.7.4",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/react-helmet": "5.0.9",
"gatsby-plugin-remove-trailing-slashes": "2.1.5",
"gh-pages": "2.1.1",
"prettier": "1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/jannikbuschke/gatsby-antd-docs"
}
}