-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.26 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@push-based/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/esbuild": "23.1.1",
"@nx/eslint": "23.1.1",
"@nx/eslint-plugin": "23.1.1",
"@nx/jest": "23.1.1",
"@nx/js": "23.1.1",
"@nx/nest": "23.1.1",
"@nx/node": "23.1.1",
"@nx/rollup": "23.1.1",
"@nx/vite": "23.1.1",
"@nx/vitest": "23.1.1",
"@nx/web": "23.1.1",
"@nx/webpack": "23.1.1",
"@swc-node/register": "1.12.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.16.0",
"@swc/helpers": "0.5.23",
"@swc/jest": "~0.2.36",
"@types/express": "^4.17.21",
"@types/jest": "30.0.0",
"@types/node": "22.20.1",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"esbuild": "^0.28.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"jest": "30.3.0",
"jest-environment-node": "^29.7.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"memfs": "^4.17.2",
"nx": "23.1.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"rollup": "4.62.4",
"swc-loader": "0.1.15",
"ts-jest": "29.4.9",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "6.0.3",
"typescript-eslint": "^8.67.0",
"verdaccio": "6.9.3",
"vite": "8.2.1",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.0",
"webpack": "5.109.2",
"webpack-cli": "7.2.2"
},
"workspaces": [
"packages/*",
"testing/*",
"pkg-0",
"packages",
"cpu-profiling-e2e"
],
"dependencies": {
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"ansis": "^4.1.0",
"axios": "^1.6.0",
"express": "^4.21.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"traceviewify": "^0.4.0",
"yargs": "^17.7.2"
},
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}
}