Bachelorthesis_Code/frontend/package.json

40 lines
842 B
JSON
Raw Normal View History

2021-05-05 01:08:58 +00:00
{
"name": "hello",
"version": "0.1.0",
"private": true,
"dependencies": {
"@behametrics/logger-web": "^3.1.1",
"@fortawesome/fontawesome-free": "^5.15.3",
2021-05-05 01:08:58 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
2021-05-05 01:08:58 +00:00
"react-scripts": "4.0.3",
2021-07-21 02:26:23 +00:00
"react-token-auth": "^1.1.8"
2021-05-05 01:08:58 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-05-07 02:02:43 +00:00
},
"proxy": "http://localhost:5050"
2021-05-05 01:08:58 +00:00
}