mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
misc: move essential deps from devDependencies
This commit is contained in:
2292
package-lock.json
generated
2292
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user