forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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/heft-web-rig",
"version": "0.18.22",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
"build": "",
"_phase:build": ""
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "rigs/heft-web-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.58.1"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/heft-api-extractor-plugin": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-sass-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"autoprefixer": "~10.4.2",
"css-loader": "~6.6.0",
"css-minimizer-webpack-plugin": "~3.4.1",
"eslint": "~8.7.0",
"html-webpack-plugin": "~5.5.0",
"jest-environment-jsdom": "~29.5.0",
"mini-css-extract-plugin": "~2.5.3",
"postcss-loader": "~6.2.1",
"postcss": "~8.4.6",
"sass-loader": "~12.4.0",
"sass": "~1.49.7",
"source-map-loader": "~3.0.1",
"style-loader": "~3.3.1",
"terser-webpack-plugin": "~5.3.1",
"typescript": "~5.0.4",
"url-loader": "~4.1.1",
"webpack-bundle-analyzer": "~4.5.0",
"webpack-merge": "~5.8.0",
"webpack": "~5.82.1"
},
"devDependencies": {
"@rushstack/heft": "workspace:*"
}
}