diff --git a/package.json b/package.json index 8c5a26b..40acc09 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,29 @@ { "name": "test-project", - "version": "0.0.7", + "version": "0.0.10", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@isaacs/import-jsx": "^4.0.1", - "@types/react": "^17.0.52", - "chokidar": "^3.3.0", - "findit": "^2.0.0", - "foreground-child": "^2.0.0", - "fs-exists-cached": "^1.0.0", - "glob": "^7.2.3", - "ink": "^3.2.0", - "isexe": "^2.0.0", - "istanbul-lib-processinfo": "^2.0.3", - "jackspeak": "^1.4.2", - "libtap": "^1.4.0", - "minipass": "^3.3.4", - "mkdirp": "^1.0.4", - "nyc": "^15.1.0", - "opener": "^1.5.1", - "react": "^17.0.2", - "rimraf": "^3.0.0", - "signal-exit": "^3.0.6", - "source-map-support": "^0.5.16", - "tap-mocha-reporter": "^5.0.3", - "tap-parser": "^11.0.2", - "tap-yaml": "^1.0.2", - "tcompare": "^5.0.7", - "treport": "3.0.4" + "@types/chai": "^4.2.18", + "@types/mocha": "^8.2.2", + "@typescript-eslint/eslint-plugin": "^5.53.0", + "@typescript-eslint/parser": "^5.53.0", + "chai": "^4.3.4", + "clean-webpack-plugin": "^4.0.0-alpha.0", + "copy-webpack-plugin": "^8.1.1", + "eslint": "^7.27.0", + "eslint-config-prettier": "^8.5.0", + "eslint-webpack-plugin": "^2.5.4", + "mocha": "^10.0.0", + "nodemon-webpack-plugin": "^4.5.2", + "prettier": "^2.7.1", + "ts-loader": "^9.1.2", + "ts-node": "^10.8.1", + "typescript": "^4.9.5", + "webpack": "^5.37.0", + "webpack-cli": "^4.9.1" }, "peerDependencies": { "core-js": "3.31.1"