This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
{
"name": "show-me-the-code",
"version": "0.0.0",
"scripts": {
"proto:gen": "pbjs -t static-module -w es6 -o client/serializers/index.proto.js client/serializers/*.proto && pbts -o client/serializers/index.d.ts client/serializers/index.proto.js",
"ng": "ng",
"start": "ng serve --plugin ~build-plugin.js",
"build": "ng build --plugin ~build-plugin.js",
"prod": "ng build --plugin ~build-plugin.js --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.0.1",
"@angular/cdk": "~8.1.1",
"@angular/common": "~8.0.1",
"@angular/compiler": "~8.0.1",
"@angular/core": "~8.0.1",
"@angular/forms": "~8.0.1",
"@angular/platform-browser": "~8.0.1",
"@angular/platform-browser-dynamic": "~8.0.1",
"@angular/router": "~8.0.1",
"@types/phoenix": "^1.4.2",
"@types/prettier": "^1.18.0",
"@types/socket.io-client": "^1.4.32",
"eventemitter3": "^4.0.0",
"mobx": "^5.13.0",
"mobx-angular": "^3.0.1",
"monaco-editor": "^0.18.1",
"monaco-editor-webpack-plugin": "^1.7.0",
"ngx-build-plus": "^8.1.1",
"phoenix": "^1.4.9",
"prettier": "^1.18.2",
"primeicons": "^1.0.0",
"primeng": "^8.0.1",
"protobufjs": "~6.8.8",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.4.0",
"socket.io-client": "~2.2.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.0",
"@angular/cli": "~8.0.3",
"@angular/compiler-cli": "~8.0.1",
"@angular/language-service": "~8.0.1",
"@types/node": "~8.9.4",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3",
"worker-plugin": "^3.1.0"
}
}