-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
{
"name": "iccm-eu-schedule",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=4200 --live-reload=true",
"serve": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"update": "ng update",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/cli": "^17.0.9",
"@angular/compiler": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/material": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.8",
"@angular/router": "^17.0.8",
"@angular/service-worker": "^17.0.8",
"@types/lodash-es": "^4.17.12",
"@types/sprintf-js": "^1.1.2",
"angular-calendar": "^0.31.0",
"assert": "^2.0.0",
"bootstrap-css-only": "^4.4.1",
"calendar-utils": "^0.10.4",
"child_process": "^1.0.2",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.29.3",
"flatpickr": "^4.6.13",
"font-awesome": "^4.7.0",
"fs": "^0.0.1-security",
"fs-web": "^1.0.1",
"google-auth-library": "^9.4.1",
"google-spreadsheet": "^4.1.1",
"highlight.js": "^11.7.0",
"http-browserify": "^1.7.0",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.2",
"net": "^1.0.2",
"ngx-order-pipe": "^2.2.0",
"os": "^0.1.2",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"perfect-scrollbar": "^1.5.5",
"querystring": "^0.2.1",
"rxjs": "^7.8.0",
"sprintf-js": "^1.1.2",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"tar-fs": "^1.16.2",
"tls": "^0.0.1",
"url": "^0.11.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.9",
"@types/node": "^18.11.18",
"angular-ide": "^0.9.77"
},
"browser": {
"crypto": false,
"child_process": false
}
}