-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update nx to be dev dependency (#18221)
- Loading branch information
1 parent
f24a88d
commit d214374
Showing
12 changed files
with
252,590 additions
and
16,518 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "nx-cloud-client-bundle", | ||
"version": "0.0.1", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"author": "Victor Savkin", | ||
"license": "CC-BY-ND-3.0", | ||
"dependencies": { | ||
"axios": "1.1.3", | ||
"enquirer": "2.4.1", | ||
"dotenv": "~10.0.0", | ||
"node-machine-id": "^1.1.12", | ||
"tar": "6.1.11", | ||
"strip-json-comments": "^5.0.1", | ||
"chalk": "^4.1.0", | ||
"yargs-parser": ">=21.1.1", | ||
"fs-extra": "^11.1.0", | ||
"open": "~8.4.0", | ||
"ini": "4.1.3" | ||
} | ||
} |
Oops, something went wrong.