forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "@microsoft/gulp-core-build-serve",
"version": "3.5.7",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-serve"
},
"scripts": {
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.12.1",
"@microsoft/node-core-library": "3.15.1",
"@types/node": "8.10.54",
"colors": "~1.2.1",
"deasync": "~0.1.7",
"express": "~4.16.2",
"gulp": "~4.0.2",
"gulp-connect": "~5.5.0",
"gulp-open": "~3.0.1",
"node-forge": "~0.7.1",
"sudo": "~1.0.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@microsoft/node-library-build": "6.3.0",
"@types/express": "4.11.0",
"@types/express-serve-static-core": "4.11.0",
"@types/gulp": "4.0.6",
"@types/mime": "0.0.29",
"@types/node-forge": "0.6.8",
"@types/orchestrator": "0.0.30",
"@types/serve-static": "1.13.1",
"@types/through2": "2.0.32",
"@types/vinyl": "2.0.3"
}
}