-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.56 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "lbs-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"serve-doc": "compodoc -p ./tsconfig.json --theme readthedocs --port 3001 -s",
"serve-all": "node ./bin/www",
"preinstall": "npx npm-force-resolutions"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.5",
"@angular/common": "~9.0.5",
"@angular/compiler": "~9.0.5",
"@angular/core": "~9.0.5",
"@angular/forms": "~9.0.5",
"@angular/platform-browser": "~9.0.5",
"@angular/platform-browser-dynamic": "~9.0.5",
"@angular/router": "~9.0.5",
"@compodoc/compodoc": "^1.1.11",
"aws-sdk": "^2.639.0",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.4.4",
"d3": "^5.16.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-form-data": "^2.0.11",
"express-validator": "^6.4.0",
"got": "^10.6.0",
"interactjs": "^1.9.7",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"neo4j-driver": "^4.0.2",
"rxjs": "~6.5.4",
"ssh2-sftp-client": "^5.1.2",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.5",
"@angular/cli": "~9.0.5",
"@angular/compiler-cli": "~9.0.5",
"@angular/language-service": "~9.0.5",
"@types/aws-sdk": "^2.7.0",
"@types/connect-busboy": "0.0.2",
"@types/cookie-parser": "^1.4.2",
"@types/d3": "^5.7.2",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.3",
"@types/express-form-data": "^2.0.1",
"@types/express-validator": "^3.0.0",
"@types/got": "^9.6.9",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jsonwebtoken": "^8.3.8",
"@types/morgan": "^1.9.0",
"@types/node": "^12.12.30",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.5"
},
"resolutions": {
"minimist": "1.2.3"
}
}