forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 846 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
{
"name": "localization-plugin-test-02",
"description": "Building this project exercises @microsoft/localization-plugin. This tests that the loader works correctly with the exportAsDefault option unset.",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "node build.js",
"serve": "node serve.js"
},
"dependencies": {
"@rushstack/set-webpack-public-path-plugin": "2.4.4",
"@rushstack/node-core-library": "3.19.6",
"@rushstack/localization-plugin": "0.2.1",
"@types/webpack-env": "1.13.0",
"@microsoft/rush-stack-compiler-3.5": "0.4.7",
"ts-loader": "6.0.0",
"webpack": "~4.31.0",
"webpack-bundle-analyzer": "~3.6.0",
"webpack-cli": "~3.3.2",
"webpack-dev-server": "~3.9.0",
"html-webpack-plugin": "~3.2.0",
"@types/lodash": "4.14.116",
"lodash": "~4.17.15"
}
}