Bachelorthesis_Code/frontend/package.json

47 lines
1.1 KiB
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-06-07 02:14:00 +00:00
"@react-hook/mouse-position": "^4.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
2021-05-05 01:08:58 +00:00
"@testing-library/user-event": "^12.8.3",
"npm": "^7.19.1",
2021-05-05 01:08:58 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2021-06-26 22:51:15 +00:00
"react-form-with-constraints": "^0.18.0",
"react-router-dom": "^5.2.0",
2021-05-05 01:08:58 +00:00
"react-scripts": "4.0.3",
"react-token-auth": "^1.1.8",
"web-vitals": "^1.1.2"
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
}