forked from nrwl/nx-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.69 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"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",
"update": "nx migrate latest"
},
"dependencies": {
"@lit-labs/context": "^0.3.1",
"@microsoft/fast-components": "^2.30.6",
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.0",
"@monodon/typescript-nx-imports-plugin": "0.2.0",
"@nx/devkit": "18.0.4",
"@open-wc/lit-helpers": "^0.6.0",
"@parcel/watcher": "2.3.0",
"@vscode/codicons": "^0.0.32",
"@vscode/webview-ui-toolkit": "^1.2.0",
"@yarnpkg/fslib": "^3.0.0-rc.48",
"@yarnpkg/libzip": "^3.0.0-rc.48",
"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",
"minimatch": "^9.0.3",
"request-light": "^0.5.8",
"rxjs": "7.5.6",
"semver": "^7.3.7",
"tree-kill": "^1.2.2",
"tslib": "^2.0.0",
"vscode-json-languageservice": "^5.1.0",
"vscode-languageclient": "^8.0.2",
"vscode-languageserver": "^8.0.2",
"vscode-uri": "^3.0.8",
"xstate": "^4.32.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.0",
"@angular-devkit/build-angular": "17.1.3",
"@angular-devkit/core": "17.1.3",
"@angular-devkit/schematics": "17.1.3",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/animations": "17.1.3",
"@angular/cdk": "17.1.2",
"@angular/cli": "~17.1.0",
"@angular/common": "17.1.3",
"@angular/compiler": "17.1.3",
"@angular/compiler-cli": "17.1.3",
"@angular/core": "17.1.3",
"@angular/forms": "17.1.3",
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@babel/core": "7.21.0",
"@nx/angular": "18.0.4",
"@nx/cypress": "18.0.4",
"@nx/esbuild": "18.0.4",
"@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/storybook": "18.0.4",
"@nx/web": "18.0.4",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@schematics/angular": "17.1.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-knobs": "~7.0.2",
"@storybook/addon-mdx-gfm": "7.5.3",
"@storybook/angular": "7.5.3",
"@storybook/core-server": "7.5.3",
"@swc-node/register": "1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@tailwindcss/forms": "0.5.3",
"@theunderscorer/nx-semantic-release": "2.4.0",
"@types/find-cache-dir": "^3.2.1",
"@types/jest": "29.4.0",
"@types/mocha": "^9.1.1",
"@types/node": "18.16.9",
"@types/semver": "^7.3.12",
"@types/universal-analytics": "0.4.5",
"@types/uuid": "^8.3.4",
"@types/vscode": "^1.85.0",
"@types/vscode-webview": "^1.57.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@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": "^13.0.0",
"cypress-real-events": "^1.11.0",
"esbuild": "0.19.5",
"esbuild-copy-files-plugin": "^1.1.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "^0.6.11",
"gradle-semantic-release-plugin": "^1.7.6",
"html-webpack-plugin": "^5.5.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "13.1.6",
"memfs": "^3.4.7",
"mocha": "^10.0.0",
"nx": "18.0.4",
"ovsx": "^0.7.1",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"storybook": "7.0.7",
"tailwindcss": "^3.3.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"type-fest": "^2.12.1",
"typescript": "5.3.3",
"universal-analytics": "0.5.3",
"uuid": "^8.3.2",
"vscode-jsonrpc": "^8.2.0",
"wdio-vscode-service": "^4.2.1",
"webdriverio": "^7.26.0",
"webpack": "5.88.2",
"zone.js": "0.14.3"
}
}