-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 KB
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
{
"name": "debugjudge",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"protoc": "mkdirp src/main/angular/app/proto && npm run protocjs && npm run protocts",
"protocjs": "pbjs -t static-module -o src/main/angular/app/proto/dbgjdg_pb.js src/main/proto/*.proto",
"protocts": "pbts -o src/main/angular/app/proto/dbgjdg_pb.d.ts src/main/angular/app/proto/dbgjdg_pb.js",
"start": "ng serve",
"watch": "ng build --watch",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "5.2.9",
"@angular/cdk": "5.2.4",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/material": "5.2.4",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/router": "5.2.9",
"@angular/service-worker": "5.2.9",
"core-js": "2.5.3",
"diff": "^3.5.0",
"google-protobuf": "3.5.0",
"long": "4.0.0",
"marked": "^0.3.19",
"ng2-ace-editor": "0.3.4",
"protobufjs": "6.8.6",
"rxjs": "5.5.7",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "5.2.9",
"@angular/language-service": "5.2.9",
"mkdirp": "^0.5.1",
"typescript": "2.5.3"
}
}