forked from nrwl/nx-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.86 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "nx-console",
"version": "17.28.2",
"publisher": "nrwl",
"sideEffects": false,
"author": {
"name": "Narwhal Technologies Inc",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"nx": "NODE_OPTIONS=--max-old-space-size=4096 && nx",
"watch": "nx watch-all vscode",
"package": "node ./tools/scripts/clear-dist.js && nx package vscode",
"e2e": "nx e2e vscode-e2e",
"release": "standard-version",
"update": "nx migrate latest"
},
"dependencies": {
"@monodon/typescript-nx-imports-plugin": "0.2.0",
"@nrwl/devkit": "14.8.6",
"@parcel/watcher": "^2.0.7",
"@vscode/codicons": "^0.0.32",
"@vscode/webview-ui-toolkit": "^1.2.0",
"@yarnpkg/fslib": "2.6.1-rc.5",
"@yarnpkg/libzip": "2.2.3-rc.5",
"dotenv": "^16.0.3",
"fast-glob": "^3.2.11",
"find-cache-dir": "^3.3.2",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"jsonc-parser": "^3.0.0",
"lit": "^2.4.1",
"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.2.3",
"@angular-eslint/eslint-plugin": "14.0.4",
"@angular-eslint/eslint-plugin-template": "14.0.4",
"@angular-eslint/template-parser": "14.0.4",
"@angular/cdk": "14.2.2",
"@angular/cli": "14.2.3",
"@angular/common": "14.2.3",
"@angular/compiler": "14.2.3",
"@angular/compiler-cli": "14.2.3",
"@angular/core": "14.2.3",
"@angular/forms": "14.2.3",
"@angular/platform-browser": "14.2.3",
"@angular/platform-browser-dynamic": "14.2.3",
"@babel/core": "7.5.4",
"@nrwl/angular": "14.8.6",
"@nrwl/cypress": "14.8.6",
"@nrwl/esbuild": "14.8.6",
"@nrwl/eslint-plugin-nx": "14.8.6",
"@nrwl/jest": "14.8.6",
"@nrwl/js": "14.8.6",
"@nrwl/linter": "14.8.6",
"@nrwl/node": "14.8.6",
"@nrwl/nx-cloud": "15.0.0",
"@nrwl/storybook": "14.8.6",
"@nrwl/workspace": "14.8.6",
"@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": "28.1.8",
"@types/mocha": "^9.1.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",
"@types/vscode-webview": "^1.57.0",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@vscode/test-electron": "^2.1.5",
"@vscode/vsce": "^2.15.0",
"@wdio/cli": "^7.27.0",
"@wdio/devtools-service": "^7.27.0",
"@wdio/local-runner": "^7.27.0",
"@wdio/mocha-framework": "^7.26.0",
"@wdio/spec-reporter": "^7.26.0",
"@yarnpkg/pnp": "^3.1.1-rc.12",
"cypress": "^10.2.0",
"esbuild": "^0.14.54",
"esbuild-copy-files-plugin": "^1.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-preset-angular": "12.2.2",
"memfs": "^3.4.7",
"mocha": "^10.0.0",
"nx": "14.8.6",
"ovsx": "^0.7.1",
"prettier": "2.7.1",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "^2.0.0",
"type-fest": "^2.12.1",
"typescript": "4.8.4",
"universal-analytics": "0.5.3",
"uuid": "^8.3.2",
"wdio-vscode-service": "^4.2.1",
"webdriverio": "^7.26.0",
"webpack": "^5.47.0",
"zone.js": "0.11.4"
}
}