-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"browser": {
"child_process": false,
"crypto": false,
"fs": false,
"http": false,
"https": false,
"net": false,
"os": false,
"path": false,
"stream": false,
"tls": false,
"zlib": false
},
"dependencies": {
"@angular-devkit/build-angular": "13.2.4",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular/animations": "13.2.4",
"@angular/cdk": "13.2.4",
"@angular/cli": "~13.3.0",
"@angular/common": "13.2.4",
"@angular/compiler": "13.2.4",
"@angular/compiler-cli": "13.2.4",
"@angular/core": "13.2.4",
"@angular/forms": "13.2.4",
"@angular/material": "13.2.4",
"@angular/platform-browser": "13.2.4",
"@angular/platform-browser-dynamic": "13.2.4",
"@angular/router": "13.2.4",
"@grapecity/spread-excelio": "15.0.4",
"@grapecity/spread-sheets": "15.0.4",
"@grapecity/spread-sheets-charts": "15.0.4",
"@types/argparse": "1.0.36",
"@types/deasync": "0.1.1",
"@types/download": "8.0.1",
"@types/fs-extra": "8.0.1",
"@types/js-yaml": "3.11.2",
"@types/jszip": "3.1.6",
"@types/long": "4.0.0",
"@types/mathjs": "6.0.4",
"@types/mousetrap": "1.6.3",
"@types/platform": "1.3.2",
"@types/sprintf-js": "1.1.1",
"@types/tmp": "0.2.2",
"@types/uuid": "3.4.6",
"argparse": "1.0.10",
"dagre": "0.8.5",
"deasync": "0.1.23",
"download": "8.0.0",
"eslint": "7.28.0",
"fast-check": "1.16.2",
"fp-ts": "2.4.1",
"fs-extra": "8.1.0",
"graphlib": "2.1.8",
"inversify": "5.0.1",
"io-ts": "2.2.10",
"js-yaml": "3.12.0",
"jszip": "3.2.1",
"long": "4.0.0",
"mathjs": "6.6.0",
"mousetrap": "1.6.3",
"ng-multiselect-dropdown": "0.2.10",
"platform": "1.3.5",
"railroad-diagrams": "1.0.0",
"rxjs": "6.5.3",
"sprintf-js": "1.1.1",
"tmp": "0.2.1",
"tslib": "2.3.0",
"tslint": "6.0.0",
"tslint-consistent-codestyle": "1.15.1",
"tslint-eslint-rules": "5.4.0",
"tslint-immutable": "6.0.1",
"tslint-microsoft-contrib": "6.1.1",
"tslint-no-toplevel-property-access": "0.0.2",
"typescript": "4.4.2",
"uuid": "3.4.0",
"zone.js": "0.11.4"
},
"devDependencies": {},
"name": "logi-builder",
"private": true,
"scripts": {
"build": "ng build",
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"watch": "ng build --watch --configuration development"
},
"version": "0.0.0"
}