-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.75 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
{
"name": "part-2-project",
"version": "1.0.0",
"main": "run",
"scripts": {
"lint": "eslint --fix --ext .ts src --ignore-path .eslintignore",
"test": "jest",
"clear-logs": "rm log.log"
},
"dependencies": {
"@angular/common": "^15.2.5",
"@angular/core": "^15.2.3",
"@angular/platform-browser": "^15.2.5",
"@types/winston": "^2.4.4",
"adm-zip": "^0.5.10",
"axios": "^1.3.6",
"body-parser": "^1.20.1",
"child_process": "^1.0.2",
"cloc": "^2.11.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"is-github-url": "^1.2.2",
"jest": "^29.5.0",
"joi": "^17.9.1",
"json": "^11.0.0",
"jszip": "^3.10.1",
"luxon": "^3.3.0",
"mongodb": "^5.2.0",
"mongoose": "^7.0.3",
"ndjson": "^2.0.0",
"ng": "^0.0.0",
"node-jq": "^2.3.5",
"octokit": "^2.0.14",
"prettier": "^2.8.8",
"request-promise": "^4.2.6",
"safe-regex": "^2.1.1",
"simple-git": "^3.17.0",
"threads": "^1.7.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@angular/cli": "^15.2.5",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/luxon": "^3.3.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/request": "^2.48.8",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"cors": "^2.8.5",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"jsonwebtoken": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.3",
"winston": "^3.8.2"
}
}