-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
133 lines (133 loc) · 3.93 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "mymicds-v2-angular",
"version": "1.0.0",
"description": "Angular front-end for MyMICDS.net",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelgira23/MyMICDS-v2-Angular.git"
},
"keywords": [
"MyMICDS",
"MICDS"
],
"author": "MyMICDS Development Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelgira23/MyMICDS-v2-Angular/issues",
"email": "[email protected]"
},
"homepage": "https://mymicds.net",
"private": true,
"browser": {
"buffer": false,
"crypto": false,
"fs": false,
"http": false,
"https": false,
"net": false,
"path": false,
"stream": false,
"tls": false,
"util": false,
"vm": false,
"zlib": false
},
"dependencies": {
"@angular/animations": "13.1.3",
"@angular/common": "13.1.3",
"@angular/compiler": "13.1.3",
"@angular/core": "13.1.3",
"@angular/forms": "13.1.3",
"@angular/localize": "13.1.3",
"@angular/platform-browser": "13.1.3",
"@angular/platform-browser-dynamic": "13.1.3",
"@angular/router": "13.1.3",
"@angular/service-worker": "13.1.3",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@mymicds/sdk": "^1.13.1",
"@ng-bootstrap/ng-bootstrap": "^8.0.1",
"@rapid7/prisma": "^4.0.2",
"@sentry/angular": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"angular-fittext": "^2.1.1",
"angular2gridster": "^8.1.0",
"animate.css": "^3.6.1",
"bootstrap": "^4.6.1",
"chart.js": "^2.9.4",
"core-js": "^2.5.4",
"css-element-queries": "^1.2.3",
"interactjs": "~1.7.3",
"moment": "^2.27.0",
"moment-timezone": "^0.5.34",
"ngx-bootstrap": "^5.5.0",
"ngx-color-picker": "^9.0.0",
"rxjs": "^6.6.7",
"smoothscroll-polyfill": "^0.3.3",
"socket.io-client": "^2.1.0",
"trianglify": "^2.0.0",
"ts-helpers": "^1.1.1",
"tslib": "^2.3.1",
"ua-parser-js": "^0.7.31",
"yamlparser": "0.0.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.1.4",
"@angular-eslint/builder": "^13.0.0-alpha.1",
"@angular-eslint/eslint-plugin": "^13.0.0-alpha.1",
"@angular-eslint/eslint-plugin-template": "^13.0.0-alpha.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "^13.0.0-alpha.1",
"@angular/cli": "^13.1.4",
"@angular/compiler-cli": "^13.1.3",
"@angular/language-service": "^13.1.3",
"@mymicds/eslint-config": "^1.0.1",
"@types/chart.js": "^2.9.35",
"@types/fs-extra": "^9.0.13",
"@types/google.analytics": "0.0.41",
"@types/jasmine": "^3.6.11",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^12.20.42",
"@types/socket.io-client": "^1.4.36",
"@types/trianglify": "^1.2.1",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"codelyzer": "^6.0.2",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"husky": "^5.2.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.11",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"typescript": "^4.5.5"
},
"main": "karma.conf.js",
"resolutions": {
"webpack": "^5.0.0"
}
}