Skip to content

Commit 7a96eaa

Browse files
committed
Add DiskInfo component
1 parent 28b8045 commit 7a96eaa

6 files changed

Lines changed: 15712 additions & 0 deletions

File tree

mxstatus/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@testing-library/react": "^11.2.7",
99
"@testing-library/user-event": "^12.8.3",
1010
"axios": "^0.21.1",
11+
"prop-types": "^15.8.1",
1112
"react": "^17.0.2",
1213
"react-dom": "^17.0.2",
1314
"react-scripts": "4.0.3",
@@ -17,6 +18,7 @@
1718
"web-vitals": "^1.1.2"
1819
},
1920
"scripts": {
21+
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
2022
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
2123
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
2224
"test": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts test",

0 commit comments

Comments
 (0)