-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 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
{
"name": "latex_in_slack",
"version": "1.3.1",
"description": "A Chrome extension for rendering LaTeX math formulas in Slack",
"scripts": {
"watch": "webpack watch --mode=development",
"dist": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vlaex/Latex_in_Slack.git"
},
"keywords": [
"slack",
"latex"
],
"author": "andrewss <andrewss.krlv@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vlaex/Latex_in_Slack/issues"
},
"homepage": "https://github.com/vlaex/Latex_in_Slack#readme",
"devDependencies": {
"@types/katex": "^0.14.0",
"copy-webpack-plugin": "^11.0.0",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"katex": "^0.15.6"
}
}