Remove unused import
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.json
1 {
2 "devDependencies": {
3 "@typescript-eslint/eslint-plugin": "^4.6.1",
4 "@typescript-eslint/parser": "^4.6.1",
5 "eslint": "^7.12.1",
6 "eslint-config-prettier": "^6.15.0",
7 "prettier": "^2.1.2",
8 "tslib": "^2.0.3",
9 "typescript": "^4.0.2"
10 },
11 "dependencies": {
12 "@woltlab/wcf": "https://github.com/WoltLab/WCF.git#master"
13 }
14 }