forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 849 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
{
"name": "@microsoft/loader-set-webpack-public-path",
"version": "3.3.7",
"description": "This loader sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/webpack/loader-set-webpack-public-path"
},
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/set-webpack-public-path-plugin": "2.2.7",
"loader-utils": "~1.1.0",
"lodash": "~4.17.15"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@types/lodash": "4.14.116",
"@types/mocha": "5.2.5",
"@types/node": "8.10.54",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"mocha": "^5.2.0",
"@microsoft/node-library-build": "6.3.0"
}
}