-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 3.07 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
{
"name": "rankland-fe",
"version": "0.1.0",
"private": true,
"author": "bLue",
"scripts": {
"ci": "pnpm i --frozen-lockfile && pnpm run ci:server",
"ci:server": "cd server && pnpm i --frozen-lockfile && cd ..",
"dev:client": "cross-env NODE_ENV=development umi dev",
"dev:server": "cross-env NODE_ENV=development nodemon --inspect=127.0.0.1:9239 --delay 0.2 server/index.js",
"dev:server:redirect": "cross-env NODE_ENV=development nodemon --inspect=127.0.0.1:9239 --delay 0.2 server/deprecated-redirect.js",
"dev": "concurrently \"npm:dev:client\" \"npm:dev:server\"",
"build": "umi build",
"start": "NODE_ENV=production node server/index.js",
"postinstall": "umi generate tmp",
"theme:antd": "lessc --js src/styles/antd.light.less src/styles/antd.light.css && lessc --js src/styles/antd.dark.less src/styles/antd.dark.css",
"build:type-checker": "`npm bin`/ts-interface-builder -o src/lib/srk-checker -s .ti node_modules/@algoux/standard-ranklist/index.d.ts",
"start:docker": "cd server && npm start && cd ..",
"start:docker:redirect": "cd server && npm run start:redirect && cd .."
},
"dependencies": {
"@algoux/standard-ranklist-convert-to": "^0.1.0",
"@algoux/standard-ranklist-renderer-component": "0.4.1",
"@algoux/standard-ranklist-utils": "^0.1.1",
"@ant-design/icons": "^4.7.0",
"@antv/g-lite": "^1.2.1",
"@antv/g2": "^5.0.13",
"ahooks": "^3.5.2",
"antd": "^4.21.7",
"axios": "^0.27.2",
"bowser": "^2.11.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.5",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
"long": "^5.2.3",
"moment": "^2.29.4",
"monaco-editor": "^0.34.0",
"punycode": "^2.1.1",
"rc-dialog": "^8.9.0",
"react": "^17",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17",
"react-error-boundary": "^3.1.4",
"react-ga4": "^1.4.1",
"react-monaco-editor": "^0.50.1",
"react-toastify": "^6.0.9",
"ts-interface-checker": "^1.0.2",
"umi": "~3.4.25",
"umi-request": "^1.4.0",
"urlcat": "^2.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@algoux/standard-ranklist": "^0.3.3",
"@types/file-saver": "^2.0.5",
"@types/lodash-es": "^4.17.6",
"@types/punycode": "^2.1.0",
"@types/react": "^17",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^17",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@umijs/plugin-analytics": "^0.2.3",
"@umijs/plugin-antd": "^0.15.0",
"@umijs/plugin-helmet": "^1.1.4",
"@umijs/plugin-model": "^2.6.2",
"@umijs/plugin-request": "^2.9.0",
"@umijs/plugin-sass": "^1.1.1",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-config-alloy": "^4.6.2",
"eslint-plugin-react": "^7.30.1",
"less": "^4.1.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-interface-builder": "^0.3.3",
"typescript": "4.1.2",
"umi-plugin-tailwindcss": "^3.2.1",
"yorkie": "^2.0.0"
}
}