forked from edemaine/tex2svg-webworker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 958 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
36
{
"name": "tex2svg-webworker",
"version": "0.3.2",
"description": "Convert LaTeX to SVG via Web Worker",
"repository": {
"type": "git",
"url": "git+https://github.com/edemaine/tex2svg-webworker.git"
},
"author": {
"name": "Erik Demaine",
"email": "[email protected]",
"url": "http://erikdemaine.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/edemaine/tex2svg-webworker/issues"
},
"homepage": "https://github.com/edemaine/tex2svg-webworker",
"scripts": {
"prepare": "webpack",
"gh-pages": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"coffee-loader": "^3.0.0",
"coffeescript": "^2.5.1",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.3.2",
"mathjax-full": "^3.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}
}