misc: move essential deps from devDependencies

This commit is contained in:
Abdullah Atta
2023-06-21 15:45:55 +05:00
parent 31726f6d86
commit 87de351170
2 changed files with 411 additions and 1895 deletions

2292
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,6 @@
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.1.1", "@commitlint/cli": "^17.1.1",
"@lerna/legacy-package-management": "^7.0.0",
"@types/node": "^18.7.13", "@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9", "@typescript-eslint/parser": "^5.59.9",
@@ -46,18 +45,19 @@
"eslint-plugin-react-native": "^4.0.0", "eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"lerna": "^7.0.0",
"nx": "^16.3.2",
"patch-package": "^7.0.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"serve": "^14.0.1", "serve": "^14.0.1",
"turbowatch": "^2.29.4", "turbowatch": "^2.29.4"
"zx": "^7.2.2"
}, },
"dependencies": { "dependencies": {
"@lerna/legacy-package-management": "^7.0.0",
"@nrwl/nx-cloud": "^14.6.2", "@nrwl/nx-cloud": "^14.6.2",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"typescript": "^5.1.3" "typescript": "^5.1.3",
"zx": "^7.2.2",
"lerna": "^7.0.0",
"nx": "^16.3.2",
"patch-package": "^7.0.0"
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"volta": { "volta": {