-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "strix",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"stage": "ng build --configuration=lab",
"dev": "ng serve"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "^12.2.14",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.14",
"@angular/compiler": "^12.2.14",
"@angular/core": "^12.2.14",
"@angular/forms": "^12.2.14",
"@angular/http": "6.1.6",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.14",
"@angular/platform-browser-dynamic": "^12.2.14",
"@angular/router": "^12.2.14",
"@ngrx/store": "^12.5.1",
"@types/d3": "^7.4.0",
"bootstrap": "^4.6.1",
"chart.js": "^3.8.0",
"codemirror": "^5.65.0",
"core-js": "^2.6.12",
"d3": "^7.8.5",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ng2-charts": "^3.0.11",
"ng2-nouislider": "^1.7.7",
"ngx-bootstrap": "^6.2.0",
"ngx-bootstrap-icons": "^1.7.2",
"nouislider": "^14.7.0",
"popper.js": "^1.16.1",
"rickshaw": "^1.6.0",
"rxjs": "^6.3.2",
"typescript-memoize": "^1.0.0-alpha.3",
"webpack": "^5.66.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.14",
"@angular/cli": "^12.2.14",
"@angular/compiler-cli": "^12.2.15",
"@angular/language-service": "^12.2.15",
"@types/codemirror": "0.0.35",
"@types/jasmine": "^2.5.38",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"codelyzer": "^4.5.0",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^6.3.9",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.3",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.7.0",
"ng2-mock-component": "^0.1.1",
"protractor": "^5.4.4",
"ts-node": "^4.1.0",
"typescript": "^4.2.4"
}
}