forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 928 Bytes
/
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
{
"name": "@microsoft/gulp-core-build-webpack",
"version": "5.2.5",
"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-webpack"
},
"scripts": {
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "workspace:*",
"@types/gulp": "4.0.6",
"@types/node": "10.17.13",
"colors": "~1.2.1",
"gulp": "~4.0.2",
"webpack": "~4.44.2"
},
"devDependencies": {
"@microsoft/node-library-build": "workspace:*",
"@microsoft/rush-stack-compiler-3.9": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@types/orchestrator": "0.0.30",
"@types/source-map": "0.5.0",
"@types/uglify-js": "2.6.29",
"@types/webpack": "4.41.24",
"@types/webpack-dev-server": "3.11.0"
}
}