-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "@gb-nx/source",
"version": "6.0.0",
"description": "Some miscellaneous NX plugins",
"scripts": {},
"private": true,
"devDependencies": {
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/node": "18.0.4",
"@nx/plugin": "18.0.4",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@swc-node/register": "1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.4.13",
"@types/adm-zip": "^0.5.5",
"@types/fs-extra": "^11.0.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"adm-zip": "^0.5.13",
"ajv": "^8.12.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-gb": "^2.0.0",
"gb-schematics": "^3.8.2",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"json-schema-to-typescript": "^13.1.1",
"nx": "18.0.4",
"prettier": "^2.6.2",
"semver": "^7.5.4",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3"
},
"dependencies": {
"@nx/devkit": "18.0.4",
"@swc/helpers": "0.5.3",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": []
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GaryB432/gb-nx.git"
},
"bugs": "https://github.com/GaryB432/gb-nx/issues"
}