forked from g3force/ssl-status-board-client
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 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
{
"name": "ssl-status-board",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"lint": "ng lint",
"genProto": "pbjs -t static-module -w commonjs -o src/app/sslProto.js src/proto/*.proto && pbts -o src/app/sslProto.d.ts src/app/sslProto.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.14",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.14",
"@angular/compiler": "^7.2.14",
"@angular/core": "^7.2.14",
"@angular/forms": "^7.2.14",
"@angular/http": "^7.2.14",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.14",
"@angular/platform-browser-dynamic": "^7.2.14",
"@angular/router": "^7.2.14",
"@types/long": "^4.0.0",
"@types/node": "^6.14.5",
"core-js": "^2.6.5",
"hammerjs": "^2.0.8",
"normalize.css": "^8.0.1",
"protobufjs": "^6.8.8",
"rxjs": "^6.5.1",
"rxjs-compat": "^6.5.1",
"tslib": "^1.9.3",
"typescript-string-operations": "^1.3.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.8",
"@angular/cli": "^7.3.8",
"@angular/compiler-cli": "^7.2.14",
"@angular/language-service": "^7.2.14",
"@types/jasmine": "^2.8.16",
"@types/jasminewd2": "^2.0.6",
"codelyzer": "^4.5.0",
"ssri": "^5.3.0",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~3.2.4"
}
}