forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 983 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
34
35
36
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "2.4.2",
"description": "This plugin 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/set-webpack-public-path-plugin"
},
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"lodash": "~4.17.15",
"uglify-js": "~3.0.28"
},
"peerDependencies": {
"@types/webpack": "*"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.6",
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
"@rushstack/eslint-config": "0.5.5",
"@types/lodash": "4.14.116",
"@types/mocha": "5.2.5",
"@types/node": "10.17.13",
"@types/tapable": "1.0.4",
"@types/uglify-js": "2.6.29",
"@types/webpack": "4.39.8",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"mocha": "^5.2.0"
}
}