-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "nx-toolset",
"packageManager": "[email protected]",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/plugin": "^17.1.3",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "~1.3.99",
"@types/node": "20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "~8.54.0",
"eslint-config-prettier": "^9.0.0",
"nx": "17.1.3",
"prettier": "^3.1.0",
"typescript": "~5.3.2"
},
"workspaces": [
"packages/tsup",
"packages/yarn-publish"
],
"nx": {
"targets": {}
},
"dependencies": {
"@nx/devkit": "17.1.3",
"@swc/helpers": "~0.5.3",
"nx-tsup": "workspace:^",
"nx-yarn-publish": "workspace:^",
"tslib": "^2.6.2"
}
}