-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "sublux",
"version": "1.0.0",
"description": "0.0.1",
"main": "index.js",
"scripts": {
"h": "webpack help watch",
"watch": "webpack watch",
"build": "webpack --mode production",
"analyze": "source-map-explorer ./target/classes/static/app/index.bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MasterLogick/sublux.git"
},
"keywords": [
"judge-system",
"test-system",
"contest-platform"
],
"author": "MasterLogick",
"license": "ISC",
"bugs": {
"url": "https://github.com/MasterLogick/sublux/issues"
},
"homepage": "https://github.com/MasterLogick/sublux#readme",
"dependencies": {
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"byte-base64": "^1.1.0",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.1",
"react-router-dom": "^6.0.2",
"react-syntax-highlighter": "^15.4.5",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"zlibjs": "github:imaya/zlib.js"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.4.5",
"source-map-explorer": "^2.5.2",
"style-loader": "^3.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}