-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.5 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
{
"name": "nx-starter",
"version": "0.0.0",
"license": "MIT",
"engines": {
"yarn": ">=1.22.0 <2",
"npm": "Please use Yarn instead of NPM to install dependencies"
},
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.4",
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.4",
"@angular/compiler": "^18.2.4",
"@angular/core": "^18.2.4",
"@angular/forms": "^18.2.4",
"@angular/material": "^18.2.4",
"@angular/material-moment-adapter": "^18.2.4",
"@angular/platform-browser": "^18.2.4",
"@angular/platform-browser-dynamic": "^18.2.4",
"@angular/router": "^18.2.4",
"@ng-matero/extensions": "^18.2.0",
"@ng-matero/extensions-moment-adapter": "^18.0.0",
"@ngx-formly/core": "^6.3.6",
"@ngx-formly/material": "^6.3.6",
"@ngx-translate/core": "^16.0.0",
"@ngx-translate/http-loader": "^16.0.0",
"@nx/angular": "^19.7.3",
"angular-in-memory-web-api": "~0.18.0",
"apexcharts": "^3.51.0",
"moment": "^2.30.0",
"ngx-permissions": "^17.1.0",
"ngx-progressbar": "^12.0.0",
"ngx-toastr": "^19.0.0",
"photoviewer": "^3.10.0",
"rxjs": "~7.8.0",
"screenfull": "^6.0.2",
"tslib": "^2.6.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^18.2.4",
"@nx/cypress": "^19.7.3",
"@nx/eslint": "^19.7.3",
"@nx/eslint-plugin": "^19.7.3",
"@nx/jest": "^19.7.3",
"@nx/workspace": "^19.7.3",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cypress": "^9.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.1.1",
"nx": "^19.7.3",
"prettier": "^3.2.4",
"stylelint": "^16.5.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"ts-jest": "^29.1.1",
"ts-node": "~10.9.1",
"typescript": "~5.5.4"
}
}