forked from doubtfire-lms/doubtfire-web
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
170 lines (170 loc) · 5.52 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "doubtfire",
"version": "8.0.9",
"homepage": "http://github.com/doubtfire-lms/",
"description": "Learning and feedback tool.",
"license": "AGPL-3.0",
"repository": {},
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"build": "run-s -l build:angular1 build:angular17",
"build:angular1": "grunt build",
"build:angular17": "ng build",
"lint:fix": "ng lint --fix",
"lint": "ng lint",
"serve:angular17": "export NODE_OPTIONS=--max_old_space_size=4096 && ng serve --configuration $NODE_ENV",
"start": "npm-run-all -l -s build:angular1 -p watch:angular1 serve:angular17",
"watch:angular1": "grunt delta",
"deploy:build2api": "ng build --delete-output-path=true --optimization=true --configuration production --output-path dist",
"deploy": "run-s -l build:angular1 deploy:build2api",
"prepare": "husky install",
"test": "ng test",
"test:ci": "ng test --karma-config=src/karma-ci.conf.js --no-progress"
},
"keywords": [],
"author": "",
"dependencies": {
"@angular/animations": "^17.3.6",
"@angular/cdk": "^17.3.6",
"@angular/cli": "^17.3.6",
"@angular/common": "^17.3.6",
"@angular/compiler": "^17.3.6",
"@angular/core": "^17.3.6",
"@angular/forms": "^17.3.6",
"@angular/material": "^17.3.6",
"@angular/material-moment-adapter": "^17.3.6",
"@angular/platform-browser": "^17.3.6",
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@angular/service-worker": "^17.3.6",
"@angular/upgrade": "^17.3.6",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@ngneat/hotkeys": "^4.0.0",
"@uirouter/angular": "^13.0",
"@uirouter/angular-hybrid": "^17.1.0",
"@uirouter/angularjs": "^1.0.30",
"@uirouter/core": "^6.1.0",
"@uirouter/rx": "^1.0.0",
"angular": "1.5.11",
"angular-cookies": "1.5.11",
"angular-file-upload": "~1",
"angular-filter": "0.5.17",
"angular-local-storage": "0.7.1",
"angular-markdown-filter": "1.3.2",
"angular-md5": "0.1.10",
"angular-mocks": "1.5.11",
"angular-nvd3": "1.0.9",
"angular-resource": "1.5.11",
"angular-sanitize": "1.5.11",
"angular-ui-bootstrap": "0.13.4",
"angular-ui-codemirror": "0.3.0",
"angular-xeditable": "0.9.0",
"angulartics": "~1.0.3",
"angulartics-google-analytics": "0.1.4",
"bootstrap": "~3.4",
"bootstrap-sass": "~3.4",
"canvas-confetti": "^1.6.0",
"codemirror": "5.65.0",
"core-js": "^3.21.1",
"d3": "3.5.17",
"es5-shim": "^4.5.12",
"file-saver": "^2.0.5",
"font-awesome": "~4.7.0",
"jquery": "2.1.4",
"lodash": "~4.17",
"lottie-web": "^5.12.2",
"marked": "^11.1.0",
"moment": "^2.29.4",
"ng-csv": "0.2.3",
"ng-file-upload": "~5.0.9",
"ng-flex-layout": "^17.3.4-beta.1",
"ng2-pdf-viewer": "^10.0",
"ngx-bootstrap": "^6.1.0",
"ngx-entity-service": "^0.0.39",
"ngx-lottie": "^11.0.2",
"nvd3": "1.8.6",
"rxjs": "~7.4.0",
"ts-md5": "^1.3.1",
"tslib": "^2.6.2",
"underscore.string": "2.3.3",
"zone.js": "~0.14"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/compiler-cli": "^17.3.6",
"@angular/language-service": "^17.3.6",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^17",
"@types/angular": "1.5.11",
"@types/canvas-confetti": "^1.6.0",
"@types/d3": "^3.5.17",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "~3.9.1",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.115",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "~6",
"canonical-path": "0.0.2",
"concurrently": "^3.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^5.0.1",
"grunt": "^1.0.4",
"grunt-bump": "0.8.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "0.4.4",
"grunt-html2js": "^0.6.0",
"grunt-karma": "~2.0.0",
"grunt-newer": "^1.1.2",
"grunt-ng-annotate": "^3.0.0",
"grunt-postcss": "~0.8",
"grunt-preprocess": "5.1.0",
"grunt-sass": "^3.0.2",
"grunt-sass-globbing": "^1.4.0",
"husky": "~8",
"ip": "^1.1.2",
"jasmine-core": "~4.1.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"load-grunt-tasks": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.27",
"postcss-scss": "^0.1.7",
"prettier": "^3.1.0",
"protractor": "~7.0.0",
"sass": "^1.48.0",
"tailwindcss": "~3.3",
"ts-node": "~10.9",
"typescript": "~5.2",
"underscore": "^1.8.3"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "^18.0",
"@nx/nx-darwin-x64": "^18.0",
"@nx/nx-linux-x64-gnu": "^18.0",
"@nx/nx-win32-x64-msvc": "^18.0"
}
}