Initial commit from Create React App
Showing
- .gitignore 23 additions, 0 deletions.gitignore
- README.md 44 additions, 0 deletionsREADME.md
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 36 additions, 0 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.html 38 additions, 0 deletionspublic/index.html
- public/manifest.json 15 additions, 0 deletionspublic/manifest.json
- src/App.css 33 additions, 0 deletionssrc/App.css
- src/App.test.tsx 9 additions, 0 deletionssrc/App.test.tsx
- src/App.tsx 26 additions, 0 deletionssrc/App.tsx
- src/index.css 13 additions, 0 deletionssrc/index.css
- src/index.tsx 12 additions, 0 deletionssrc/index.tsx
- src/logo.svg 7 additions, 0 deletionssrc/logo.svg
- src/react-app-env.d.ts 1 addition, 0 deletionssrc/react-app-env.d.ts
- src/serviceWorker.ts 143 additions, 0 deletionssrc/serviceWorker.ts
- tsconfig.json 25 additions, 0 deletionstsconfig.json
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "pokerfrontend", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@types/jest": "24.0.13", | |||
"@types/node": "12.0.2", | |||
"@types/react": "16.8.17", | |||
"@types/react-dom": "16.8.4", | |||
"react": "^16.8.6", | |||
"react-dom": "^16.8.6", | |||
"react-scripts": "3.0.1", | |||
"typescript": "3.4.5" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": "react-app" | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
public/favicon.ico
0 → 100644
3.78 KiB
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.css
0 → 100644
src/App.test.tsx
0 → 100644
src/App.tsx
0 → 100644
src/index.css
0 → 100644
src/index.tsx
0 → 100644
src/logo.svg
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/serviceWorker.ts
0 → 100644
tsconfig.json
0 → 100644