-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "laze-compiler-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/curvingchicken/Compiler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/curvingchicken/Compiler/issues"
},
"homepage": "https://github.com/curvingchicken/Compiler#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"expres": "0.0.5",
"express": "^4.17.1",
"express-ipfilter": "^1.1.2",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"fs": "0.0.1-security",
"jquery-resizable-dom": "^0.35.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"socket.io": "^4.0.0",
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/codemirror": "0.0.108",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/express-socket.io-session": "^1.3.4",
"@types/jquery": "^3.5.5",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.35",
"@types/passport": "^1.0.6",
"@types/passport-local": "^1.0.33",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"ts-node": "^9.1.1"
}
}