-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.62 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
57
58
59
60
61
62
63
64
{
"name": "@huge-nx/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"dev": "pnpm dev:clear && node ./tools/scripts/publish-local.mjs",
"dev:clear": "rm -rf tmp/huge-nx-dev/*"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/jogelin/huge-nx"
},
"devDependencies": {
"glob": "^11.0.0",
"@eslint/js": "^9.8.0",
"@nx/devkit": "20.6.4",
"@nx/eslint": "20.6.4",
"@nx/eslint-plugin": "20.6.4",
"@nx/jest": "20.6.4",
"@nx/js": "20.6.4",
"@nx/plugin": "20.6.4",
"@nx/powerpack-license": "^1.0.14",
"@nx/vite": "20.6.4",
"@nx/web": "20.6.4",
"@nx/workspace": "20.6.4",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@types/node": "18.16.9",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"chalk": "^4.1.2",
"ci-info": "^4.1.0",
"create-nx-workspace": "20.6.2",
"enquirer": "^2.4.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-n": "^17.14.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"minimatch": "^9.0.4",
"nx": "20.6.4",
"prettier": "^2.6.2",
"tmp": "^0.2.3",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0",
"verdaccio": "^5.0.4",
"vite": "~5.0.0",
"vite-plugin-dts": "~3.8.1",
"vitest": "^1.3.1",
"yargs": "^17.7.2"
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]"
}