forked from nazar-kuzo/angular-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.98 KB
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
{
"name": "angular-extensions",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve dashboard --open",
"build": "ng build angular-extensions --configuration production",
"pack": "npm pack ./dist/angular-extensions",
"publish": "npm publish ./dist/angular-extensions",
"analyze": "ng build dashboard --configuration production --stats-json && webpack-bundle-analyzer dist/dashboard/stats.json",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.11",
"@angular/common": "14.2.11",
"@angular/compiler": "14.2.11",
"@angular/core": "14.2.11",
"@angular/forms": "14.2.11",
"@angular/platform-browser": "14.2.11",
"@angular/platform-browser-dynamic": "14.2.11",
"@angular/router": "14.2.11",
"@angular/cdk": "14.2.7",
"@angular/material": "14.2.7",
"@angular-material-components/datetime-picker": "8.0.0",
"angular2-ladda": "4.0.0",
"bootstrap": "4.6.1",
"date-fns": "2.29.3",
"ladda": "2.0.3",
"lodash-es": "4.17.21",
"ngx-awesome-uploader": "14.0.1",
"ngx-mask": "14.2.4",
"ngx-mat-select-search": "5.0.0",
"rxjs": "7.5.7",
"zone.js": "0.11.4",
"tslib": "2.3.1"
},
"devDependencies": {
"@angular/cli": "14.2.10",
"@angular/compiler-cli": "14.2.11",
"@angular-devkit/build-angular": "14.2.10",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/schematics": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@types/lodash-es": "4.17.6",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"ng-packagr": "14.2.2",
"typescript": "4.7.2",
"webpack-bundle-analyzer": "4.7.0"
}
}