-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "@rushstack/rush-vscode-command-webview",
"version": "0.0.0",
"private": true,
"description": "Part of the Rush Stack VSCode extension, provides a UI for invoking Rush commands",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "vscode-extensions/rush-vscode-command-webview"
},
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"_phase:build": "heft build --clean",
"_phase:test": "",
"build": "heft build --clean",
"build:watch": "heft build-watch",
"start": "heft start"
},
"dependencies": {
"@fluentui/react-components": "~9.27.0",
"@fluentui/react": "^8.96.1",
"@reduxjs/toolkit": "~1.8.6",
"react-dom": "~17.0.2",
"react-hook-form": "~7.24.1",
"react-redux": "~8.0.4",
"react": "~17.0.2",
"redux": "~4.2.0",
"scheduler": "0.19.0",
"tslib": "~2.3.1"
},
"devDependencies": {
"local-web-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"@types/react-dom": "17.0.25",
"@types/react-redux": "~7.1.22",
"@types/react": "17.0.74",
"@types/vscode": "^1.63.0",
"eslint": "~8.57.0",
"html-webpack-plugin": "~5.5.0",
"webpack-bundle-analyzer": "~4.5.0",
"webpack": "~5.95.0"
}
}