Created
December 16, 2023 13:22
-
-
Save victor-homyakov/b41cd9dbea99eec870464cf49bb019a7 to your computer and use it in GitHub Desktop.
package.json to benchmark installation of dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "install-benchmark", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "Victor Homyakov", | |
"license": "ISC", | |
"dependencies": { | |
"@nestjs/axios": "^0.1.0", | |
"@nestjs/common": "^9.1.6", | |
"@nestjs/config": "^2.2.0", | |
"@nestjs/core": "^9.1.6", | |
"@nestjs/platform-express": "^9.1.6", | |
"@nestjs/swagger": "^6.1.3", | |
"@nestjs/terminus": "^9.2.2", | |
"@nestjs/throttler": "^3.1.0", | |
"@sentry/node": "^7.77.0", | |
"@sentry/react": "^7.77.0", | |
"aws-sdk": "^2.625.0", | |
"cache-manager": "^4.1.0", | |
"class-transformer": "^0.5.1", | |
"class-validator": "^0.14.0", | |
"cron": "^1.8.2", | |
"cron-to-quartz": "*", | |
"cron-validator": "*", | |
"csv-parse": "^4.12.0", | |
"d3": "^5.15.0", | |
"googleapis": "^40.0.0", | |
"lodash": "^4", | |
"mobx": "^4.14.1", | |
"mobx-react": "^5.2.8", | |
"nestjs-pino": "^3.1.1", | |
"node-fetch": "^2.6.0", | |
"pino-http": "^8.2.1", | |
"react": "16.14.0", | |
"react-dom": "16.14.0", | |
"reflect-metadata": "^0.1.13", | |
"rimraf": "^4.4.1", | |
"rxjs": "^7.5.7", | |
"string-to-color": "^2.1.3", | |
"url": "0.11.0", | |
"uuid": "^3.3.2", | |
"xlsx": "^0.15.5" | |
}, | |
"devDependencies": { | |
"@nestjs/cli": "^9.1.5", | |
"@nestjs/schematics": "^9.0.4", | |
"@nestjs/testing": "^9.1.6", | |
"@statoscope/webpack-plugin": "^5.26.2", | |
"@types/cache-manager": "^4.0.2", | |
"@types/cron": "^1.7.1", | |
"@types/d3": "^5.7.2", | |
"@types/express": "^4.17.20", | |
"@types/file-saver": "^2.0.1", | |
"@types/jest": "^28.1.7", | |
"@types/lodash": "^4.14.80", | |
"@types/lodash.clonedeep": "^4.5.7", | |
"@types/node": "^16.0.0", | |
"@types/node-fetch": "^2.5.4", | |
"@types/react": "16.14.2", | |
"@types/react-dnd": "3.0.2", | |
"@types/react-dom": "16.9.10", | |
"@types/react-redux": "4.4.44", | |
"@types/supertest": "^2.0.12", | |
"@types/uuid": "^3.4.6", | |
"@types/xlsx": "^0.0.36", | |
"@typescript-eslint/eslint-plugin": "^5.43.0", | |
"@typescript-eslint/parser": "^5.43.0", | |
"concurrently": "^6.0.2", | |
"drag-mock": "^1.3.3", | |
"eslint": "^8.27.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.2.1", | |
"eslint-plugin-react": "^7.31.10", | |
"eslint-plugin-react-hooks": "^4.6.0", | |
"file-saver": "^2.0.2", | |
"ftp": "^0.3.10", | |
"husky": "^1.3.0", | |
"interactjs": "1.3.4", | |
"jest": "^28.1.3", | |
"lerna": "^4.0.0", | |
"lint-staged": "^8", | |
"nodemon": "2.0.15", | |
"pino-pretty": "^9.1.1", | |
"prettier": "^2.7.1", | |
"source-map-support": "^0.5.20", | |
"standard-version": "^4.4.0", | |
"supertest": "^6.3.1", | |
"ts-jest": "^28.0.8", | |
"ts-loader": "^9.4.2", | |
"ts-node": "^10.9.1", | |
"tsconfig-paths": "4.1.2", | |
"typescript": "4.5.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment