forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.18 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
{
"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": "heft build --clean",
"start": "heft start",
"_phase:build": "heft run --only build -- --clean"
},
"dependencies": {
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-localization-typings-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack4-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/set-webpack-public-path-plugin": "^4.1.16",
"@rushstack/webpack4-localization-plugin": "workspace:*",
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
"@types/lodash": "4.14.116",
"@types/webpack-env": "1.18.0",
"html-webpack-plugin": "~4.5.2",
"lodash": "~4.17.15",
"typescript": "~5.4.2",
"webpack-bundle-analyzer": "~4.5.0",
"webpack-cli": "~3.3.2",
"webpack-dev-server": "~4.9.3",
"webpack": "~4.47.0"
}
}