Initial commit from Create React App
parents
.gitignore
0 → 100755
README.md
0 → 100755
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "evntr", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "react": "^16.7.0", | ||
| "react-dom": "^16.7.0", | ||
| "react-scripts": "2.1.3" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| "browserslist": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not ie <= 11", | ||
| "not op_mini all" | ||
| ] | ||
| } |
public/favicon.ico
0 → 100755
3.78 KB
public/index.html
0 → 100755
public/manifest.json
0 → 100755
src/App.css
0 → 100755
src/App.js
0 → 100755
src/App.test.js
0 → 100755
src/index.css
0 → 100755
src/index.js
0 → 100755
src/logo.svg
0 → 100755
src/serviceWorker.js
0 → 100755