-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "algorithm-competition-ide",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChuheZhang/algorithm-competition-ide.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChuheZhang/algorithm-competition-ide/issues"
},
"homepage": "https://github.com/ChuheZhang/algorithm-competition-ide#readme",
"dependencies": {
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"cheerio": "^1.0.0",
"codemirror": "^6.0.1",
"cors": "^2.8.5",
"express": "^4.21.1",
"marked": "^14.1.3",
"puppeteer": "^23.7.0",
"vue-codemirror": "^6.1.1",
"winston": "^3.16.0"
},
"devDependencies": {
"vite": "^5.4.10"
}
}