Skip to content

Commit 6144b27

Browse files
authored
Merge pull request #3 from SubZtep/separated-audio
Separated audio
2 parents 87b0ff3 + 9cd6053 commit 6144b27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2583
-1519
lines changed

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@
1616
"@reduxjs/toolkit": "^1.4.0",
1717
"react": "^16.13.1",
1818
"react-dom": "^16.13.1",
19-
"react-flow-renderer": "^4.8.0",
19+
"react-flow-renderer": "^4.9.2",
20+
"react-hotkeys": "^2.0.0",
2021
"react-redux": "^7.2.1",
21-
"react-scripts": "3.4.1"
22+
"react-scripts": "3.4.1",
23+
"react-toastify": "^6.0.8"
2224
},
2325
"devDependencies": {
2426
"@testing-library/jest-dom": "^5.11.2",
2527
"@testing-library/react": "^10.4.7",
26-
"@testing-library/user-event": "^12.0.17",
27-
"@types/jest": "^26.0.7",
28+
"@testing-library/user-event": "^12.1.0",
29+
"@types/jest": "^26.0.8",
2830
"@types/node": "^14.0.27",
29-
"@types/react": "^16.9.43",
31+
"@types/react": "^16.9.44",
3032
"@types/react-dom": "^16.9.8",
3133
"@types/react-redux": "^7.1.9",
3234
"cross-env": "^7.0.2",
@@ -36,7 +38,7 @@
3638
"typescript": "~3.9.7"
3739
},
3840
"scripts": {
39-
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start",
41+
"start": "cross-env REACT_APP_VERSION=$npm_package_version PORT=3333 react-scripts start",
4042
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts build",
4143
"test": "react-scripts test",
4244
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)