-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.56 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "nx-plugins",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "url",
"url": "https://github.com/porscheofficial/nx-plugins"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@formatjs/cli-lib": "^6.6.3",
"@nx/devkit": "20.0.12",
"@nx/eslint": "20.0.12",
"@nx/eslint-plugin": "20.0.12",
"@nx/jest": "20.0.12",
"@nx/js": "20.0.12",
"@nx/node": "20.0.12",
"@nx/plugin": "20.0.12",
"@nx/workspace": "20.0.12",
"@swc-node/register": "1.10.9",
"@swc/core": "1.9.2",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jest": "29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"debug": "^4.3.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"fs-extra": "^11.2.0",
"form-data": "4.0.1",
"glob": "^11.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"js-yaml": "^4.1.0",
"micro": "^10.0.1",
"nock": "^13.5.6",
"nx": "20.0.12",
"prettier": "2.8.8",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "5.6.3"
}
}