Skip to content

Commit

Permalink
file added
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthdayalwal committed Dec 22, 2019
0 parents commit d72b49c
Show file tree
Hide file tree
Showing 81 changed files with 47,889 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Atris_Frontend

14,844 changes: 14,844 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "atris_frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@elastic/datemath": "^5.0.2",
"@elastic/eui": "^17.0.0",
"@emotion/core": "^10.0.22",
"@reach/router": "^1.2.1",
"@react-pdf/renderer": "^1.6.8",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.0",
"blob-util": "^2.0.2",
"emotion-theming": "^10.0.19",
"file-saver": "^2.0.2",
"moment": "^2.24.0",
"msr": "^1.3.4",
"react": "^16.12.0",
"react-checkbox-tree": "^1.6.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"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"
]
}
}
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
Loading

0 comments on commit d72b49c

Please sign in to comment.