-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
35 lines (35 loc) · 852 Bytes
/
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
{
"name": "latex-demo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./app.js"
},
"author": "Jim Fowler",
"license": "(GPL-3.0 or LPPL-1.3c)",
"dependencies": {
"browserfs": "^2.0.0",
"dvi2html": "0.0.2",
"express": "^4.16.4",
"fetch-readablestream": "^0.2.0",
"pako": "^1.0.8",
"web-streams-polyfill": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"gulp": "^4.0.0",
"gulp-decompress": "^2.0.2",
"gulp-download2": "^1.0.2",
"gulp-filter": "^5.1.0",
"gulp-rename": "^1.4.0",
"gulp-s3-upload": "^1.7.3",
"string-replace-loader": "^2.1.1",
"unzip": "^0.1.11",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-stream": "^5.2.1"
}
}