forked from Sunbird-Ed/sunbird-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.31 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
112
{
"name": "docs",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"github": "ng build --prod --sourceMap=false --base-href /sunbird-style-guide/dist/ --extract-css=true --aot --build-optimizer=true --vendor-chunk=true"
},
"husky": {
"hooks": {
"pre-commit": "echo To generate site use command - npm run github"
}
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.10",
"@angular/common": "^7.2.10",
"@angular/compiler": "^7.2.10",
"@angular/core": "^7.2.10",
"@angular/forms": "^7.2.10",
"@angular/platform-browser": "^7.2.10",
"@angular/platform-browser-dynamic": "^7.2.10",
"@angular/router": "^7.2.10",
"@ctrl/ngx-headroom": "^2.3.1",
"angular-inport": "^2.0.0",
"angular-shepherd": "0.0.5",
"angular2-csv": "0.2.5",
"angular2-multiselect-dropdown": "^3.2.1",
"angular2-uuid": "^1.1.1",
"core-js": "^2.4.1",
"datatables.net-dt": "1.10.19",
"fine-uploader": "^5.15.7",
"font-awesome": "^4.7.0",
"highlight.js": "^9.15.6",
"html2canvas": "^1.0.0-rc.3",
"html2pdf.js": "^0.9.1",
"izimodal": "^1.5.1",
"jquery": "^3.5.0",
"jquery.fancytree": "^2.28.1",
"jspdf": "^1.5.3",
"lodash-es": "^4.17.14",
"medium-zoom": "^1.0.4",
"moment": "^2.20.1",
"moment-duration-format": "^2.2.2",
"ng-recaptcha": "^4.2.1",
"ng2-cache-service": "^1.1.1",
"ng2-charts": "2.2.5",
"ng2-izitoast": "2.0.0",
"ng2-search-filter": "^0.5.1",
"ng2-semantic-ui": "github:project-sunbird/ng2-semantic-ui",
"ng4-click-outside": "^1.0.1",
"ngx-avatar": "^3.3.0",
"ngx-clipboard": "^12.1.2",
"ngx-device-detector": "^1.3.5",
"ngx-highlightjs": "^3.0.3",
"ngx-md": "^8.0.0",
"ngx-order-pipe": "^2.0.1",
"ngx-page-scroll": "^6.0.0-beta.1",
"ngx-page-scroll-core": "^6.0.0-beta.1",
"ngx-slick": "^0.2.1",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.2.1",
"slick-carousel": "1.6.0",
"time-ago-pipe": "^1.3.2",
"tree-model": "^1.0.6",
"tslib": "^1.10.0",
"ua-parser-js": "^0.7.19",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.9",
"@angular/cli": "~7.3.2",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/jspdf": "^1.3.0",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-header": "^2.0.7",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-string-replace": "^1.1.2",
"husky": "^1.3.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"lint-staged": "^8.2.1",
"merge": "^1.2.1",
"merge-stream": "^2.0.0",
"node-sass": "^4.12.0",
"protractor": "~5.4.0",
"rimraf": "^2.6.3",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.2.2"
}
}