UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@microsoft/gulp-core-build",
3 "version": "3.16.13",
4 "description": "Core gulp build tasks for building typescript, html, less, etc.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build"
8 },
9 "scripts": {
10 "build": "gulp --clean"
11 },
12 "main": "lib/index.js",
13 "typings": "lib/index.d.ts",
14 "license": "MIT",
15 "dependencies": {
16 "@rushstack/node-core-library": "3.26.1",
17 "@types/chalk": "0.4.31",
18 "@types/gulp": "4.0.6",
19 "@types/jest": "25.2.1",
20 "@types/node": "10.17.13",
21 "@types/node-notifier": "0.0.28",
22 "@types/orchestrator": "0.0.30",
23 "@types/semver": "~7.3.1",
24 "@types/through2": "2.0.32",
25 "@types/vinyl": "2.0.3",
26 "@types/yargs": "0.0.34",
27 "colors": "~1.2.1",
28 "del": "^2.2.2",
29 "end-of-stream": "~1.1.0",
30 "glob-escape": "~0.0.2",
31 "globby": "~5.0.0",
32 "glob": "~7.0.5",
33 "gulp": "~4.0.2",
34 "gulp-flatten": "~0.2.0",
35 "gulp-if": "^2.0.1",
36 "@jest/core": "~25.4.0",
37 "@jest/reporters": "~25.4.0",
38 "jest": "~25.4.0",
39 "jest-cli": "~25.4.0",
40 "jest-environment-jsdom": "~25.4.0",
41 "jest-nunit-reporter": "~1.3.1",
42 "jsdom": "~11.11.0",
43 "lodash.merge": "~4.6.2",
44 "merge2": "~1.0.2",
45 "node-notifier": "~5.0.2",
46 "object-assign": "~4.1.0",
47 "orchestrator": "~0.3.8",
48 "pretty-hrtime": "~1.0.2",
49 "semver": "~7.3.0",
50 "through2": "~2.0.1",
51 "vinyl": "~2.2.0",
52 "xml": "~1.0.1",
53 "yargs": "~4.6.0",
54 "z-schema": "~3.18.3"
55 },
56 "devDependencies": {
57 "@microsoft/node-library-build": "6.4.31",
58 "@microsoft/rush-stack-compiler-3.5": "0.8.0",
59 "@rushstack/eslint-config": "1.0.3",
60 "@types/glob": "7.1.1",
61 "@types/jest": "25.2.1",
62 "@types/z-schema": "3.16.31"
63 }
64}