forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@rushstack/webpack4-localization-plugin",
"version": "0.17.45",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/webpack4-localization-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/webpack4-localization-plugin"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean"
},
"peerDependencies": {
"@rushstack/set-webpack-public-path-plugin": "^4.0.16",
"@types/webpack": "^4.39.0",
"webpack": "^4.31.0",
"@types/node": "*"
},
"peerDependenciesMeta": {
"@rushstack/set-webpack-public-path-plugin": {
"optional": true
},
"@types/webpack": {
"optional": true
},
"@types/node": {
"optional": true
}
},
"dependencies": {
"@rushstack/localization-utilities": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/tapable": "1.0.6",
"loader-utils": "1.4.2",
"minimatch": "~3.0.3"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
"@types/loader-utils": "1.1.3",
"@types/minimatch": "3.0.5",
"@types/node": "14.18.36",
"@types/webpack": "4.41.32",
"webpack": "~4.44.2"
}
}