Add jquery library, add modal component and style it. Add localization support
Showing
... | ... | @@ -2,12 +2,13 @@ |
"name": "typos-react", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"bootstrap": "^3.3.7", | ||
"jquery": "^3.3.1", | ||
"react": "^16.4.1", | ||
"react-bootstrap": "^0.32.1", | ||
"react-dom": "^16.4.1", | ||
"react-localization": "^1.0.10", | ||
"react-scripts": "1.1.4" | ||
}, | ||
"scripts": { | ||
... | ... |
src/App/App.css
deleted
100644 → 0
src/Localization.js
0 → 100644
src/Modal/Modal.css
0 → 100644
src/Modal/index.js
0 → 100644
Please
register
or
sign in
to comment