Update scripts and deps

This commit is contained in:
Stefano Brilli 2020-03-20 18:35:41 +01:00
parent 7c12a9cb96
commit f04173b8ac
2 changed files with 702 additions and 20 deletions

704
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,8 @@
"dependencies": {
"@ffmpeg/ffmpeg": "^0.6.1",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@reduxjs/toolkit": "^1.2.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
@ -13,23 +15,29 @@
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/w3c-web-usb": "^1.0.4",
"clsx": "^1.1.0",
"husky": "^4.2.2",
"lint-staged": "^10.0.7",
"netmd-js": "^1.0.1",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-redux": "^7.2.0",
"react-scripts": "3.3.1",
"redux-batched-actions": "^0.4.1",
"typescript": "~3.7.2"
"typescript": "~3.7.2",
"worker-loader": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
@ -60,10 +68,6 @@
]
},
"devDependencies": {
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@types/react-redux": "^7.1.7",
"react-dropzone": "^10.2.1",
"worker-loader": "^2.0.0"
"gh-pages": "^2.2.0"
}
}