forked from nrwl/nx-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.15 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "nx-console",
"version": "17.23.0",
"publisher": "nrwl",
"sideEffects": false,
"author": {
"name": "Narwhal Technologies Inc",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"nx": "export NODE_OPTIONS=--max-old-space-size=4096 && nx",
"watch": "nx watch-all vscode",
"package": "node ./tools/scripts/clear-dist.js && nx package vscode",
"release": "standard-version",
"update": "nx migrate latest"
},
"dependencies": {
"@monodon/typescript-nx-imports-plugin": "0.2.0",
"@nrwl/devkit": "14.5.10",
"@yarnpkg/fslib": "2.6.1-rc.5",
"@yarnpkg/libzip": "2.2.3-rc.5",
"fast-glob": "^3.2.11",
"find-cache-dir": "^3.3.2",
"jsonc-parser": "^3.0.0",
"request-light": "^0.5.8",
"rxjs": "7.5.6",
"semver": "^7.3.7",
"tslib": "^2.0.0",
"vscode-json-languageservice": "^5.1.0",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2",
"xstate": "^4.32.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1",
"@angular-devkit/build-angular": "14.1.3",
"@angular-eslint/eslint-plugin": "14.0.0",
"@angular-eslint/eslint-plugin-template": "14.0.0",
"@angular-eslint/template-parser": "14.0.0",
"@angular/cdk": "14.1.3",
"@angular/common": "14.1.3",
"@angular/compiler": "14.1.3",
"@angular/compiler-cli": "14.1.3",
"@angular/core": "14.1.3",
"@angular/forms": "14.1.3",
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@babel/core": "7.5.4",
"@nrwl/angular": "14.5.10",
"@nrwl/cypress": "14.5.10",
"@nrwl/eslint-plugin-nx": "14.5.10",
"@nrwl/jest": "14.5.10",
"@nrwl/js": "14.5.10",
"@nrwl/linter": "14.5.10",
"@nrwl/node": "14.5.10",
"@nrwl/nx-cloud": "14.5.4",
"@nrwl/storybook": "14.5.10",
"@nrwl/workspace": "14.5.10",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-knobs": "~6.4.0",
"@storybook/angular": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/core-server": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@swc-node/register": "^1.5.1",
"@theunderscorer/nx-semantic-release": "^1.14.0",
"@types/find-cache-dir": "^3.2.1",
"@types/jest": "27.4.1",
"@types/node": "18.7.1",
"@types/semver": "^7.3.12",
"@types/universal-analytics": "0.4.5",
"@types/uuid": "^8.3.4",
"@types/vscode": "1.71.0",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"@yarnpkg/pnp": "^3.1.1-rc.12",
"cypress": "6.5.0",
"esbuild": "^0.14.54",
"esbuild-copy-files-plugin": "^1.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.5.1",
"jest-preset-angular": "11.1.2",
"memfs": "^3.4.7",
"nx": "14.5.10",
"ovsx": "^0.3.0",
"prettier": "2.7.1",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"ts-jest": "27.1.4",
"ts-node": "10.9.1",
"tslib": "^2.0.0",
"type-fest": "^2.12.1",
"typescript": "4.7.4",
"universal-analytics": "0.5.3",
"uuid": "^8.3.2",
"vsce": "^2.6.3",
"webpack": "^5.47.0",
"zone.js": "0.11.4"
}
}