-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.4 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": "texta",
"version": "1.7.11",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cy:verify": "cypress verify",
"cy:info": "cypress info",
"cy:version": "cypress version",
"cy:cache:list": "cypress cache list",
"cy:open": "cypress open",
"cypress:run": "cypress run",
"cypress:ci": "ng build --configuration=cypress-production && run-p --race start:ci cypress:run",
"start:ci": "http-server ./dist/TEXTA -a localhost -p 4200 -c-1 --proxy http://localhost:4200/index.html?"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.10",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.10",
"@angular/core": "^14.2.10",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.2.10",
"@angular/material": "^14.2.7",
"@angular/material-luxon-adapter": "^14.2.7",
"@angular/platform-browser": "^14.2.10",
"@angular/platform-browser-dynamic": "^14.2.10",
"@angular/router": "^14.2.10",
"@fontsource/roboto": "^4.5.1",
"@swimlane/ngx-charts": "^20.1.0",
"@texta/ngx-virtual-scroll-mat-select": "^14.0.1",
"angular-plotly.js": "^4.0.4",
"core-js": "^3.19.1",
"http-server": "^14.0.0",
"linkify-it": "^3.0.3",
"luxon": "^2.5.0",
"ngx-mat-select-search": "^5.0.0",
"rxjs": "~7.5.0",
"sass": "^1.43.4",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.9",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^14.2.10",
"@angular/language-service": "^14.2.10",
"@types/d3": "^7.1.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.10",
"@types/linkify-it": "^2.1.0",
"@types/luxon": "^3.0.0",
"@types/node": "^12.20.36",
"@types/plotly.js": "^1.54.16",
"codelyzer": "^6.0.2",
"cypress": "^8.7.0",
"cypress-file-upload": "^5.0.8",
"cypress-terminal-report": "^3.5.2",
"jasmine-core": "^3.10.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"npm-run-all": "^4.1.5",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.7.4"
}
}