forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 877 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
25
26
27
28
29
30
{
"name": "@rushstack/lockfile-explorer-web",
"description": "Rush Lockfile Explorer: helper project for building the React web application component",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "heft test --clean",
"start": "heft start",
"test": "heft test",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@fluentui/react": "^8.96.1",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"@lifaon/path": "~2.1.0",
"@reduxjs/toolkit": "~1.8.6",
"react-redux": "~8.0.4",
"redux": "~4.2.0",
"@rushstack/rush-themed-ui": "workspace:*"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@types/react-dom": "16.9.14",
"@types/react": "16.14.23",
"local-web-rig": "workspace:*"
}
}