-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "rootrex-portal",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng s --open",
"build": "ng b --prod",
"lint": "ng l",
"mock": "chmod +x ./script/mock.sh && ./script/mock.sh",
"dev:proxy": "ng s --proxy-config proxy.conf.json"
},
"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",
"@ngx-translate/core": "9.1.1",
"@ngx-translate/http-loader": "2.0.1",
"@ngxs/store": "2.1.0-beta.9",
"angular-gtag": "^1.0.3",
"bignumber.js": "7.0.0",
"buffer": "5.1.0",
"core-js": "2.5.4",
"echarts": "4.1.0",
"echarts-gl": "1.1.0",
"ethereumjs-util": "5.2.0",
"highcharts": "6.1.0",
"moment": "2.22.1",
"ngx-echarts": "2.1.0",
"rxjs": "5.5.8",
"web3-utils": "1.0.0-beta.34",
"zone.js": "0.8.25"
},
"devDependencies": {
"@angular/cli": "~1.7.3",
"@angular/compiler-cli": "5.2.9",
"@angular/language-service": "5.2.9",
"@types/echarts": "0.0.12",
"@types/highcharts": "5.0.22",
"typescript": "2.6.2"
}
}