forked from TriPSs/nx-extend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.34 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "nx-extend",
"version": "2.0.0",
"private": true,
"license": "MIT",
"workspaces": {
"packages": [
"packages/**"
]
},
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:e2e": "nx affected:e2e",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"build": "nx build",
"dep-graph": "nx dep-graph",
"e2e": "nx e2e",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"help": "nx help",
"lint": "nx workspace-lint && nx lint",
"nx": "nx",
"nx:update": "nx migrate latest",
"start": "nx serve",
"test": "nx test",
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@nx/devkit": "16.8.1",
"@nx/workspace": "16.8.1",
"@types/tar": "^6.1.5",
"axios": "^1.5.0",
"crypto-js": "^4.1.1",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/storage": "^7.1.0",
"@jamesives/github-pages-deploy-action": "^4.4.3",
"@jscutlery/semver": "^3.1.0",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/node": "16.8.1",
"@nx/plugin": "16.8.1",
"@nx/react": "16.8.1",
"@nx/webpack": "16.8.1",
"@swc-node/register": "^1.6.7",
"@swc/core": "^1.3.84",
"@types/jest": "29.5.4",
"@types/node": "20.6.0",
"@types/shelljs": "^0.8.12",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"dotenv": "16.3.1",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"typescript": "5.2.2"
},
"packageManager": "[email protected]"
}