Initial commit
parents
Showing
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "test-task", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@types/jest": "24.0.18", | ||
"@types/node": "12.7.8", | ||
"@types/react": "16.9.3", | ||
"@types/react-dom": "16.9.1", | ||
"react": "^16.10.1", | ||
"react-dom": "^16.10.1", | ||
"react-scripts": "3.1.2", | ||
"styled-components": "^4.4.0", | ||
"typescript": "3.6.3" | ||
}, | ||
"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/index.html
0 → 100644
src/App.tsx
0 → 100644
src/index.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment