forked from TriPSs/nx-extend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.37 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.0",
"@nrwl/devkit": "15.6.2",
"@nrwl/workspace": "15.6.2",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tslib": "^2.3.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.1.3",
"@google-cloud/storage": "^6.9.4",
"@jamesives/github-pages-deploy-action": "^4.4.1",
"@jscutlery/semver": "^2.29.3",
"@nrwl/cli": "15.6.2",
"@nrwl/eslint-plugin-nx": "15.6.2",
"@nrwl/jest": "15.6.2",
"@nrwl/js": "15.6.2",
"@nrwl/node": "15.6.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/nx-plugin": "15.6.2",
"@nrwl/react": "15.6.2",
"@swc-node/register": "^1.5.5",
"@swc/core": "^1.3.42",
"@types/jest": "28.1.8",
"@types/node": "18.11.18",
"@types/shelljs": "^0.8.11",
"@types/yargs": "^17.0.23",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"dotenv": "16.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "28.1.3",
"jest-environment-jsdom": "^28",
"nx": "15.6.2",
"prettier": "2.7.0",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "^2.3.1",
"tslint": "~6.1.3",
"typescript": "4.8.4"
},
"packageManager": "[email protected]"
}