forked from SciCatProject/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.12 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
{
"name": "scicat-frontend",
"version": "3.1.0",
"license": "BSD-3-Clause",
"scripts": {
"ng": "ng",
"start": "ng serve",
"postinstall": "ngcc",
"build": "ng build",
"watch": "ng build --watch --configuration default",
"test": "ng test --watch=false --source-map=false",
"posttest": "betterer && ng lint",
"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": "^7.0.1",
"@angular/animations": "^13.3.5",
"@angular/cdk": "^13.3.4",
"@angular/common": "^13.3.5",
"@angular/compiler": "^13.3.5",
"@angular/core": "^13.3.5",
"@angular/flex-layout": "^13.0.0-beta.36",
"@angular/forms": "^13.3.5",
"@angular/material": "^13.3.4",
"@angular/platform-browser": "^13.3.5",
"@angular/platform-browser-dynamic": "^13.3.5",
"@angular/platform-server": "^13.3.5",
"@angular/router": "^13.3.5",
"@angular/service-worker": "^13.3.5",
"@ngrx/effects": "^13.2.0",
"@ngrx/router-store": "13.2.0",
"@ngrx/store": "^13.2.0",
"@ngrx/store-devtools": "^13.2.0",
"autolinker": "^4.0.0",
"deep-equal": "^2.0.5",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"filesize": "^6.0.1",
"lodash-es": "^4.17.21",
"luxon": "^3.3.0",
"ngx-json-viewer": "^2.4.0",
"ngx-linky": "^4.0.0",
"ngx-material-luxon": "^1.1.1",
"rxjs": "^6.6.6",
"shortid": "^2.2.16",
"socket.io-client": "^4.5.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.9",
"@angular-devkit/core": "^16.0.4",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^13.0.1",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@betterer/cli": "^5.3.6",
"@betterer/typescript": "^5.3.6",
"@ngrx/schematics": "^12.1.0",
"@types/deep-equal": "^1.0.1",
"@types/file-saver": "^2.0.2",
"@types/jasmine": "^3.7.8",
"@types/lodash": "^4.14.172",
"@types/luxon": "^3.3.0",
"@types/node": "^20.2.5",
"@types/shortid": "0.0.29",
"@types/source-map-support": "^0.5.3",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.59.8",
"coveralls": "^3.0.7",
"cypress": "^9.2.1",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.2.0",
"eslint-plugin-ngrx": "^2.0.3",
"jasmine": "^5.0.0",
"jasmine-core": "^5.0.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-source-map-support": "^1.4.0",
"karma-spec-reporter": "0.0.36",
"prettier": "^2.0.4",
"source-map-support": "^0.5.16",
"ts-node": "^8.4.1",
"typescript": "^4.5.4"
}
}