-
Notifications
You must be signed in to change notification settings - Fork 211
/
package.json
143 lines (143 loc) · 4.43 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
{
"name": "nx-console",
"version": "17.28.2",
"publisher": "nrwl",
"sideEffects": false,
"author": {
"name": "Narwhal Technologies Inc",
"email": "hello@nrwl.io"
},
"license": "MIT",
"scripts": {
"nx": "NODE_OPTIONS=--max-old-space-size=4096 && nx",
"watch": "nx watch-all vscode",
"e2e": "nx e2e vscode-e2e",
"update": "nx migrate latest",
"prepare": "husky"
},
"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",
"@open-wc/lit-helpers": "^0.6.0",
"@parcel/watcher": "^2.4.1",
"@storybook/addon-interactions": "^8.3.1",
"@vscode-elements/elements": "^1.6.1",
"@vscode/codicons": "^0.0.36",
"@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",
"ini": "^4.1.3",
"jsonc-parser": "^3.0.0",
"lit": "^2.4.1",
"minimatch": "^9.0.3",
"request-light": "^0.5.8",
"rollbar": "^2.26.4",
"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",
"vscode-uri": "^3.0.8",
"xstate": "^5.18.2"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@chromatic-com/storybook": "^1",
"@nx/cypress": "20.0.3",
"@nx/devkit": "20.0.3",
"@nx/esbuild": "20.0.3",
"@nx/eslint": "20.0.3",
"@nx/eslint-plugin": "20.0.3",
"@nx/gradle": "20.0.3",
"@nx/jest": "20.0.3",
"@nx/js": "20.0.3",
"@nx/node": "20.0.3",
"@nx/powerpack-enterprise-cloud": "1.0.9",
"@nx/storybook": "20.0.3",
"@nx/web": "20.0.3",
"@nx/webpack": "20.0.3",
"@nx/workspace": "20.0.3",
"@schematics/angular": "18.1.0",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-knobs": "^8.0.1",
"@storybook/addon-mdx-gfm": "^8.3.1",
"@storybook/angular": "^8.3.1",
"@storybook/core-server": "^8.3.1",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@tailwindcss/forms": "0.5.3",
"@theunderscorer/nx-semantic-release": "2.4.0",
"@types/find-cache-dir": "^3.2.1",
"@types/ini": "^4.1.1",
"@types/jest": "29.5.12",
"@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": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/utils": "7.16.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": "13.15.0",
"cypress-real-events": "^1.13.0",
"esbuild": "0.19.5",
"esbuild-copy-files-plugin": "^1.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "^0.8.0",
"gradle-semantic-release-plugin": "^1.7.6",
"html-webpack-plugin": "^5.5.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "14.1.1",
"memfs": "^3.4.7",
"mocha": "^10.0.0",
"nx": "20.0.3",
"ovsx": "^0.7.1",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"rimraf": "^3.0.2",
"storybook": "^8.3.1",
"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.5.3",
"universal-analytics": "0.5.3",
"uuid": "^8.3.2",
"vite": "^5.3.5",
"vscode-jsonrpc": "^8.2.0",
"wdio-vscode-service": "^4.2.1",
"webdriverio": "^7.26.0",
"webpack": "5.88.2",
"zone.js": "0.14.3"
},
"nx": {
"includedScripts": []
},
"packageManager": "yarn@4.3.1+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}