This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.45 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
{
"name": "coreui-icons-angular",
"version": "3.1.1",
"description": "CoreUI Icons Angular component",
"license": "MIT",
"homepage": "https://coreui.io",
"author": {
"name": "CoreUI",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"repository": {
"type": "git",
"url": "https://github.com/coreui/coreui-icons-angular.git"
},
"bugs": {
"url": "https://github.com/coreui/coreui-icons-angular/issues"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:github": "ng test --karma-config=projects/coreui-icons-angular/karma.conf.github.js",
"lint": "ng lint",
"link:lib": "cd dist/coreui-icons-angular/ && npm link",
"prepublish:lib": "ng lint && ng test --watch=false && ng build",
"publish:lib": "cd dist/coreui-icons-angular/ && npm publish --tag next --dry-run"
},
"private": true,
"dependencies": {
"@angular/common": "^13.3.0",
"@angular/compiler": "^13.3.0",
"@angular/core": "^13.3.0",
"@angular/platform-browser": "^13.3.0",
"@angular/platform-browser-dynamic": "^13.3.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.0",
"@angular-eslint/builder": "^13.3.0",
"@angular-eslint/eslint-plugin": "^13.3.0",
"@angular-eslint/eslint-plugin-template": "^13.3.0",
"@angular-eslint/schematics": "~13.3.0",
"@angular-eslint/template-parser": "~13.3.0",
"@angular/cli": "^13.3.0",
"@angular/compiler-cli": "^13.3.0",
"@coreui/icons": "^2.1.0",
"@types/jasmine": "~4.0.3",
"@types/node": "^16.11.39",
"@typescript-eslint/eslint-plugin": "~5.27.1",
"@typescript-eslint/parser": "~5.27.1",
"eslint": "^8.13.0",
"jasmine-core": "^4.1.0",
"karma": "~6.3.19",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "^5.0.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^13.3.1",
"typescript": "~4.6.3"
},
"keywords": [
"coreui",
"coreui-icons",
"coreui-angular",
"icons",
"svg",
"svg-icons",
"layout",
"component",
"angular"
],
"engines": {
"node": "^14.15.0 || >=16.10.0",
"npm": ">= 6"
}
}