-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.92 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
{
"name": "blk-design-system-angular",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"description": "BLK Design System Angular: Free Angular Design System For Bootstrap 4 and Angular",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/blk-design-system-angular.git"
},
"keywords": [
"design system",
"angular design system",
"bootstrap 4 design system",
"angular design system",
"bootstrap 4 design",
"angular design",
"bootstrap 4 system",
"angular system",
"angular",
"bootstrap 4 ui kit",
"angular uit kit",
"bootstrap 4 kit",
"angular kit",
"blk",
"black",
"black angular",
"black kit",
"blk ui kit",
"blk angular ui kit",
"creative tim",
"creative tim angular",
"html kit",
"angular kit",
"html css template",
"angular css template",
"web template",
"angular template",
"bootstrap",
"bootstrap 4",
"css3 template",
"frontend",
"angular frontend",
"responsive bootstrap template",
"responsive angular template",
"bootstrap ui kit",
"responsive ui kit",
"responsive angular ui kit",
"blk design system",
"blk design system angular"
],
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/blk-design-system-angular/issues"
},
"homepage": "https://demos.creative-tim.com/blk-design-system-angular/",
"private": false,
"dependencies": {
"@angular/animations": "12.2.17",
"@angular/common": "12.2.17",
"@angular/compiler": "12.2.17",
"@angular/core": "12.2.17",
"@angular/forms": "12.2.17",
"@angular/platform-browser": "12.2.17",
"@angular/platform-browser-dynamic": "12.2.17",
"@angular/router": "12.2.17",
"chart.js": "2.9.4",
"core-js": "3.8.2",
"jw-bootstrap-switch-ng2": "2.0.5",
"ngx-bootstrap": "6.2.0",
"nouislider": "14.6.3",
"rxjs": "6.6.3",
"tslib": "2.0.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.18",
"@angular/cli": "12.2.18",
"@angular/compiler-cli": "12.2.17",
"@angular/language-service": "12.2.17",
"@types/node": "14.14.20",
"@types/jasmine": "3.6.2",
"@types/jasminewd2": "2.0.8",
"codelyzer": "6.0.1",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"protractor": "7.0.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.3.5"
}
}