-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
80 lines (80 loc) · 2.56 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
{
"name": "adpanel",
"version": "2.8.0",
"scripts": {
"ng": "ng",
"start": "ng serve adshares",
"build": "ng build",
"test": "ng test adshares",
"dev": "ng serve adshares --configuration=dev",
"format": "ng lint --fix",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@adshares/ads-connector": "^1.0.4",
"@angular-material-components/datetime-picker": "^7.0.0",
"@angular-material-components/moment-adapter": "^7.0.0",
"@angular/animations": "^13.3.10",
"@angular/cdk": "^13.3.8",
"@angular/common": "^13.3.10",
"@angular/compiler": "^13.3.10",
"@angular/core": "^13.3.10",
"@angular/forms": "^13.3.10",
"@angular/material": "^13.3.8",
"@angular/material-moment-adapter": "^13.3.8",
"@angular/platform-browser": "^13.3.10",
"@angular/platform-browser-dynamic": "^13.3.10",
"@angular/router": "^13.3.10",
"@fortawesome/angular-fontawesome": "~0.10.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@ngrx/effects": "^13.0.0",
"@ngrx/store": "^13.0.0",
"@ngrx/store-devtools": "^13.0.0",
"assert": "^2.0.0",
"chart.js": "^3.8.0",
"core-js": "^2.4.1",
"https-browserify": "^1.0.0",
"moment": "^2.22.2",
"next-tick": "^1.1.0",
"ng2-charts": "^3.0.0",
"ng2-file-upload": "1.4.0",
"os-browserify": "^0.3.0",
"qs": "^6.11.0",
"rxjs": "^6.5.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"three": "~0.141.0",
"tslib": "^2.0.0",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"web3": "^1.2.9",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.7",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "^13.3.7",
"@angular/compiler-cli": "^13.3.10",
"@angular/language-service": "^13.3.10",
"@ngrx/schematics": "^13.0.0",
"@types/node": "^12.12.6",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"angular-http-server": "^1.11.1",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.2",
"prettier-eslint": "^15.0.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.6.4"
}
}