-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.34 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
{
"name": "@guru/library",
"version": "0.0.5",
"description": "Library Guru is an Angular Admin Panel UI Kit consisting of multiple base components and utilities to enhance ng-zoro-antd",
"keywords": [
"angular",
"kit",
"ui",
"component-library",
"component",
"service",
"directive",
"library",
"angular",
"angular-components",
"utility-library",
"ui-components",
"angular-directives",
"admin-panel",
"angular-quickstart",
"angular-cards",
"ng-zorro",
"angular-scrollbar",
"angular-libraries",
"ng-zoro-antd",
"ng-zorro-admin-panel",
"angular-card"
],
"license": "Apache-2.0",
"authors": [
"Prabakaran <[email protected]>"
],
"maintainers": [
"Prabakaran <[email protected]>"
],
"repository": "https://github.com/vscodeguru/guru-lib",
"homepage": "https://github.com/vscodeguru/guru-lib",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"postinstall": "ngcc && node patch-browser.js",
"e2e": "ng e2e",
"*** Build ***": "",
"build:card": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build card --configuration=production",
"build:admin": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build admin --configuration=production",
"*** Release ***": "",
"release": "standard-version -a --no-verify",
"release:patch": "node scripts/release.js patch",
"release:minor": "node scripts/release.js minor",
"release:major": "node scripts/release.js major",
"publish": "npm run build:card && npm publish ./dist/card"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.7",
"@angular/cdk": "^11.2.6",
"@angular/common": "~11.2.7",
"@angular/compiler": "~11.2.7",
"@angular/core": "~11.2.7",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "~11.2.7",
"@angular/material": "^11.2.6",
"@angular/platform-browser": "^11.2.7",
"@angular/platform-browser-dynamic": "~11.2.7",
"@angular/router": "~11.2.7",
"@ngneat/until-destroy": "^8.0.4",
"less": "^4.1.1",
"lodash": "^4.17.21",
"ng-packagr": "^11.2.4",
"ng-zorro-antd": "^11.3.0",
"ngx-color": "^6.2.0",
"ngx-color-picker": "^11.0.0",
"perfect-scrollbar": "^1.5.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.6",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-devkit/schematics": "^11.2.6",
"@angular-devkit/schematics-cli": "^0.1102.6",
"@angular/cli": "~11.2.6",
"@angular/compiler-cli": "~11.2.7",
"@types/jasmine": "~3.6.0",
"@types/less": "^3.0.2",
"@types/lodash": "^4.14.168",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"standard-version": "^9.1.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
},
"standard-version": {
"scripts": {
"postbump": "node scripts/sync-versions.js && git add **/package.json"
}
}
}