-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
106 lines (106 loc) · 3.45 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
{
"name": "onlinejudge3-fe",
"version": "3.7.1",
"description": "",
"scripts": {
"dev": "gulp dev",
"dev:competition-side": "cross-env COMPETITION_SIDE=1 gulp dev",
"start": "cross-env BROWSER=none umi dev",
"dup-less": "gulp dup-less",
"build": "umi build",
"build:cdn": "npm run build && node tasks/upload-cdn.js",
"build:competition-side": "cross-env COMPETITION_SIDE=1 OJ3_BUILD4=release_competition_side umi build",
"build:competition-side:cdn": "npm run build:competition-side && cross-env COMPETITION_SIDE=1 node tasks/upload-cdn.js onlinejudge3_cs",
"build-analyze": "cross-env ANALYZE=1 umi build",
"line-count": "cloc src/ --exclude-dir=.umi,.umi-production --fullpath --not-match-f='/(styles/dark_antd|styles/dark_antd_duplicated4auto|assets|configs/codes)/'",
"pull-submodule": "git submodule foreach git pull origin master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdutacm/onlinejudge3-fe.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sdutacm/onlinejudge3-fe/issues"
},
"homepage": "https://github.com/sdutacm/onlinejudge3-fe#readme",
"dependencies": {
"animate.css": "^3.7.0",
"antd": "3.11.6",
"axios": "^0.18.0",
"bowser": "^2.11.0",
"braft-editor": "^2.3.7",
"cross-env": "^6.0.3",
"csshake": "^1.5.3",
"dva": "~2.5.0-beta.2",
"file-saver": "^2.0.5",
"filesize": "^6.1.0",
"highcharts": "^7.0.1",
"highcharts-react-official": "^2.0.0",
"howler": "^2.2.4",
"image-promise": "^5.0.1",
"js-base64": "^3.7.2",
"js-cookie": "^2.2.0",
"jscookie": "^1.1.0",
"katex": "^0.16.9",
"lodash-es": "^4.17.21",
"lodash.throttle": "^4.1.1",
"markdown-it": "^13.0.2",
"math-precision": "^1.0.5",
"md5": "^2.2.1",
"memoize-one": "^5.1.1",
"mitt": "^3.0.1",
"promise-queue": "^2.2.5",
"react": "^16.8.6",
"react-autolatex": "^2.0.1",
"react-calendar-heatmap": "^1.8.0",
"react-copy-to-clipboard": "^5.0.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.6",
"react-ga": "^2.7.0",
"react-markdown": "^3.6.0",
"react-player": "~2.13.0",
"react-scroll": "^1.7.12",
"react-syntax-highlighter": "^9.0.0",
"react-toastify": "^8.2.0",
"react-tooltip": "^3.9.2",
"short-number": "^1.0.6",
"socket.io-client": "^2.4.0",
"url-assembler": "^1.2.10",
"xlsx": "^0.15.5",
"xss": "^1.0.3"
},
"devDependencies": {
"@svgr/webpack": "^3.1.0",
"@types/file-saver": "^2.0.1",
"@types/filesize": "^5.0.0",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.14.149",
"@types/markdown-it": "^13.0.7",
"@types/promise-queue": "^2.2.0",
"@types/react": "16.8.8",
"@types/react-dom": "^16.0.11",
"@types/socket.io-client": "^1.4.35",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"batch": "^0.6.1",
"cloc": "^2.4.0",
"cos-nodejs-sdk-v5": "^2.12.5",
"eslint": "^6.8.0",
"eslint-config-alloy": "^3.5.0",
"eslint-plugin-react": "^7.18.3",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-run-command": "^0.0.10",
"gulp-watch": "^5.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"roadhog-api-doc": "^1.1.2",
"typescript": "^3.7.3",
"umi": "^2.7.0",
"umi-plugin-react": "^1.8.0",
"umi-types": "^0.2.0"
}
}