forked from PrairieLearn/PrairieLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.29 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
{
"name": "PrairieLearn",
"description": "PrairieLearn online problem-solving system",
"version": "2.10.0",
"private": true,
"dependencies": {
"adm-zip": "^0.4.7",
"archiver": "^2.1.0",
"async": "^2.6.0",
"async-stacktrace": "0.0.2",
"aws-sdk": "^2.176.0",
"backbone": "^1.3.3",
"blocked-at": "^1.1.2",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.3",
"byline": "^5.0.0",
"cheerio": "^0.22.0",
"clipboard": "^1.7.1",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.8",
"csv": "^2.0.0",
"debug": "^3.1.0",
"diff": "^3.4.0",
"dockerode": "^2.5.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"fs-extra": "^5.0.0",
"googleapis": "^23.0.0",
"handlebars": "^4.0.11",
"is-my-json-valid": "^2.17.1",
"javascript-natural-sort": "^0.7.1",
"jju": "^1.3.0",
"jquery": "^3.2.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.4",
"mathjax": "^2.7.2",
"mersenne": "0.0.4",
"moment": "^2.20.1",
"mustache": "^2.3.0",
"nodemon": "^1.14.7",
"numeric": "^1.2.6",
"on-finished": "^2.3.0",
"passport": "^0.4.0",
"passport-azure-ad": "^3.0.9",
"pg": "^7.4.0",
"popper.js": "^1.13.0",
"qrcode-svg": "^1.0.0",
"requirejs": "^2.3.5",
"s3-upload-stream": "^1.0.7",
"search-string": "^3.0.0",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"tar": "^4.2.0",
"three": "^0.89.0",
"uuid": "^3.2.1",
"winston": "^2.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"colors": "^1.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.14.0",
"jsdoc": "^3.5.5",
"mocha": "^4.1.0",
"nyc": "^11.4.1",
"request": "^2.83.0",
"tmp": "0.0.33",
"yargs": "^10.1.0"
},
"scripts": {
"start": "node server.js",
"start-nodemon": "nodemon server.js",
"test": "nyc --reporter=lcov mocha --exit tests/index.js",
"lint-js": "eslint --ext js \"**/*.js\"",
"lint-python": "python3.6 -m flake8 ./"
}
}