-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 866 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 866 Bytes
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
{
"dependencies": {
"ws": "8.2.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/ws": "8.2.0",
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^3.0.5"
},
"overrides": {
"@gulp-sourcemaps/identity-map": {
"postcss": "8.4.33"
},
"npm-run-all": {
"cross-spawn": "7.0.6"
},
"postcss": {
"nanoid": "3.3.8"
},
"@vscode/test-web": {
"tar-fs": "3.1.1"
},
"prebuild-install": {
"tar-fs": "2.1.4"
},
"micromatch": "4.0.8",
"braces": "3.0.3",
"@types/node-fetch": {
"form-data": "3.0.4"
},
"@azure/core-http": {
"form-data": "4.0.4"
},
"lodash": "^4.17.23",
"tar": "^7.5.8"
}
}