-
-
Notifications
You must be signed in to change notification settings - Fork 453
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 3.81 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 3.81 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@hydrooj/ui-default",
"version": "4.48.15",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "index.ts",
"types": "api.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
"preferUnplugged": true,
"scripts": {
"lint": "eslint"
},
"hydro": {
"cli": false
},
"devDependencies": {
"@blueprintjs/core": "4.18.0",
"@blueprintjs/popover2": "^1.14.1",
"@fontsource/dm-mono": "^4.5.10",
"@fontsource/fira-code": "^4.5.13",
"@fontsource/inconsolata": "^4.5.10",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/pt-mono": "^4.5.11",
"@fontsource/roboto-mono": "^4.5.10",
"@fontsource/source-code-pro": "^4.5.14",
"@fontsource/ubuntu-mono": "^4.5.11",
"@hydrooj/utils": "workspace:*",
"@simplewebauthn/browser": "^7.2.0",
"@svgr/webpack": "^7.0.0",
"@types/gulp-if": "^0.0.34",
"@types/jquery": "^3.5.16",
"@types/json-schema": "^7.0.11",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^12.2.3",
"@types/pickadate": "^3.5.32",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/redux-logger": "^3.0.9",
"@types/serviceworker": "^0.0.67",
"@types/sharedworker": "^0.0.96",
"@types/webpack-env": "^1.18.0",
"@vscode/codicons": "^0.0.32",
"ajv": "^8.12.0",
"allotment": "^1.18.1",
"autoprefixer": "^10.4.14",
"browser-update": "^3.3.44",
"chalk": "^5.2.0",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"clusterize.js": "^1.0.0",
"cordis": "^2.7.4",
"diff": "^5.1.0",
"diff-dom": "^5.0.4",
"echarts": "^5.4.2",
"emojis-keywords": "2.0.0",
"emojis-list": "2.1.0",
"fancy-log": "^2.0.0",
"flatpickr": "^4.6.13",
"graphiql": "2.4.1",
"gulp": "^4.0.2",
"gulp-iconfont": "^11.0.1",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-svgmin": "^4.1.0",
"jquery": "^3.6.4",
"jquery-scroll-lock": "^3.1.3",
"jquery.easing": "^1.4.1",
"jquery.transit": "^0.9.12",
"matchmedia-polyfill": "^0.3.2",
"moment": "^2.29.4",
"monaco-editor": "0.37.1",
"monaco-editor-nls": "^3.0.0",
"monaco-themes": "^0.4.4",
"monaco-yaml": "^4.0.4",
"nanoid": "^4.0.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"p-queue": "^7.3.4",
"pickadate": "^3.6.4",
"plugin-error": "^2.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"qface": "^1.4.1",
"qrcode": "^1.5.1",
"queue-microtask": "^1.2.3",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"reconnecting-websocket": "^4.4.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.3",
"redux-thunk": "^2.4.2",
"rupture": "^0.7.1",
"schemastery": "^3.7.2",
"slideout": "^1.0.1",
"sticky-kit": "^1.1.3",
"tether": "1.4.7",
"tether-drop": "^1.4.2",
"through2": "^4.0.2",
"timeago-react": "^3.0.6",
"timeago.js": "^4.0.2",
"vditor": "^3.9.2",
"vinyl-buffer": "^1.0.1",
"web-streams-polyfill": "^3.2.1"
},
"dependencies": {
"ansi_up": "^5.2.1",
"esbuild": "0.17.10",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"jsesc": "^3.0.2",
"katex": "^0.16.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-merge-cells": "^2.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"nunjucks": "^3.2.4",
"schemastery-jsonschema": "^1.0.3",
"streamsaver": "^2.0.6",
"xss": "^1.0.14"
}
}