forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "@rushstack/localization-plugin",
"version": "0.6.23",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/localization-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/webpack/localization-plugin"
},
"scripts": {
"build": "heft build --clean"
},
"peerDependencies": {
"@rushstack/set-webpack-public-path-plugin": "^3.2.43",
"@types/webpack": "^4.39.0",
"webpack": "^4.31.0"
},
"peerDependenciesMeta": {
"@rushstack/set-webpack-public-path-plugin": {
"optional": true
},
"@types/webpack": {
"optional": true
}
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"@rushstack/typings-generator": "workspace:*",
"@types/node": "10.17.13",
"@types/tapable": "1.0.6",
"decache": "~4.5.1",
"loader-utils": "~1.1.0",
"lodash": "~4.17.15",
"pseudolocale": "~1.1.0",
"xmldoc": "~1.1.2"
},
"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/lodash": "4.14.116",
"@types/webpack": "4.41.24",
"@types/xmldoc": "1.1.4",
"webpack": "~4.44.2"
}
}