-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.27 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
{
"name": "app",
"version": "0.0.0",
"scripts": {},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.1",
"@angular/cdk": "^13.3.1",
"@angular/common": "^13.3.1",
"@angular/compiler": "^13.3.1",
"@angular/core": "^13.3.1",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^13.3.1",
"@angular/material": "^13.3.1",
"@angular/platform-browser": "^13.3.1",
"@angular/platform-browser-dynamic": "^13.3.1",
"@angular/router": "^13.3.1",
"@angular/service-worker": "^13.3.1",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/roboto": "^4.5.5",
"@mdi/angular-material": "^6.6.96",
"lodash": "^4.17.21",
"mathjax": "^3.2.0",
"ngx-ui-scroll": "^3.0.0",
"rxjs": "^7.5.5",
"rxjs-compat": "^6.6.7",
"tslib": "^2.3.1",
"vscroll": "^1.5.0",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-builders/jest": "^13.0.3",
"@angular-devkit/build-angular": "^13.3.1",
"@angular-eslint/builder": "^13.2.0",
"@angular-eslint/eslint-plugin": "^13.2.0",
"@angular-eslint/eslint-plugin-template": "^13.2.0",
"@angular-eslint/schematics": "^13.2.0",
"@angular-eslint/template-parser": "^13.2.0",
"@angular/cli": "^13.3.1",
"@angular/compiler-cli": "^13.3.1",
"@playwright/test": "^1.21.0",
"@testing-library/angular": "^10.8.2",
"@testing-library/dom": "^8.13.0",
"@testing-library/user-event": "^13.1.9",
"@types/glob": "^7.2.0",
"@types/gulp": "^4.0.9",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"angular-cli-ghpages": "^1.0.0",
"browser-sync": "^2.27.9",
"eslint": "^7.26.0",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"jest": "^27.5.1",
"jest-preset-angular": "^11.1.0",
"local-web-server": "^5.2.0",
"ngx-build-plus": "^13.0.1",
"ngx-pwa-icons": "^0.1.2",
"prettier": "2.6.2",
"pretty-format": "^27.5.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-sources": "^3.2.3"
}
}