Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

53
node_modules/@nx/devkit/package.json generated vendored Normal file
View File

@@ -0,0 +1,53 @@
{
"name": "@nx/devkit",
"version": "22.7.5",
"private": false,
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/devkit"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"main": "./index.js",
"type": "commonjs",
"types": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"@zkochan/js-yaml": "0.0.7",
"ejs": "5.0.1",
"tslib": "^2.3.0",
"semver": "^7.6.3",
"yargs-parser": "21.1.1",
"minimatch": "10.2.5",
"enquirer": "~2.3.6"
},
"devDependencies": {
"jest": "30.3.0",
"nx": "22.7.5"
},
"peerDependencies": {
"nx": ">= 21 <= 23 || ^22.0.0-0"
},
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "./migrations.json"
}
}