-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.08 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.08 KB
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
{
"name": "talight-desktop",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "concurrently \"ng serve --open\" \"node server.js\"",
"build": "ng build",
"build:github": "ng build --base-href https://TALCo-Team.github.io/TALightDesktop/",
"build:univr": "ng build --base-href https://ta.di.univr.it/tal/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@abacritt/angularx-social-login": "~1.2.5",
"@angular/animations": "~14.1.0",
"@angular/cdk": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/material": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@azure/msal-browser": "^3.0.1",
"@tauri-apps/api": "^1.2.0",
"@types/marked": "~4.0.0",
"b4a": "^1.6.1",
"base64-arraybuffer": "^1.0.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"hash-wasm": "^4.9.0",
"indexeddb-fs": "^1.2.5",
"json-bigint": "^1.0.0",
"marked": "^4.2.12",
"monaco-editor": "^0.33.0",
"msal": "^1.4.18",
"ngx-monaco-editor-v2": "^14.0.4",
"node-fetch": "^2.6.1",
"primeflex": "^3.3.0",
"primeicons": "^6",
"primeng": "^14.2.3",
"rxjs": "~7.5.0",
"tar-web": "^3.0.0-alpha-2",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "~14.1.0",
"@angular-devkit/build-angular": "^14.2.12",
"@angular/cli": "^14.2.12",
"@angular/compiler-cli": "~14.1.0",
"@tauri-apps/cli": "^1.2.1",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"concurrently": "^8.2.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"terser-webpack-plugin": "^5.3.6",
"typescript": "~4.7.0"
}
}