-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "fwda-frontend-web",
"version": "0.0.1",
"private": true,
"scripts": {
"ng": "ng",
"serve.dev": "ng serve",
"build.prod": "ng build --prod --progress false",
"test": "jest --silent --coverage --verbose",
"lint": "ng lint",
"e2e.dev": "cypress open",
"e2e": "cypress run"
},
"dependencies": {
"@angular/animations": "^7.2.3",
"@angular/cdk": "^7.3.0",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/material": "^7.3.0",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"@types/dygraphs": "^1.1.8",
"@types/file-saver": "^2.0.0",
"@types/lodash-es": "^4.17.1",
"@types/paho-mqtt": "^1.0.4",
"chart.js": "^2.9.2",
"core-js": "^2.6.3",
"dygraphs": "^2.1.0",
"file-saver": "^2.0.0",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.11",
"material-design-icons": "^3.0.1",
"ng-beautiful-gauges": "^6.0.3",
"ng2-charts": "2.0.3",
"npm": "^6.7.0",
"paho-mqtt": "^1.1.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular/cli": "~6.0.8",
"@angular/compiler-cli": "^6.0.3",
"@angular/language-service": "^6.0.3",
"@bahmutov/add-typescript-to-cypress": "^2.0.0",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"cypress": "^3.1.4",
"jest": "^23.5.0",
"jest-preset-angular": "^6.0.2",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}