-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 3.97 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 3.97 KB
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
{
"name": "ximera",
"description": "Ximera interactive textbook server",
"version": "2.6.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha --recursive",
"build": "gulp",
"build:js": "gulp js",
"build:css": "gulp css"
},
"dependencies": {
"annotator": "^2.0.0-alpha.3",
"async": "2.6.1",
"base64url": "^3.0.1",
"body-parser": "^1.19.0",
"bootstrap": "4.0.0-alpha.6",
"brush-base": "4.0.0",
"brush-javascript": "4.0.0",
"brush-python": "4.0.0",
"buffer24": "0.0.2",
"canon": "^0.4.1",
"cheerio": "^1.0.0-rc.12",
"codemirror": "^5.65.7",
"connect-mongo": "0.8.2",
"console-stamp": "0.2.9",
"cookie-parser": "1.3.5",
"crypto": "0.0.3",
"debug": "4.3.4",
"diff-match-patch": "^1.0.0",
"dotenv": "^4.0.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-basic-auth": "1.2.0",
"express-rate-limit": "^2.7.0",
"express-session": "^1.17.3",
"express-winston": "^2.5.1",
"faker": "^4.1.0",
"fast-crc32c": "^1.0.4",
"font-awesome": "^4.7.0",
"fs-extra": "^3.0.1",
"fstream": "^1.0.12",
"git-http-backend": "^1.0.2",
"github": "0.2.4",
"gpg": "^0.6.0",
"gridfs-stream": "1.1.1",
"guppy-dev": "github:daniel3735928559/guppy#b5055b963fdbea5c6c1e92dbf58fdaf3ea0cd8ba",
"htmllint-cli": "0.0.7",
"ims-lti": "3.0.1",
"ioredis": "^5.2.2",
"ip": "1.1.3",
"isotope-layout": "^3.0.6",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"jquery.kinetic": "^2.2.4",
"jquery.transit": "^0.9.12",
"jsondiffpatch": "^0.2.5",
"markdown": "0.5.0",
"math-expressions": "^2.0.0-alpha1",
"mathjax": "^2.7.4",
"method-override": "^2.3.10",
"moment": "^2.29.4",
"mongodb": "2.2.19",
"mongoose": "^5.13.14",
"morgan": "^1.9.1",
"node-uuid": "1.4.7",
"nodegit": "0.26.5",
"pagedown": "^1.1.0",
"passport": "^0.6.0",
"passport-local": "1.0.0",
"passport-oauth2": "^1.6.1",
"passport-twitter": "1.0.3",
"pug": "^3.0.2",
"request": "^2.88.0",
"send-seekable": "^1.0.4",
"serve-favicon": "^2.5.0",
"snappy": "^6.0.4",
"striptags": "^3.2.0",
"supertest-session": "^3.1.2",
"syntaxhighlighter": "^4.0.1",
"syntaxhighlighter-regex": "^4.0.0",
"tether": "^1.4.3",
"uint32": "^0.2.1",
"underscore": "^1.13.4",
"uniq": "^1.0.1",
"validator": "4.5.0",
"versionator": "^2.0.0",
"winston": "1.0.1",
"ws": "^6.2.2",
"xxhash": "^0.3.0",
"xxhashjs": "^0.2.2"
},
"aliasify": {
"aliases": {
"mathjax": "./public/javascripts/mathjax.js",
"mathjax2": "./node_modules/mathjax/unpacked/MathJax.js",
"codemirror-javascript": "./node_modules/codemirror/mode/javascript/javascript.js",
"jquery-fullsizable": "./node_modules/jquery-fullsizable/js/jquery-fullsizable.min.js",
"pagedown-converter": "./node_modules/pagedown-bootstrap/Markdown.Converter.js",
"pagedown-sanitizer": "./node_modules/pagedown-bootstrap/Markdown.Sanitizer.js",
"pagedown-editor": "./node_modules/pagedown-bootstrap/Markdown.Editor.js"
}
},
"devDependencies": {
"aliasify": "1.9.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-core": "^6.26.0",
"babel-preset-es2015-node": "^6.1.1",
"babelify": "^8.0.0",
"browserify": "13.0.0",
"chai": "^3.5.0",
"mocha": "^10.0.0",
"gulp": "^4.0.2",
"gulp-if": "2.0.0",
"gulp-less": "^4.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-pug-linter": "^1.5.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "1.6.0",
"lodash.assign": "4.0.7",
"requirejs": "2.1.20",
"sass": "^1.5.0",
"should": "^9.0.2",
"supertest": "^1.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1",
"yargs": "3.10.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",
"utf-8-validate": "^5.0.1"
}
}