forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 915 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/web-library-build",
"version": "7.4.6",
"description": "",
"engines": {
"npm": "3.10.8"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/core-build/web-library-build"
},
"scripts": {
"build": "gulp --clean"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@microsoft/gulp-core-build": "3.15.3",
"@microsoft/gulp-core-build-sass": "4.10.6",
"@microsoft/gulp-core-build-serve": "3.7.3",
"@microsoft/gulp-core-build-typescript": "8.4.6",
"@microsoft/gulp-core-build-webpack": "5.0.2",
"@types/gulp": "4.0.6",
"@types/node": "10.17.13",
"gulp": "~4.0.2",
"gulp-replace": "^0.5.4"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.6",
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
"@rushstack/eslint-config": "0.5.5"
}
}