the first of beginning
Showing
.eslintrc
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "tia-dev", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/core": "^7.11.0", | ||
"@emotion/core": "^10.0.28", | ||
"@emotion/styled": "^10.0.27", | ||
"@lingui/cli": "^2.9.1", | ||
"@lingui/core": "^2.9.1", | ||
"@lingui/macro": "^2.9.1", | ||
"@lingui/react": "^2.9.1", | ||
"@material-ui/core": "^4.11.0", | ||
"@material-ui/icons": "^4.9.1", | ||
"@notum-cz/eslint-config-notum-react": "^1.3.0", | ||
"@sentry/browser": "^5.20.1", | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.5.0", | ||
"@testing-library/user-event": "^7.2.1", | ||
"@types/jest": "^24.9.1", | ||
"@types/lingui__macro": "^2.7.3", | ||
"@types/lingui__react": "^2.8.2", | ||
"@types/node": "^12.12.53", | ||
"@types/react": "^16.9.44", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-redux": "^7.1.9", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/redux-logger": "^3.0.8", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"immer": "^6.0.9", | ||
"jscpd": "^3.3.1", | ||
"prettier": "^2.0.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-hook-form": "^5.7.2", | ||
"react-redux": "^7.2.1", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "^3.4.1", | ||
"redux": "^4.0.5", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0", | ||
"reselect": "^4.0.0", | ||
"ts-action": "^11.0.0", | ||
"ts-action-immer": "^3.0.3", | ||
"typescript": "^3.7.5", | ||
"use-immer": "^0.4.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"lint": "eslint src/ --ext .tsx,.ts", | ||
"lint:fix": "eslint --fix src/ --ext .tsx,.ts", | ||
"add-locale": "lingui add-locale", | ||
"extract": "lingui extract", | ||
"compile": "lingui compile", | ||
"duplicity": "jscpd --ignore '**/*.min.js,**/*.map' ./src" | ||
}, | ||
"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.08 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.test.tsx
0 → 100644
src/App.tsx
0 → 100644
src/api/.gitkeep
0 → 100644
src/assets/.gitkeep
0 → 100644
src/helpers/enums/.gitkeep
0 → 100644
src/index.css
0 → 100644
src/index.tsx
0 → 100644
src/logo.svg
0 → 100644
src/pages/About.tsx
0 → 100644
src/pages/Home.tsx
0 → 100644
src/pages/Sidebar.js
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/router/index.ts
0 → 100644
src/serviceWorker.ts
0 → 100644
src/setupTests.ts
0 → 100644
src/store/index.ts
0 → 100644
src/styles/.gitkeep
0 → 100644
src/styles/Sidebar.css
0 → 100644
src/tests/README.md
0 → 100644
src/tests/unit/.gitkeep
0 → 100644
tsconfig.json
0 → 100644