forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 898 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 898 Bytes
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-01",
"description": "Building this project exercises @microsoft/localization-plugin. This tests that the plugin works correctly without any localized resources.",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "heft build --clean",
"serve": "heft start",
"_phase:build": "heft run --only build -- --clean"
},
"dependencies": {
"@rushstack/webpack4-localization-plugin": "workspace:*",
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
"@rushstack/set-webpack-public-path-plugin": "^4.1.16",
"@types/webpack-env": "1.18.8",
"html-webpack-plugin": "~4.5.2",
"webpack": "~4.47.0",
"webpack-bundle-analyzer": "~4.5.0",
"webpack-dev-server": "~4.9.3",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-webpack4-plugin": "workspace:*",
"local-node-rig": "workspace:*"
}
}