package.json cleanup

This commit is contained in:
Zef Hemel
2022-03-27 11:34:44 +02:00
parent cb809d2d03
commit 442f2b7c7c
3 changed files with 19 additions and 456 deletions
+1 -16
View File
@@ -76,17 +76,14 @@
"@types/express": "^4.17.13",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.19.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"dexie": "^3.2.1",
"esbuild": "^0.14.27",
"express": "^4.17.3",
"fake-indexeddb": "^3.1.7",
"idb": "^7.0.0",
"jest": "^27.5.1",
"knex": "^1.0.4",
"lodash": "^4.17.21",
"node-cron": "^3.0.0",
"node-fetch": "2",
"nodemon": "^2.0.15",
@@ -96,7 +93,6 @@
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"vm2": "^3.9.9",
"yaml": "^1.10.2",
"yargs": "^17.3.1"
@@ -119,20 +115,9 @@
"@types/yaml": "^1.9.7",
"@vscode/sqlite3": "^5.0.7",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.3.2",
"path-browserify": "^1.0.1",
"prettier": "^2.5.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"typescript": "^4.6.2",
"uglify-js": "^3.15.1",
"url": "^0.11.0",
"util": "^0.12.4"
"typescript": "^4.6.2"
}
}