forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "@microsoft/gulp-core-build",
"version": "3.17.3",
"description": "Core gulp build tasks for building typescript, html, less, etc.",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build"
},
"scripts": {
"build": "gulp --clean"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@jest/core": "~25.4.0",
"@jest/reporters": "~25.4.0",
"@rushstack/node-core-library": "workspace:*",
"@types/chalk": "0.4.31",
"@types/gulp": "4.0.6",
"@types/jest": "25.2.1",
"@types/node": "10.17.13",
"@types/node-notifier": "0.0.28",
"@types/orchestrator": "0.0.30",
"@types/semver": "~7.3.1",
"@types/through2": "2.0.32",
"@types/vinyl": "2.0.3",
"@types/yargs": "0.0.34",
"colors": "~1.2.1",
"del": "^2.2.2",
"end-of-stream": "~1.1.0",
"glob": "~7.0.5",
"glob-escape": "~0.0.2",
"globby": "~5.0.0",
"gulp": "~4.0.2",
"gulp-flatten": "~0.2.0",
"gulp-if": "^2.0.1",
"jest": "~25.4.0",
"jest-cli": "~25.4.0",
"jest-environment-jsdom": "~25.4.0",
"jest-nunit-reporter": "~1.3.1",
"jsdom": "~11.11.0",
"lodash.merge": "~4.6.2",
"merge2": "~1.0.2",
"node-notifier": "~5.0.2",
"object-assign": "~4.1.0",
"orchestrator": "~0.3.8",
"pretty-hrtime": "~1.0.2",
"semver": "~7.3.0",
"through2": "~2.0.1",
"vinyl": "~2.2.0",
"xml": "~1.0.1",
"yargs": "~4.6.0",
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.5.0",
"@microsoft/rush-stack-compiler-3.9": "0.4.22",
"@rushstack/eslint-config": "workspace:*",
"@types/glob": "7.1.1",
"@types/jest": "25.2.1",
"@types/z-schema": "3.16.31"
}
}