mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 23:13:20 +00:00
Upgrade skin museum react-scripts
This commit is contained in:
parent
5cb22989d3
commit
7a687f5fc6
2 changed files with 2622 additions and 3230 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"react-dropzone": "^11.1.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-redux": "^7.2.1",
|
||||
"react-scripts": "^3.4.1",
|
||||
"react-scripts": "^5.0.1",
|
||||
"react-tinder-card": "^1.3.1",
|
||||
"react-twitter-embed": "^3.0.3",
|
||||
"react-window": "^1.8.1",
|
||||
|
|
@ -30,9 +30,9 @@
|
|||
"spark-md5": "^3.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
|
||||
"start": "react-scripts --openssl-legacy-provider start",
|
||||
"build-webamp": "cd ../webamp && yarn build-library",
|
||||
"build": "yarn build-webamp && SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider build",
|
||||
"build": "yarn build-webamp && react-scripts --openssl-legacy-provider build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject",
|
||||
"find-skins": "node ./scripts/findSkins.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue