-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.64 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
{
"name": "xyjax",
"version": "3.0.1",
"description": "XyJax for MathJax 3",
"license": "Apache-2.0",
"author": "Isao Sonobe",
"repository": {
"type": "git",
"url": "https://github.com/sonoisa/XyJax-v3/"
},
"main": "components/xypic/xypic.js",
"scripts": {
"icloud_nosync_install": "mkdir -p node_modules; touch node_modules/.nosync; npm install",
"build_mathjax": "cd node_modules/mathjax-full && npm run compile && npm run make-components",
"build_mathjax_for_debug": "cd node_modules/mathjax-full && npm install --save source-map-support && sed -i 's/module.exports = PACKAGE;/module.exports = function (name, js, libs, dir, dist) { const config = PACKAGE(name, js, libs, dir, dist); config[\"devtool\"] = \"inline-source-map\"; return config };/' components/webpack.common.js && npm run compile && npm run make-components",
"build": "cd components/xypic && node ../../node_modules/mathjax-full/components/bin/pack",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm ./build/*.js ./build/*.txt"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"babel-loader": "^8.2.2",
"copyfiles": "^2.4.1",
"diff": "^5.0.0",
"rimraf": "^3.0.2",
"tape": "^5.2.2",
"terser-webpack-plugin": "^5.1.3",
"tslint": "^6.1.3",
"tslint-jsdoc-rules": "^0.2.0",
"tslint-unix-formatter": "^0.2.0",
"typescript": "^4.3.2",
"typescript-tools": "^0.3.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"ssri": ">=8.0.1",
"source-map-support": "^0.5.19"
},
"dependencies": {
"esm": "^3.2.25",
"mathjax-full": "3.2.0"
}
}