forked from wizardnet972/nx-npm-preset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 802 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
{
"name": "nx-npm-preset",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@nrwl/js": "^14.3.5",
"@nrwl/node": "^14.3.5",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cli": "14.3.5",
"@nrwl/eslint-plugin-nx": "14.3.5",
"@nrwl/jest": "14.3.5",
"@nrwl/linter": "14.3.5",
"@nrwl/workspace": "14.3.5",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "~5.24.0",
"@typescript-eslint/parser": "~5.24.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.5.1",
"nx": "14.3.5",
"prettier": "^2.6.2",
"ts-jest": "27.1.4",
"ts-node": "~10.8.0",
"typescript": "~4.7.2"
},
"workspaces": [
"packages/**"
]
}