-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
100 lines (100 loc) · 3.05 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "scicat-frontend",
"version": "4.5.0",
"license": "BSD-3-Clause",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration default",
"test": "ng test --watch=false --source-map=false",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"betterer": "betterer",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "^16",
"@angular/animations": "^16",
"@angular/cdk": "^16",
"@angular/common": "^16",
"@angular/compiler": "^16",
"@angular/core": "^16",
"@angular/forms": "^16",
"@angular/material": "^16",
"@angular/platform-browser": "^16",
"@angular/platform-browser-dynamic": "^16",
"@angular/platform-server": "^16",
"@angular/router": "^16",
"@angular/service-worker": "^16",
"@ngbracket/ngx-layout": "^16.0.0",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"autolinker": "^4.0.0",
"deep-equal": "^2.0.5",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"filesize": "^10.0.7",
"lodash-es": "^4.17.21",
"luxon": "^3.3.0",
"mathjs": "^13.0.0",
"ngx-json-viewer": "^3",
"ngx-linky": "^4.0.0",
"ngx-material-luxon": "^1.1.1",
"rxjs": "^7.4.0",
"shortid": "^2.2.16",
"socket.io-client": "^4.7.2",
"tslib": "^2.4.0",
"zone.js": "^0.13"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16",
"@angular-devkit/core": "^16",
"@angular-eslint/builder": "^16",
"@angular-eslint/eslint-plugin": "^16",
"@angular-eslint/eslint-plugin-template": "^16",
"@angular-eslint/schematics": "^16",
"@angular-eslint/template-parser": "^16",
"@angular/cli": "^16",
"@angular/compiler-cli": "^16",
"@betterer/cli": "^5.3.6",
"@betterer/typescript": "^5.3.6",
"@ngrx/schematics": "^16",
"@ngrx/store-devtools": "^16",
"@types/deep-equal": "^1.0.1",
"@types/file-saver": "^2.0.2",
"@types/jasmine": "^5.1.0",
"@types/lodash": "^4.14.172",
"@types/luxon": "^3.3.0",
"@types/node": "^22.0.0",
"@types/shortid": "2.2.0",
"@types/source-map-support": "^0.5.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "^7.3.0",
"coveralls": "^3.0.7",
"cypress": "^13.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ngrx": "^2.0.3",
"eslint-plugin-prettier": "^5.0.0",
"jasmine": "^5.0.0",
"jasmine-core": "^5.0.0",
"jasmine-marbles": "^0.9.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-source-map-support": "^1.4.0",
"karma-spec-reporter": "^0.0.36",
"prettier": "^3.0.3",
"source-map-support": "^0.5.16",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}