-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·63 lines (63 loc) · 2.02 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
{
"name": "studyum",
"version": "0.0.0",
"scripts": {
"ng": "nx",
"start": "nx serve --proxy-config=api.proxy.json --host=0.0.0.0 --disable-host-check",
"startProdProxy": "nx serve --proxy-config=api.proxy.prod.json --host=0.0.0.0 --disable-host-check",
"build": "nx build",
"watch": "nx build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular-devkit/architect": "0.1502.0",
"@angular-devkit/core": "15.2.1",
"@angular/animations": "15.2.1",
"@angular/cdk": "15.2.1",
"@angular/common": "15.2.1",
"@angular/compiler": "15.2.1",
"@angular/core": "15.2.1",
"@angular/forms": "15.2.1",
"@angular/material": "15.2.1",
"@angular/platform-browser": "15.2.1",
"@angular/platform-browser-dynamic": "15.2.1",
"@angular/router": "15.2.1",
"@ng-bootstrap/ng-bootstrap": "14.0.1",
"@ngrx/component": "^15.1.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@nrwl/angular": "15.8.9",
"@nrwl/cli": "15.8.9",
"@popperjs/core": "^2.11.6",
"file-saver": "^2.0.5",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"ngx-popperjs": "^15.0.1",
"postcss-preset-env": "^8.0.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"typescript-collections": "^1.3.3",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.0",
"@angular-devkit/schematics": "15.2.0",
"@angular-eslint/eslint-plugin": "~15.0.0",
"@angular-eslint/eslint-plugin-template": "~15.0.0",
"@angular-eslint/template-parser": "~15.0.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "15.2.0",
"@angular/language-service": "15.2.0",
"@nrwl/js": "15.8.9",
"@nrwl/nx-cloud": "15.3.2",
"@nrwl/workspace": "15.8.9",
"@schematics/angular": "15.2.0",
"@types/file-saver": "^2.0.5",
"autoprefixer": "^10.4.0",
"ng-packagr": "15.2.2",
"nx": "15.8.9",
"prettier": "^2.8.1",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
}