-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
80 lines (80 loc) · 2.62 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
{
"name": "site",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "docsite start",
"build": "docsite build",
"postinstall": "node tools/docsite-apply-patch.js"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "0.6.12",
"eslint": "^6.8.0",
"eslint-config-ali": "^1.0.0",
"eslint-plugin-import": "*",
"eslint-plugin-react": "*",
"extract-text-webpack-plugin": "^2.1.2",
"gitalk": "^1.6.2",
"gulp": "3.9.1",
"gulp-util": "2.2.20",
"json-loader": "*",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-libs-browser": "2.0.0",
"node-sass": "^4.7.2",
"opn": "^5.3.0",
"raw-loader": "^0.5.1",
"react": "~16.13.0",
"react-dom": "~16.13.0",
"resolve-url-loader": "^3.1.1",
"rimraf": "^3.0.2",
"sass-loader": "6.0.2",
"style-loader": "0.6.5",
"webpack": "^3.1.11",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"antd": "^3.26.7",
"classnames": "^2.2.5",
"core-decorators": "^0.20.0",
"docsite": "1.3.11",
"echarts": "^4.6.0",
"echarts-for-react": "^2.0.15-beta.1",
"file-loader": "^3.0.1",
"js-cookie": "^2.2.0",
"jsdom": "11.12.0",
"react-scroll": "^1.7.9",
"whatwg-fetch": "^2.0.4",
"xmlbuilder": "^14.0.0"
},
"resolutions": {
"docsite/react": "16.13.0",
"docsite/react-dom": "16.13.0",
"docsite/jsdom": "11.12.0"
}
}