2018-12-07 17:44:11 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2024-08-06 06:27:22 +03:00
|
|
|
"@babel/core": "^7.25.2",
|
2024-09-17 02:24:11 +03:00
|
|
|
"@changesets/cli": "^2.27.8",
|
2024-08-09 06:47:07 +03:00
|
|
|
"@eslint/compat": "^1.1.1",
|
2024-09-17 02:24:11 +03:00
|
|
|
"@eslint/js": "^8.57.1",
|
|
|
|
"@nrwl/nx-cloud": "^19.1.0",
|
|
|
|
"eslint": "^8.57.1",
|
2023-12-10 06:44:13 +03:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-09-17 02:24:11 +03:00
|
|
|
"eslint-plugin-jest": "^28.8.3",
|
|
|
|
"eslint-plugin-react": "^7.36.1",
|
2024-06-07 04:21:49 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
2023-09-27 15:23:14 +03:00
|
|
|
"jest": "^29.7.0",
|
2024-09-17 02:24:11 +03:00
|
|
|
"nx": "^19.7.3",
|
2024-07-16 16:24:47 +03:00
|
|
|
"prettier": "3.3.3",
|
2024-08-09 06:47:07 +03:00
|
|
|
"typescript": "~5.5.4",
|
2024-09-17 02:24:11 +03:00
|
|
|
"typescript-eslint": "^8.6.0"
|
2018-12-07 17:44:11 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-19 02:47:03 +03:00
|
|
|
"format": "prettier --write .",
|
2022-01-31 02:38:03 +03:00
|
|
|
"format:check": "prettier --check .",
|
2022-11-07 17:42:25 +03:00
|
|
|
"build:all": "nx run-many --target=build --all --parallel=1",
|
|
|
|
"lint:all": "nx run-many --target=lint --all --parallel=1",
|
|
|
|
"test:all": "nx run-many --target=test --all --parallel=1",
|
|
|
|
"clean:all": "nx run-many --target=clean --all --parallel=1",
|
2024-09-01 07:12:24 +03:00
|
|
|
"release": "pnpm build:all && pnpm publish -r"
|
2018-12-07 17:44:11 +03:00
|
|
|
},
|
2024-09-17 02:24:11 +03:00
|
|
|
"packageManager": "pnpm@9.10.0"
|
2018-12-07 17:44:11 +03:00
|
|
|
}
|