forked from doubtfire-lms/doubtfire-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 5.09 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
{
"name": "doubtfire",
"version": "6.0.5",
"homepage": "http://github.com/doubtfire-lms/",
"description": "Learning and feedback tool.",
"license": "AGPL-3.0",
"repository": {},
"engines": {
"node": ">=16"
},
"scripts": {
"build": "run-s -l build:angular1 build:angular13",
"build:angular1": "grunt build",
"build:angular13": "ng build",
"serve:angular13": "export NODE_OPTIONS=--max_old_space_size=4096 && ng serve --host 0.0.0.0",
"start": "npm-run-all -l -s build:angular1 -p watch:angular1 serve:angular13",
"watch:angular1": "grunt delta",
"deploy:build2api": "ng build --deleteOutputPath=true --optimization=true --configuration production --output-path dist",
"deploy": "run-s -l build:angular1 deploy:build2api",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/cdk": "~13.1.1",
"@angular/cli": "~13.1.2",
"@angular/common": "~13.1.1",
"@angular/compiler": "~13.1.1",
"@angular/core": "~13.1.1",
"@angular/flex-layout": "^13.0.0-beta.36",
"@angular/forms": "~13.1.1",
"@angular/material": "~13.1.1",
"@angular/material-moment-adapter": "^13.1.1",
"@angular/platform-browser": "~13.1.1",
"@angular/platform-browser-dynamic": "~13.1.1",
"@angular/router": "~13.1.1",
"@angular/service-worker": "~13.1.1",
"@angular/upgrade": "~13.1.1",
"@ctrl/ngx-emoji-mart": "^6.1.1",
"@ng-stack/contenteditable": "^1.1.1",
"@uirouter/angular": "^9.1.0",
"@uirouter/angular-hybrid": "13.0.0",
"@uirouter/angularjs": "^1.0.30",
"@uirouter/core": "^6.0.8",
"@uirouter/rx": "^1.0.0",
"angular": "1.5.11",
"angular-cookies": "1.5.11",
"angular-file-upload": "1.1.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.1",
"bootstrap-sass": "3.3.7",
"codemirror": "5.65.0",
"core-js": "^2.5.4",
"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.11",
"marked": "^4.0.10",
"moment": "^2.29.1",
"ng-csv": "0.2.3",
"ng-file-upload": "~5.0.9",
"ngx-bootstrap": "^6.1.0",
"nvd3": "1.8.6",
"rxjs": "~7.4.0",
"showdown": "1.3.0",
"ts-md5": "^1.2.7",
"tslib": "^2.3.1",
"underscore.string": "2.3.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.1.2",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "^13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/compiler-cli": "^13.1.1",
"@angular/language-service": "^13.1.1",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/angular": "1.5.11",
"@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": "^16.0",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"autoprefixer": "^6.3.3",
"canonical-path": "0.0.2",
"concurrently": "^3.2.0",
"eslint": "^7.28.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"grunt": "^1.0.4",
"grunt-browser-sync": "^2.2.0",
"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-uglify": "~2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-conventional-changelog": "~6.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.0",
"grunt-preprocess": "5.1.0",
"grunt-sass": "^3.0.2",
"grunt-sass-globbing": "^1.4.0",
"husky": "^7.0.4",
"ip": "^1.1.2",
"jasmine-core": "~3.5.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.3.4",
"postcss-scss": "^0.1.7",
"prettier": "^2.3.1",
"pretty-quick": "^3.0.2",
"protractor": "~7.0.0",
"sass": "^1.48.0",
"ts-node": "~10.1.0",
"typescript": "~4.5.4",
"underscore": "^1.8.3"
}
}