forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 825 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
{
"name": "localization-plugin-test-03",
"description": "Building this project exercises @microsoft/localization-plugin. This tests that the plugin works correctly with the exportAsDefault option set to true.",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "node build.js",
"serve": "node serve.js",
"_phase:build": "node build.js"
},
"dependencies": {
"@rushstack/localization-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
"@types/webpack-env": "1.13.0",
"html-webpack-plugin": "~4.5.0",
"ts-loader": "6.0.0",
"typescript": "~4.5.2",
"webpack": "~4.44.2",
"webpack-bundle-analyzer": "~3.6.0",
"webpack-cli": "~3.3.2",
"webpack-dev-server": "~3.11.0"
}
}