-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 3.89 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "testting",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/cdk": "^12.2.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/material": "12.0.2",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@ngx-translate/core": "12.0.0",
"@project-sunbird/ckeditor-build-classic": "4.1.3",
"@project-sunbird/ckeditor-build-font": "^1.0.8",
"@project-sunbird/client-services": "4.8.13",
"@project-sunbird/common-consumption": "5.1.0",
"@project-sunbird/common-form-elements": "5.1.2",
"@project-sunbird/discussions-ui-v8": "2.6.0-beta.2",
"@project-sunbird/sb-dashlet-v9": "^1.0.4",
"@project-sunbird/sb-styles": "0.0.15",
"@project-sunbird/sb-themes": "0.0.88",
"@project-sunbird/sunbird-collection-editor": "5.1.3",
"@project-sunbird/sunbird-epub-player-v9": "5.2.1",
"@project-sunbird/sunbird-pdf-player-v9": "5.1.1",
"@project-sunbird/sunbird-quml-player": "5.1.1",
"@project-sunbird/sunbird-quml-player-v9": "5.1.5",
"@project-sunbird/sunbird-resource-library": "0.0.19",
"@project-sunbird/sunbird-video-player-v9": "5.2.3",
"@shikshalokam/sl-questionnaire": "2.1.0",
"@stockopedia/angular-inport": "3.0.0",
"@swimlane/ngx-datatable": "16.1.1",
"@types/lodash-es": "^4.17.6",
"angular2-uuid": "1.1.1",
"common-form-elements-web-v9": "4.7.2",
"content-section-v11": "0.0.9",
"dayjs": "^1.8.26",
"epubjs": "0.3.93",
"export-to-csv": "0.2.1",
"fine-uploader": "^5.16.2",
"font-awesome": "4.7.0",
"jquery.fancytree": "^2.35.0",
"katex": "^0.12.0",
"leaflet": "^1.7.1",
"lodash-es": "^4.17.15",
"marked": "1.1.1",
"md5": "2.3.0",
"ng-recaptcha": "^5.0.0",
"ng2-cache-service": "1.1.1",
"ng2-semantic-ui-v12": "5.1.2",
"ng2-semantic-ui-v9": "0.0.6",
"ngx-avatar": "^3.7.0",
"ngx-bootstrap": "^5.6.2",
"ngx-chips": "2.2.2",
"ngx-device-detector": "2.0.5",
"ngx-filesize": "2.0.16",
"ngx-infinite-scroll": "10.0.0",
"ngx-order-pipe": "^2.0.4",
"ngx-slick-carousel": "0.6.0",
"rxjs": "~6.6.0",
"sass": "^1.57.1",
"sb-svg2pdf": "0.0.11",
"sb-tag-manager": "^3.9.15",
"tree-model": "^1.0.7",
"tslib": "^2.3.0",
"video.js": "7.18.1",
"videojs-contrib-quality-levels": "2.1.0",
"videojs-http-source-selector": "1.1.6",
"web-extensions-v12": "5.1.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "^12.2.18",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/jquery": "^3.3.38",
"@types/jquery.fancytree": "2.7.34",
"@types/lodash-es": "^4.17.6",
"@types/node": "^12.20.15",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.3.5"
},
"standard": {
"env": {
"browser": true,
"node": true,
"jasmine": true,
"mocha": true
},
"globals": [
"angular",
"_",
"$",
"moment",
"iziToast",
"org",
"alasql",
"md5",
"EkTelemetry"
],
"ignore": [
"./../Dockerfile"
],
"rules": {
"indent": [
"error",
2
],
"max-len": [
"error",
120,
2,
{
"ignoreUrls": true,
"ignoreComments": true
}
],
"quotes": [
"error",
"single"
]
}
}
}