-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
38
39
40
41
42
43
44
45
{
"name": "rps-libs",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:all": "npx nx run-many --target=build --all=true"
},
"private": true,
"dependencies": {
"@nx/node": "16.5.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nx/eslint-plugin": "16.5.0",
"@nx/jest": "16.5.0",
"@nx/js": "16.5.0",
"@nx/linter": "16.5.0",
"@nx/workspace": "16.5.0",
"@types/glob": "^7.2.0",
"@types/jest": "29.4.0",
"@types/mocha": "^9.1.1",
"@types/node": "16.11.7",
"@types/vscode": "^1.69.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vscode/test-electron": "^2.1.5",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"generator-code": "^1.6.12",
"glob": "^8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"mocha": "^10.0.0",
"nx": "16.5.0",
"nx-cloud": "16.0.5",
"prettier": "^2.6.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"workspaces": [
"packages/**"
],
"packageManager": "yarn@3.6.1"
}