forked from Sunbird-Ed/sunbird-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.25 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
113
114
115
116
117
118
119
120
121
122
123
{
"name": "sb-ui-components-app",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4500 --open",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"github": "ng build sb-ui-components-app --prod --base-href /sunbird-ui-components/dist/sb-ui-components-app/",
"publish": "cd projects/sb-ui-components && npm version patch && cd ../.. && ng build sb-ui-components && ts-node ./projects/sb-ui-components/scripts/css-bundle.ts && cd dist/sb-ui-components && npm publish",
"publish-minor": "cd projects/sb-ui-components && npm version minor && cd ../.. && ng build sb-ui-components && ts-node ./projects/sb-ui-components/scripts/css-bundle.ts && cd dist/sb-ui-components && npm publish",
"publish-major": "cd projects/sb-ui-components && npm version major && cd ../.. && ng build sb-ui-components && ts-node ./projects/sb-ui-components/scripts/css-bundle.ts && cd dist/sb-ui-components && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sunbird-Ed/sunbird-ui-components.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Sunbird-Ed/sunbird-ui-components/issues"
},
"homepage": "https://github.com/Sunbird-Ed/sunbird-ui-components#readme",
"private": true,
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@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.5.4",
"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",
"jquery": "^3.4.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.3.3",
"rxjs-compat": "^6.2.1",
"slick-carousel": "1.6.0",
"time-ago-pipe": "^1.3.2",
"tree-model": "^1.0.6",
"tslib": "^1.9.0",
"ua-parser-js": "^0.7.19",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/build-ng-packagr": "~0.13.0",
"@angular/cli": "~7.3.9",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@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.0.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",
"ng-packagr": "^4.2.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"protractor": "~5.4.0",
"rimraf": "^2.6.3",
"scss-bundle": "^3.0.1",
"ts-node": "~7.0.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.2.2"
}
}