This repository was archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ro-fweb",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "13",
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.2.6",
"@angular/core": "~13.2.6",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.2.6",
"@angular/platform-browser-dynamic": "~13.2.6",
"@angular/router": "~13.2.6",
"@antv/g6": "^4.5.1",
"@egjs/hammerjs": "^2.0.17",
"@ng-bootstrap/ng-bootstrap": "11.0",
"@ngrx/effects": "13",
"@ngrx/entity": "13",
"@ngrx/store": "13",
"@ngrx/store-devtools": "13",
"@types/d3": "^7.1.0",
"@types/dotenv-webpack": "^7.0.3",
"bootstrap": "4.6.1",
"bootstrap-icons": "^1.6.1",
"d3": "^7.1.1",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.0.3",
"keycharm": "^0.4.0",
"lz-string": "^1.4.4",
"ng-otp-input": "^1.8.1",
"ng2-dragula": "^2.1.1",
"ngrx-store-localstorage": "^13.0.0",
"ngx-socket-io": "^4.1.0",
"raw-loader": "^4.0.2",
"rxjs": "^7.4.0",
"save-svg-as-png": "^1.4.17",
"timsort": "^0.3.0",
"tslib": "^2.3.0",
"val-loader": "^4.0.0",
"vis-data": "^7.1.2",
"vis-network": "^9.1.0",
"vis-util": "^5.0.2",
"vivagraphjs": "^0.12.0",
"yargs": "^17.2.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.6",
"@angular/cli": "~13.2.6",
"@angular/compiler-cli": "~13.2.6",
"@ngrx/schematics": "13",
"@types/jasmine": "3.10",
"@types/node": "^17.0.21",
"jasmine-core": "4.0.1",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "4.5"
}
}