-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "xhub",
"version": "0.4.7",
"description": "Extensions for GitHub content",
"repository": "https://github.com/nschloe/xhub",
"scripts": {
"build": "webpack --config webpack.prod.js && cd dist && zip -r ../xhub.zip * && cd -",
"dev": "webpack --config webpack.dev.js",
"watch": "webpack -w --config webpack.dev.js",
"format": "prettier --write src *.js",
"lint": "prettier --check src *.js",
"postinstall": "patch-package"
},
"author": "Nico Schlömer",
"license": "GPL-3.0-or-later",
"devDependencies": {
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.11.0",
"less": "4.2.0",
"less-loader": "12.2.0",
"mini-css-extract-plugin": "2.9.0",
"patch-package": "8.0.0",
"prettier": "3.3.2",
"style-loader": "3.3.4",
"svg-to-png-loader": "4.0.1",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.92.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
"dependencies": {
"chart.js": "4.4.3",
"chartjs-adapter-date-fns": "3.0.0",
"katex": "0.16.10",
"plotly.js-strict-dist": "2.33.0"
}
}