-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.66 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
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
{
"name": "ant-design-pro-site",
"version": "2.3.0",
"description": "site of Ant Design Pro",
"homepage": "http://pro.ant.design/",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design-pro-site"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "rm -rf .cache && gatsby develop",
"gh-pages": "cp CNAME ./public/ && gh-pages -d public",
"lint": "npm run lint:es && npm run lint:style",
"lint:es": "eslint ./ --ext '.js,.jsx'",
"lint:style": "stylelint \"site/**/*.less\" --syntax less",
"prettier": "prettier --write ./site/**/**/**",
"serve": "gatsby serve",
"site": "cross-env NODE_OPTIONS=--max-old-space-size=4096 npm run build && npm run gh-pages",
"start": "gatsby develop"
},
"dependencies": {
"@types/classnames": "^2.2.7",
"@types/react-document-title": "^2.0.3",
"@types/react-intl": "^2.3.17",
"antd": "latest",
"axios": "^0.18.0",
"bizcharts": "^3.2.2",
"bizcharts-plugin-slider": "^2.0.4",
"core-js": "^2.6.5",
"docsearch.js": "^2.6.3",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-sitemap": "^2.1.0",
"himalaya": "^1.1.0",
"lodash-decorators": "^6.0.0",
"lz-string": "^1.4.4",
"magic-scroll": "0.0.6",
"node-fetch": "^2.5.0",
"react-copy-to-clipboard": "^5.0.0",
"react-document-title": "^2.0.3",
"react-github-button": "^0.1.11",
"react-intl": "^2.4.0",
"react-live": "^2.1.2",
"react-media": "^1.9.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/traverse": "^7.0.0",
"@mdx-js/mdx": "^1.0.0-rc.4",
"@mdx-js/react": "^1.0.0-rc.5",
"@types/react-dom": "^16.8.4",
"antd-tools": "^7.3.5",
"classnames": "^2.2.5",
"commander": "~2.17.0",
"concurrently": "^3.5.0",
"cross-env": "^5.1.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.0.1",
"eslint-tinker": "^0.5.0",
"fs-extra": "^7.0.0",
"gatsby": "^2.2.7",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-antd": "^2.0.2",
"gatsby-plugin-catch-links": "^2.0.0",
"gatsby-plugin-google-analytics": "^2.0.0",
"gatsby-plugin-less": "^2.0.6",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-typescript": "^2.0.13",
"gatsby-remark-copy-linked-files": "^2.0.0",
"gatsby-remark-embed-snippet": "^3.0.0",
"gatsby-remark-prismjs": "^3.0.2",
"gatsby-source-filesystem": "^2.0.0",
"gatsby-transformer-remark-antd": "^1.0.0",
"gh-pages": "^1.0.0",
"github-slugger": "^1.2.1",
"js-beautify": "^1.7.5",
"less": "^3.8.1",
"lz-string": "^1.4.4",
"mdast-util-to-string": "^1.0.5",
"npm-run-all": "^4.0.2",
"nprogress": "^0.2.0",
"parallelshell": "^3.0.1",
"prettier": "^1.14.0",
"prismjs": "^1.15.0",
"rc-drawer-menu": "^1.1.0",
"rc-queue-anim": "^1.3.1",
"rc-scroll-anim": "^2.0.2",
"rc-tween-one": "^2.2.3",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"stylelint": "^9.4.0",
"stylelint-config-prettier": "^3.3.0",
"stylelint-config-standard": "^18.2.0"
},
"title": "Ant Design Pro"
}