diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-01-31 19:20:13 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-01-31 19:20:13 +0200 |
| commit | fbf108595a00a7c9db5984158e4b02cc345b68d1 (patch) | |
| tree | f3342eac03006d40a23a49fac94db7061abf5d3c /frontend/package.json | |
Initial commit
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 0000000..488d44b --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,39 @@ +{ + "name": "frontend", + "version": "0.1.0", + "private": true, + "dependencies": { + "@reach/router": "^1.2.1", + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.3.2", + "@testing-library/user-event": "^7.1.2", + "axios": "^0.19.2", + "mobx": "^5.15.3", + "mobx-react": "^6.1.4", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-hook-form": "^4.7.1", + "react-scripts": "3.3.0" + }, + "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" + ] + } +} |
