oss upload
Showing
.idea/jsLibraryMappings.xml
0 → 100644
... | ... | @@ -12,6 +12,7 @@ |
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@testing-library/user-event": "^7.1.2", | ||
"iconv-lite": "^0.5.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-scripts": "3.4.1" | ||
... | ... | @@ -20,7 +21,8 @@ |
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"upload": "node script/upload.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
... | ... |
Please register or sign in to comment