diff --git a/package.json b/package.json index c702e01..d4af186 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,6 @@ "node": ">=10" }, "scripts": { - "start": "tsdx watch", - "build": "tsdx build", - "test": "tsdx test --passWithNoTests", - "lint": "tsdx lint", - "prepare": "tsdx build && bundlewatch", - "size": "bundlewatch", - "test:watch": "jest --watchAll" }, "peerDependencies": { "react": ">=16" @@ -79,18 +72,5 @@ "events" ], "devDependencies": { - "@faker-js/faker": "^6.1.2", - "@size-limit/preset-small-lib": "^7.0.8", - "@types/jest": "^27.4.0", - "@types/react": "^17.0.38", - "babel-plugin-jsx-remove-data-test-id": "^3.0.0", - "bundlewatch": "^0.3.3", - "husky": "^7.0.4", - "jest": "^27.5.1", - "size-limit": "^7.0.8", - "ts-jest": "^27.1.3", - "tsdx": "^0.14.1", - "tslib": "^2.3.1", - "typescript": "^4.6.3" } }