first bunch
.rescriptsrc.js
0 → 100644
... | ... | @@ -8,13 +8,18 @@ |
"@testing-library/user-event": "^7.1.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-map-gl": "^5.2.8", | ||
"react-scripts": "3.4.3" | ||
}, | ||
"devDependencies": { | ||
"@rescripts/cli": "0.0.14", | ||
"@rescripts/rescript-env": "0.0.12", | ||
"node-sass": "^4.14.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"start": "rescripts start", | ||
"build": "rescripts build", | ||
"eject": "rescripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
... | ... |
src/App.css
deleted
100644 → 0
src/App.test.js
deleted
100644 → 0
src/logo.svg
deleted
100644 → 0
src/mapStyle.js
0 → 100644
This diff is collapsed.
src/setupTests.js
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment