We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b33e2 commit 9d29901Copy full SHA for 9d29901
package.json
@@ -7,7 +7,6 @@
7
"build": "cd src/client && webpack --config webpack.prod.js",
8
"prebuild": "node src/prebuild.js",
9
"clean": "rimraf src/client/dist/*",
10
- "items": "node src/itemDump.js",
11
"lint": "eslint src/",
12
"lint:fix": "eslint --fix src/",
13
"postinstall": "node src/postinstall.js"
@@ -22,7 +21,6 @@
22
21
"@msgpack/msgpack": "^2.4.1",
23
"@tweenjs/tween.js": "^18.6.4",
24
"ansi-to-html": "^0.6.14",
25
- "axios": "^0.21.1",
26
"bootstrap": "^4.6.0",
27
"canvas": "^2.6.1",
28
"compression": "^1.7.4",
src/itemDump.js
0 commit comments